Package picard.illumina
Interface BasecallsConverter.ClusterDataConverter<OUTPUT_RECORD>
- Type Parameters:
OUTPUT_RECORD
- The recode type to convert to.
- All Known Implementing Classes:
ClusterDataToSamConverter
- Enclosing class:
BasecallsConverter<CLUSTER_OUTPUT_RECORD>
protected static interface BasecallsConverter.ClusterDataConverter<OUTPUT_RECORD>
Interface that defines a converter that takes ClusterData and returns OUTPUT_RECORD type objects.
-
Method Summary
Modifier and TypeMethodDescriptionconvertClusterToOutputRecord
(ClusterData cluster) Creates the OUTPUT_RECORDs from the cluster
-
Method Details
-
convertClusterToOutputRecord
Creates the OUTPUT_RECORDs from the cluster
-