Skip to content
Snippets Groups Projects
Commit a08964e0 authored by bow's avatar bow
Browse files

Add notes on input - output compression

parent 33f6e6d7
No related branches found
No related tags found
No related merge requests found
......@@ -229,9 +229,13 @@ object FastqSync extends ToolCommand {
class OptParser extends AbstractOptParser {
// TODO: make output format independent from input format?
head(
s"""
|$commandName - Sync paired-end FASTQ files
|$commandName - Sync paired-end FASTQ files.
|
|This tool works with gzipped or non-gzipped FASTQ files. The output
|file will be gzipped when the input is also gzipped.
""".stripMargin)
opt[File]('r', "ref") required () valueName "<fastq>" action { (x, c) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment