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 void
init()
Initialize records before parsingvoid
Parse a line for this record typeprotected abstract void
parseField
(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
-
-