Package | Description |
---|---|
htsjdk.samtools.reference |
Modifier and Type | Method and Description |
---|---|
protected static void |
IndexedFastaSequenceFile.sanityCheckDictionaryAgainstIndex(java.lang.String fastaFile,
SAMSequenceDictionary sequenceDictionary,
FastaSequenceIndex index)
Do some basic checking to make sure the dictionary and the index match.
|
Constructor and Description |
---|
IndexedFastaSequenceFile(java.io.File file,
FastaSequenceIndex index)
Open the given indexed fasta sequence file.
|
IndexedFastaSequenceFile(java.nio.file.Path path,
FastaSequenceIndex index)
Open the given indexed fasta sequence file.
|