Uses of Class
org.bdgenomics.adam.io.FastqInputFormat
-
-
Uses of FastqInputFormat in org.bdgenomics.adam.io
Subclasses of FastqInputFormat in org.bdgenomics.adam.io Modifier and Type Class Description class
InterleavedFastqInputFormat
This class is a Hadoop reader for "interleaved fastq" -- that is, fastq with paired reads in the same file, interleaved, rather than in two separate files.class
SingleFastqInputFormat
This class is a Hadoop reader for single read fastq.
-