| Package | Description |
|---|---|
| com.milaboratory.core.io.sequence.fasta |
| Modifier and Type | Method and Description |
|---|---|
RandomAccessFastaIndex |
RandomAccessFastaIndex.StreamIndexBuilder.build() |
RandomAccessFastaIndex |
RandomAccessFastaIndex.IndexBuilder.build() |
RandomAccessFastaIndex |
RandomAccessFastaReader.getIndex() |
static RandomAccessFastaIndex |
RandomAccessFastaIndex.index(Path file)
Index fasta file with automatic step selection or load previously created index
|
static RandomAccessFastaIndex |
RandomAccessFastaIndex.index(Path file,
boolean save)
Index fasta file with automatic step selection or load previously created index
|
static RandomAccessFastaIndex |
RandomAccessFastaIndex.index(Path file,
boolean save,
LongProcessReporter reporter)
Index fasta file with automatic step selection or load previously created index
|
static RandomAccessFastaIndex |
RandomAccessFastaIndex.index(Path file,
int indexStep,
boolean save)
Index fasta file or loads previously created index
|
static RandomAccessFastaIndex |
RandomAccessFastaIndex.index(Path file,
int indexStep,
boolean save,
LongProcessReporter reporter)
Index fasta file or loads previously created index
|
static RandomAccessFastaIndex |
RandomAccessFastaIndex.read(InputStream stream) |
| Constructor and Description |
|---|
RandomAccessFastaReader(Path file,
RandomAccessFastaIndex index,
Alphabet<S> alphabet) |
RandomAccessFastaReader(SeekableByteChannel channel,
RandomAccessFastaIndex index,
Alphabet<S> alphabet,
int bufferSize) |
Copyright © 2018. All rights reserved.