Closed lukaszsobala closed 1 year ago
Hello @lukaszsobala - thanks for pointing this out! Do you have a good idea about how Bio.Align.PairwiseAligner
would be used in place of the Bio.pairwise2
module? I believe the issue is only in this function
I'd happily oversee / review a PR. Otherwise, we'll do our best to get this in the near future.
To be honest, I am not much of a programmer and I don't know a great deal about how your software works at the back end, so as much as I'd like to help out by creating a PR, I can't promise anything...
This looks solved now, I updated my seqmagick
from mamba
and it stopped shouting at me.
Thank you!
I like to use Bio.pairwise2 in NLP. Is there an equivalent way to do this:
def gen_pop(word1, word2, chars):
# first step
alignments = pairwise2.align.globalms(word1, word2, 1, -0.5, -0.5, -0.5)
print(format_alignment(*alignments[0]))
using Bio.Align?
Hello,
My software versions are:
py310h5764c6d_0
from conda-forge)When I run any command involving seqmagick, I get the following warning:
Any chance of changing this for forward compatibility?
Thanks