Package org.snpeff.sam
Class SamHeader
java.lang.Object
org.snpeff.sam.SamHeader
Sam header
- Author:
- pcingola
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
add
(SamHeaderRecord samHeaderRecord) Add a record to the headervoid
addHeaderRecord
(String line) getRecords
(String recordType) Get a list of records for this 'recordType'iterator()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
SamHeader
public SamHeader()
-
-
Method Details