Skip to content
Snippets Groups Projects
Commit 7627c314 authored by JasperBoom's avatar JasperBoom
Browse files

Fix travis error.

parent 117bde45
No related branches found
No related tags found
No related merge requests found
...@@ -211,7 +211,7 @@ task Sort { ...@@ -211,7 +211,7 @@ task Sort {
parameter_meta { parameter_meta {
# inputs # inputs
inputFile: {description: "The input SAM file.", category: "required"} inputBam: {description: "The input SAM file.", category: "required"}
outputPrefix: {description: "Output directory path + output file prefix.", category: "required"} outputPrefix: {description: "Output directory path + output file prefix.", category: "required"}
sortByName: {description: "Sort the inputBam by read name instead of position.", category: "advanced"} sortByName: {description: "Sort the inputBam by read name instead of position.", category: "advanced"}
cores: {description: "The number of cores to be used.", category: "advanced"} cores: {description: "The number of cores to be used.", category: "advanced"}
...@@ -219,7 +219,7 @@ task Sort { ...@@ -219,7 +219,7 @@ task Sort {
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"} 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"}
# outputs # outputs
outputSortedBAM: {description: "Sorted BAM file."} outputSortedBam: {description: "Sorted BAM 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