I am currently working on the pairwise2 module.
I am wondering if the resulting alignments of pairwise2 module is in any specific order.
For exmaple
alignments=pairwise2.align.globalxx(str(seqA),str(seqB))
Is the list of alignments sorting in ascending order or descending order of score?
Or sorted by something else?
Thank you very much!