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

Add parameter_meta for targetFile

parent 1ad000b1
No related branches found
No related tags found
No related merge requests found
......@@ -621,6 +621,7 @@ task View {
excludeFilter: {description: "Equivalent to samtools view's `-F` option.", category: "advanced"}
excludeSpecificFilter: {description: "Equivalent to samtools view's `-G` option.", category: "advanced"}
MAPQthreshold: {description: "Equivalent to samtools view's `-q` option.", category: "advanced"}
targetFile: {description: "A BED file with regions to include", caegory: "advanced"}
threads: {description: "The number of threads to use.", category: "advanced"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
timeMinutes: {description: "The maximum amount of time the job will run in minutes.", category: "advanced"}
......
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