Skip to content
Snippets Groups Projects
Commit a651adc5 authored by cagaser's avatar cagaser
Browse files

add paramter meta compressionLevel

parent 35359e51
No related branches found
No related tags found
No related merge requests found
......@@ -314,6 +314,7 @@ task View {
parameter_meta {
inputFile: {description: "A vcf or bcf file.", category: "required"}
compressionLevel: {description: "Compression level from 0 (uncompressed) to 9 (best).", category: "advanced"}
outputPath: {description: "The location the output VCF file should be written.", category: "common"}
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