public class FastaExporter extends java.lang.Object implements SequenceExporter
Constructor and Description |
---|
FastaExporter(java.io.Writer writer)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
exportSequences(java.util.Collection<? extends Sequence> sequences)
export alignment or set of sequences.
|
public void exportSequences(java.util.Collection<? extends Sequence> sequences) throws java.io.IOException
exportSequences
in interface SequenceExporter
java.io.IOException
http://code.google.com/p/jebl2/