| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_QUALITY |
| Constructor and Description |
|---|
FastaToFastq(File fastaFile,
File fastqFile,
int quality)
Convert DNA sequences in FASTA format to FASTQ format.
|
FastaToFastq(Path fastaPath,
File fastqFile,
int quality)
Convert DNA sequences in FASTA format to FASTQ format.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
static void |
main(String[] args)
Main.
|
public static final int DEFAULT_QUALITY
Copyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).