Open GoogleCodeExporter opened 9 years ago
Have verified that ordinary nexus files do parse correctly.
However this is clearly a compatibility issue and does need fixing.
Have refactored the parsing of AlignedSequenceRepresentation objects (see
r372). Now concrete subclasses of AlignmentParser are used to parse the
ArrayList<String> rawInput data read by file reader. Which concrete subclass is
used is decided at runtime based on state of inputSequenceFileFormat enum.
Fasta, phylip and nexus file formats all tested and seem to be fine.
Original comment by joeparke...@gmail.com
on 11 Feb 2015 at 1:49
Original issue reported on code.google.com by
joeparke...@gmail.com
on 10 Feb 2015 at 4:19Attachments: