Class ReadConstants
java.lang.Object
org.broadinstitute.hellbender.utils.read.ReadConstants
Constants for use with the GATKRead interface
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic htsjdk.samtools.ValidationStringency
Value used as the default validation stringency for all read inputstatic final int
Value used to represent the absence of a mapping quality in a readstatic final String
Value used for String representation of a non-existent sequencestatic final String
Value used to represent the absence of a defined contig in a readstatic final int
Value used to represent the absence of a defined start/end position in a read -
Method Summary
-
Field Details
-
DEFAULT_READ_VALIDATION_STRINGENCY
public static htsjdk.samtools.ValidationStringency DEFAULT_READ_VALIDATION_STRINGENCYValue used as the default validation stringency for all read input -
UNSET_POSITION
public static final int UNSET_POSITIONValue used to represent the absence of a defined start/end position in a read- See Also:
-
UNSET_CONTIG
Value used to represent the absence of a defined contig in a read- See Also:
-
NO_MAPPING_QUALITY
public static final int NO_MAPPING_QUALITYValue used to represent the absence of a mapping quality in a read- See Also:
-
NULL_SEQUENCE_STRING
Value used for String representation of a non-existent sequence- See Also:
-