Skip to content
Snippets Groups Projects
Commit 0023ed3e authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

add bedregions input

parent 996a5fef
No related branches found
No related tags found
No related merge requests found
......@@ -64,6 +64,7 @@ task VcfEval {
File calls
File callsIndex
File? evaluationRegions
File? bedRegions
String outputDir = "output/"
String? region
File template
......@@ -85,6 +86,7 @@ task VcfEval {
--baseline ~{baseline} \
--calls ~{calls} \
~{"--evaluation-regions " + evaluationRegions} \
~{"--bed-regions " + bedRegions} \
--output ~{outputDir} \
--template ~{template} \
~{true="--all-records" false="" allRecords} \
......
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