public class CRAMEncoderV3_0 extends CRAMEncoder
| Constructor and Description |
|---|
CRAMEncoderV3_0(Bundle outputBundle,
ReadsEncoderOptions readsEncoderOptions)
Create a new CRAM CRAM v3.0 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 CRAMEncoderV3_0(Bundle outputBundle, ReadsEncoderOptions readsEncoderOptions)
BundleResourceType.ALIGNED_READS (to find an encoder for a bundle,
see ReadsResolver).outputBundle - output Bundle to encodereadsEncoderOptions - ReadsEncoderOptions to usepublic HtsVersion getVersion()
HtsEncoder