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

Changed order of input

parent 4e7dee43
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ object RegionAfCount extends ToolCommand {
c.copy(outputFile = x)
}
opt[File]('V', "vcfFile") unbounded () minOccurs 1 action { (x, c) =>
c.copy(vcfFiles = x :: c.vcfFiles)
c.copy(vcfFiles = c.vcfFiles ::: x :: Nil )
}
}
......
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