Uses of Interface
org.biojava3.core.sequence.io.template.FastaHeaderFormatInterface
-
Uses of FastaHeaderFormatInterface in org.biojava3.core.sequence.io
Modifier and TypeClassDescriptionclass
GenericFastaHeaderFormat<S extends AbstractSequence<?>,
C extends Compound> We store the original header if the sequence is parsed from a fasta file and will use that exact sequence if we write out the sequences to a fasta file.ModifierConstructorDescriptionFastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase) FastaGeneWriter
(OutputStream os, Collection<GeneSequence> sequences, FastaHeaderFormatInterface<GeneSequence, NucleotideCompound> headerFormat, boolean showExonUppercase, int lineLength) FastaWriter
(OutputStream os, Collection<S> sequences, FastaHeaderFormatInterface<S, C> headerFormat) Use default line length of 60FastaWriter
(OutputStream os, Collection<S> sequences, FastaHeaderFormatInterface<S, C> headerFormat, int lineLength) Set custom lineLength