Package jebl.evolution.io
Class FastaExporter
java.lang.Object
jebl.evolution.io.FastaExporter
- All Implemented Interfaces:
SequenceExporter
Class for exporting a fasta file format.
- Version:
- $Id: FastaExporter.java 442 2006-09-05 21:59:20Z matt_kearse $
- Author:
- Andrew Rambaut, Alexei Drummond
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
exportSequences
(Collection<? extends Sequence> sequences) export alignment or set of sequences.
-
Constructor Details
-
FastaExporter
Constructor
-
-
Method Details
-
exportSequences
export alignment or set of sequences.- Specified by:
exportSequences
in interfaceSequenceExporter
- Throws:
IOException
-