pairwiseAlignment()
moved to pwalign warning in Biostrings >= 2.72.0
#52
Labels
pairwiseAlignment()
moved to pwalign warning in Biostrings >= 2.72.0
#52
I was having issues with pairwise alignments using the crossSetSim() and parSeqSim() examples listed in the vignette https://cran.r-project.org/web/packages/protr/vignettes/protr.html#Similarity_calculation_by_sequence_alignment
It wasn't until I tried twoSeqSim() that I received this error:
<simpleError in .load_package_gracefully("pwalign", "starting with BioC 3.19, ", "calling ", fun, "()"): Could not load package pwalign. Is it installed?
Note that starting with BioC 3.19, calling pairwiseAlignment() requires the pwalign package.
Please install it with:
Installing pwalign has fixed the issue using R version 4.4.1 (2024-06-14) -- "Race for Your Life" on this Platform: x86_64-apple-darwin20
The text was updated successfully, but these errors were encountered: