Class ReferenceSequenceFileWalker
java.lang.Object
htsjdk.samtools.reference.ReferenceSequenceFileWalker
- All Implemented Interfaces:
Closeable, AutoCloseable
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReferenceSequenceFileWalker
-
ReferenceSequenceFileWalker
-
ReferenceSequenceFileWalker
-
-
Method Details
-
get
Ensure that the requested sequence is loaded. Throws an exception if out-of-order request is made, or if there is a mismatch between the requested name and the name found in the ReferenceSequenceFile -
get
Get reference sequence without validating name or length. This is OK if the entire sequence dictionary was validated before reading sequences. -
getSequenceDictionary
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-