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

Add output annotation to sync tool stats output

parent 131f4a6f
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ class FastqSync(val root: Configurable) extends BiopetJavaCommandLineFunction {
@Output(doc = "Output read 2 FASTQ file", shortName = "p", required = true)
var outputFastq2: File = _
@Output(doc = "Sync statistics", required = true)
var outputStats: File = _
// executed command line
......
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