Closed mikolmogorov closed 1 year ago
Alignment using Bio.Align.PairwiseAligner() is known to be super slow. Need to substitute with something like edlib: https://github.com/Martinsos/edlib
Bio.Align.PairwiseAligner()
edlib
Implemented edlib.
Alignment using
Bio.Align.PairwiseAligner()
is known to be super slow. Need to substitute with something likeedlib
: https://github.com/Martinsos/edlib