| Modifier and Type | Field and Description |
|---|---|
(package private) static String |
DEFAULT_ALPHABET |
| Constructor and Description |
|---|
FastaToText(Path fastaPath,
File textFile,
String alphabet)
Convert DNA or protein sequences in FASTA format to tab-separated values (tsv) text format.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
(package private) boolean |
isProteinAlphabet() |
static void |
main(String[] args)
Main.
|
static final String DEFAULT_ALPHABET
public FastaToText(Path fastaPath, File textFile, String alphabet)
fastaPath - input FASTA path, if anytextFile - output text file, if anyalphabet - input FASTA file alphabet { dna, protein }, if anyCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).