Class CRAMEncoderV3_0
java.lang.Object
htsjdk.beta.codecs.reads.cram.CRAMEncoder
htsjdk.beta.codecs.reads.cram.cramV3_0.CRAMEncoderV3_0
- All Implemented Interfaces:
HtsEncoder<SAMFileHeader,
,SAMRecord> ReadsEncoder
,Closeable
,AutoCloseable
CRAM v3.0 encoder.
-
Constructor Summary
ConstructorsConstructorDescriptionCRAMEncoderV3_0
(Bundle outputBundle, ReadsEncoderOptions readsEncoderOptions) Create a new CRAM CRAM v3.0 encoder for the given output bundle. -
Method Summary
Modifier and TypeMethodDescriptionGet the version of the file format supported by this encoder.Methods inherited from class htsjdk.beta.codecs.reads.cram.CRAMEncoder
close, getCRAMReferenceSource, getDisplayName, getFileFormat, getOutputBundle, getReadsEncoderOptions, setHeader, write
-
Constructor Details
-
CRAMEncoderV3_0
Create a new CRAM CRAM v3.0 encoder for the given output bundle. The primary resource in the bundle must have content typeBundleResourceType.CT_ALIGNED_READS
(to find an encoder for a bundle, seeReadsResolver
).- Parameters:
outputBundle
- outputBundle
to encodereadsEncoderOptions
-ReadsEncoderOptions
to use
-
-
Method Details
-
getVersion
Description copied from interface:HtsEncoder
Get the version of the file format supported by this encoder.
-