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