Skip to content

Rcpi 1.41.2

Compare
Choose a tag to compare
@nanxstats nanxstats released this 30 Aug 21:50
· 6 commits to master since this release
74037b5

Improvements

  • Since Bioconductor 3.19 and Biostrings 2.72.0, the pairwise sequence alignment facilities have been moved from Biostrings into the pwalign package. For maximum compatibility, we now detect the installed Biostrings version at runtime and decide which package to use for pairwise alignment, without introducing pwalign as an additional hard dependency.

    When calling calcTwoProtSeqSim() and calcParProtSeqSim(), if users have Biostrings >= 2.72.0 installed while pwalign is not installed, expect to see an explicit error in the results saying that pwalign is required and should be installed from Bioconductor.