jebl.evolution.io
Class FastaExporter
java.lang.Object
jebl.evolution.io.FastaExporter
- All Implemented Interfaces:
- SequenceExporter
public class FastaExporter
- extends Object
- implements SequenceExporter
Class for exporting a fasta file format.
- Author:
- Andrew Rambaut, Alexei Drummond
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastaExporter
public FastaExporter(Writer writer)
- Constructor
exportSequences
public void exportSequences(Collection<? extends Sequence> sequences)
throws IOException
- export alignment or set of sequences.
- Specified by:
exportSequences
in interface SequenceExporter
- Throws:
IOException