Class: _AlignmentConsumer | Bio/Blast/NCBIStandalone.py | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
This is a little bit tricky. An alignment can either be a pairwise alignment or a multiple alignment. Since it's difficult to know a-priori which one the blast record will contain, I'm going to make one class that can parse both of them.
|