| Constructor and Description |
|---|
BinFastqQualityScores(Path inputFastqPath,
File outputFastqFile)
Bin quality scores from files in FASTQ format.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) static String |
bin(String quality)
Bin the specified quality scores per Illumina technical note, "Reducing
Whole-Genome Data Storage Footprint."
|
(package private) static int |
binQualityScore(int qualityScore)
Bin the specified quality score per Illumina technical note, "Reducing
Whole-Genome Data Storage Footprint."
|
Integer |
call() |
static void |
main(String[] args)
Main.
|
static String bin(String quality)
quality - quality scores to binstatic int binQualityScore(int qualityScore)
qualityScore - quality score to binpublic static void main(String[] args)
args - command line argsCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).