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

address review comments

parent 8e1438b6
No related branches found
No related tags found
No related merge requests found
......@@ -1393,8 +1393,8 @@ task SelectVariants {
category: "required"}
referenceFastaFai: {description: "The index for the reference fasta file.", category: "required"}
selectTypeToInclude: {description: "Select only a certain type of variants from the input file", category: "common"}
outputPath: {description: "The location the output VCF file should be written.", category: "required"}
intervals: {description: "Bed files or interval lists describing the regions to operate on.", category: "advanced"}
outputPath: {description: "The location the output VCF file should be written.", category: "advanced"}
intervals: {description: "Bed files or interval lists describing the regions to operate on.", category: "common"}
memory: {description: "The amount of memory this job will use.", category: "advanced"}
javaXmx: {description: "The maximum memory available to the program. Should be lower than `memory` to accommodate JVM overhead.",
......
......@@ -51,7 +51,7 @@ task Format {
format: {description: "Format of input. Allowed values are [fasta, fastq, fastq-interleaved, sam-se, sam-pe] (Default is fasta)",
category: "advanced"}
outputPath: {description: "Where the output should be placed.", category: "advanced"}
inputFiles: {description: "input sequence files. May be specified 1 or more times."}
inputFiles: {description: "input sequence files. May be specified 1 or more times.", category: "required"}
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"}
memory: {description: "The amount of memory this job will use.", 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