Skip to content

Commit

Permalink
Biopython 1.65 adds parsing of GCG MSF format
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjc committed Nov 5, 2019
1 parent e768ba8 commit 40722c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wiki/AlignIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ The format name is a simple lowercase string, matching the names used in
| ig | 1.47 | No | The refers to the IntelliGenetics file format often used for ordinary un-aligned sequences. The tool MASE also appears to use the same file format for alignments, hence its inclusion in this table. See [MASE format](http://bioperl.org/formats/alignment_formats/ClustalW_multiple_alignment_format.html "wikilink"). |
| maf | 1.69 | 1.69 | [Multiple Alignment Format (MAF)](Multiple_Alignment_Format "wikilink") produced by Multiz. Used to store whole-genome alignments, such as the 30-way alignments available from the UCSC genome browser. |
| mauve | 1.70 | 1.70 | [Mauve's eXtended Multi-FastA (XMFA)](http://darlinglab.org/mauve/user-guide/files.html) file format |
| msf | 1.75 | No | GCG MSF file format. |
| nexus | 1.46 | 1.48 | Also known as PAUP format. Uses Bio.Nexus internally. Only one alignment per file is supported. |
| phylip | 1.46 | 1.46 | This is a strict interpretation of the interlaced PHYLIP format which truncates names at 10 characters. |
| phylip-sequential | 1.59 | 1.59 | This is a strict interpretation of the sequential PHYLIP format which truncates names at 10 characters. |
Expand Down

0 comments on commit 40722c8

Please sign in to comment.