Package htsjdk.samtools
Class SamReader.Type
java.lang.Object
htsjdk.samtools.SamReader.Type
- Enclosing interface:
- SamReader
Describes a type of SAM file.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SamReader.Type
static final SamReader.Type
static final SamReader.Type
static final SamReader.Type
static final SamReader.Type
static final SamReader.Type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract String
The recommended file extension for SAMs of this type, without a period.boolean
hasValidFileExtension
(String fileName) abstract String
The recommended file extension for SAM indexes of this type, without a period, or null if this type is not associated with indexes.abstract String
name()
A string representation of this type.
-
Field Details
-
SRA_TYPE
-
CRAM_TYPE
-
BAM_TYPE
-
SAM_TYPE
-
BAM_CSI_TYPE
-
BAM_HTSGET_TYPE
-
-
Constructor Details
-
Type
public Type()
-
-
Method Details
-
name
A string representation of this type. -
fileExtension
The recommended file extension for SAMs of this type, without a period. -
indexExtension
The recommended file extension for SAM indexes of this type, without a period, or null if this type is not associated with indexes. -
hasValidFileExtension
-