Skip to content
Snippets Groups Projects
Commit f2d40822 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fixed arg

parent 0ed7ca34
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ object SeqStat extends ToolCommand {
x => if (x.exists) success else failure("FASTQ file not found")
} text "FastQ file to generate stats from"
opt[File]('o', "output") unbounded () valueName "<json>" action { (x, c) =>
c.copy(fastq = x)
c.copy(outputJson = Some(x))
} text "File to write output to, if not supplied output go to stdout"
}
......
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