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