Uses of Interface
pal.alignment.AlignmentReceiver
-
Packages that use AlignmentReceiver Package Description pal.alignment Classes dealing with sequence alignments, including methods for reading and printing in several possible formats, as well as rearranging and concatenating. -
-
Uses of AlignmentReceiver in pal.alignment
Classes in pal.alignment that implement AlignmentReceiver Modifier and Type Class Description static class
AlignmentReceiver.BucketReceiver
The SingleReceiver only keeps track of one alignment, the last one it receivedstatic class
AlignmentReceiver.SingleReceiver
The SingleReceiver only keeps track of one alignment, the last one it receivedMethods in pal.alignment with parameters of type AlignmentReceiver Modifier and Type Method Description static void
AlignmentReaders. readPhylipClustalAlignment(java.io.Reader r, DataType dt, AlignmentReceiver receiver)
Read an alignment in phylip/clustal/simple format.
-