public final class FromFastaActionAbstract.FastaSequenceStorage
extends java.lang.Object
| Constructor and Description |
|---|
FastaSequenceStorage(java.nio.file.Path libraryPath,
java.nio.file.Path fastaPath) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
java.util.List<KnownSequenceFragmentData> |
getBase() |
BaseSequence |
storeSequence(com.milaboratory.core.sequence.NucleotideSequence sequence,
java.lang.String geneId,
java.lang.String fullDescription) |
public FastaSequenceStorage(java.nio.file.Path libraryPath,
java.nio.file.Path fastaPath)
throws java.io.FileNotFoundException
java.io.FileNotFoundExceptionpublic java.util.List<KnownSequenceFragmentData> getBase()
public BaseSequence storeSequence(com.milaboratory.core.sequence.NucleotideSequence sequence, java.lang.String geneId, java.lang.String fullDescription)
public void close()
throws java.lang.Exception
java.lang.Exception