Package org.snpeff.sam
Class SamHeaderRecord
java.lang.Object
org.snpeff.sam.SamHeaderRecord
- Direct Known Subclasses:
SamHeaderRecordSq
Sam header record
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidinit()Initialize records before parsingvoidParse a line for this record typeprotected abstract voidparseField(String tag, String value) Parse a field for this record
-
Constructor Details
-
SamHeaderRecord
-
-
Method Details
-
getRecordTypeCode
-
init
protected void init()Initialize records before parsing -
parse
Parse a line for this record type- Parameters:
line-recordTypeCode-
-
parseField
Parse a field for this record- Parameters:
tag-value-
-