Package | Description |
---|---|
htsjdk.samtools | |
htsjdk.samtools.sra |
Modifier and Type | Method and Description |
---|---|
List<SAMValidationError> |
SAMFileHeader.getValidationErrors() |
List<SAMValidationError> |
SAMRecord.isValid()
Perform various validations of SAMRecord.
|
List<SAMValidationError> |
SAMRecord.isValid(boolean firstOnly)
Perform various validations of SAMRecord.
|
List<SAMValidationError> |
Cigar.isValid(String readName,
long recordNumber)
Exhaustive validation of CIGAR.
|
List<SAMValidationError> |
SAMRecord.validateCigar(long recordNumber)
Run all validations of CIGAR.
|
static List<SAMValidationError> |
SAMUtils.validateCigar(SAMRecord rec,
Cigar cigar,
Integer referenceIndex,
List<AlignmentBlock> alignmentBlocks,
long recordNumber,
String cigarTypeName)
Run all validations of the mate's CIGAR.
|
static List<SAMValidationError> |
SAMUtils.validateMateCigar(SAMRecord rec,
long recordNumber)
Run all validations of the mate's CIGAR.
|
Modifier and Type | Method and Description |
---|---|
void |
SAMFileHeader.addValidationError(SAMValidationError error) |
static void |
SAMUtils.processValidationError(SAMValidationError validationError,
ValidationStringency validationStringency) |
Modifier and Type | Method and Description |
---|---|
static void |
SAMUtils.processValidationErrors(List<SAMValidationError> validationErrors,
long samRecordIndex,
ValidationStringency validationStringency)
Handle a list of validation errors according to the validation stringency.
|
void |
SAMFileHeader.setValidationErrors(Collection<SAMValidationError> errors)
Replace list of validation errors with the elements of the given list.
|
Modifier and Type | Method and Description |
---|---|
List<SAMValidationError> |
SRALazyRecord.isValid(boolean firstOnly) |