[Biopython-dev] Bio.IntelliGenetics
Peter
biopython at maubp.freeserve.co.uk
Wed Jul 2 14:01:13 UTC 2008
Hello again,
Interestingly the IntelliGenetics looks the same as the MASE alignment
file format:
http://www.bioperl.org/wiki/Mase_multiple_alignment_format
On the other hand, the EMBOSS example is clearly not a multiple
sequence alignment:
http://emboss.sourceforge.net/docs/themes/seqformats/ig
Adding the parser to Bio.SeqIO would let us read in alignments too via
Bio.AlignIO (which will offload the parsing to Bio.SeqIO and then try
and convert the SeqRecords into an Alignment).
Peter
More information about the Biopython-dev
mailing list