Skip to content
Snippets Groups Projects
Commit f66d0644 authored by Cats's avatar Cats
Browse files

add parameter_meta to chunked-scatter

parent 85717efe
No related branches found
No related tags found
No related merge requests found
......@@ -30,4 +30,14 @@ task ChunkedScatter {
memory: "4G"
docker: dockerImage
}
parameter_meta {
inputFile: {description: "Either a bed file describing regiosn of intrest or a sequence dictionary.", category: "required"}
prefix: {description: "The prefix for the output files.", category: "advanced"}
chunkSize: {description: "Equivalent to chunked-scatter's `-c` option.", category: "advanced"}
overlap: {description: "Equivalent to chunked-scatter's `-o` option.", category: "advanced"}
minimumBasesPerFile: {description: "Equivalent to chunked-scatter's `-m` option.", category: "advanced"}
dockerImage: {description: "The docker image used for this task. Changing this may result in errors which the developers may choose not to address.",
category: "advanced"}
}
}
\ No newline at end of file
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