| Constructor and Description |
|---|
ExtractFastq(File inputFastqFile,
File outputFastqFile,
String name,
String description)
Extract matching DNA sequences in FASTQ format.
|
ExtractFastq(Path inputFastqPath,
File outputFastqFile,
String name,
String description)
Extract matching DNA sequences in FASTQ format.
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
call() |
static void |
main(String[] args)
Main.
|
public ExtractFastq(File inputFastqFile, File outputFastqFile, String name, String description)
inputFastqFile - input FASTQ file, if anyoutputFastqFile - output FASTQ file, if anyname - exact sequence name to match, if anydescription - FASTQ description regex pattern to match, if anypublic ExtractFastq(Path inputFastqPath, File outputFastqFile, String name, String description)
inputFastqPath - input FASTQ path, if anyoutputFastqFile - output FASTQ file, if anyname - exact sequence name to match, if anydescription - FASTQ description regex pattern to match, if anyCopyright (c) 2013-2023 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).