public class CRAMEncoderV2_1 extends CRAMEncoder
| Constructor and Description |
|---|
CRAMEncoderV2_1(Bundle outputBundle,
ReadsEncoderOptions readsEncoderOptions)
Create a CRAM encoder for the given output bundle.
|
| Modifier and Type | Method and Description |
|---|---|
HtsVersion |
getVersion()
Get the version of the file format supported by this encoder.
|
close, getCRAMReferenceSource, getDisplayName, getFileFormat, getOutputBundle, getReadsEncoderOptions, setHeader, writepublic CRAMEncoderV2_1(Bundle outputBundle, ReadsEncoderOptions readsEncoderOptions)
BundleResourceType.ALIGNED_READS (to find a decoder for a bundle,
see ReadsResolver).outputBundle - bundle to encodereadsEncoderOptions - options to usepublic HtsVersion getVersion()
HtsEncoder