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

Removed Output annotation for stats file

parent af1fde3f
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@ class FastqSync(val globalConfig: Config) extends CommandLineFunction with Pytho
@Input(doc="R2 input") var input_R2: File = _
@Output(doc="R1 output") var output_R1: File = _
@Output(doc="R2 output") var output_R2: File = _
@Output(doc="stats output") var output_stats: File = _
var output_stats: File = _
def commandLine = {
getPythonCommand +
......
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