| Constructor and Description |
|---|
DisinterleaveFastq(File pairedFile,
File unpairedFile,
File firstFastqFile,
File secondFastqFile)
Convert interleaved FASTQ format into first and second DNA sequence files in FASTQ format.
|
DisinterleaveFastq(Path pairedPath,
Path unpairedPath,
File firstFastqFile,
File secondFastqFile)
Convert interleaved FASTQ format into first and second DNA sequence files in FASTQ format.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
static void |
main(String[] args)
Main.
|
public DisinterleaveFastq(File pairedFile, File unpairedFile, File firstFastqFile, File secondFastqFile)
pairedFile - input interleaved paired FASTQ file, must not be nullunpairedFile - input unpaired FASTQ file, if anyfirstFastqFile - first FASTQ output file, must not be nullsecondFastqFile - second FASTQ output file, must not be nullpublic DisinterleaveFastq(Path pairedPath, Path unpairedPath, File firstFastqFile, File secondFastqFile)
pairedPath - input interleaved paired FASTQ path, must not be nullunpairedPath - input unpaired FASTQ file, if anyfirstFastqFile - first FASTQ output file, must not be nullsecondFastqFile - second FASTQ output file, must not be nullCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).