Uses of Class
calhoun.seq.SimpleFastaSequence

Packages that use SimpleFastaSequence
calhoun.seq   
 

Uses of SimpleFastaSequence in calhoun.seq
 

Subclasses of SimpleFastaSequence in calhoun.seq
static class FastaIterator.ReaderSequence
          A minimal sequence class that slurps its sequence in immediately.
 

Methods in calhoun.seq with parameters of type SimpleFastaSequence
 void QualityIterator.addNextQuality(SimpleFastaSequence input)
          Adds the next sequence of qualities in the file to the given FastaSequence.