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