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

fix some typos

parent 9b8d8a98
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ task Amber { ...@@ -35,7 +35,7 @@ task Amber {
File referenceFastaDict File referenceFastaDict
Int threads = 2 Int threads = 2
String memory = = "33G" String memory = "33G"
String javaXmx = "32G" String javaXmx = "32G"
Int timeMinutes = 60 Int timeMinutes = 60
String dockerImage = "quay.io/biocontainers/hmftools-amber:3.5--0" String dockerImage = "quay.io/biocontainers/hmftools-amber:3.5--0"
...@@ -112,7 +112,7 @@ task Cobalt { ...@@ -112,7 +112,7 @@ task Cobalt {
File gcProfile File gcProfile
Int threads = 1 Int threads = 1
String memory = = "9G" String memory = "9G"
String javaXmx = "8G" String javaXmx = "8G"
Int timeMinutes = 60 Int timeMinutes = 60
String dockerImage = "quay.io/biocontainers/hmftools-cobalt:1.10--0" String dockerImage = "quay.io/biocontainers/hmftools-cobalt:1.10--0"
...@@ -286,10 +286,10 @@ task Purple { ...@@ -286,10 +286,10 @@ task Purple {
File hotspots File hotspots
Int threads = 1 Int threads = 1
Int time_minutes = 60 Int timeMinutes = 60
String memory = "13G" String memory = "13G"
String javaXmx = "12G" String javaXmx = "12G"
String docker = "quay.io/biocontainers/hmftools-purple:2.51--1" String dockerImage = "quay.io/biocontainers/hmftools-purple:2.51--1"
} }
command { command {
...@@ -297,8 +297,8 @@ task Purple { ...@@ -297,8 +297,8 @@ task Purple {
-reference ~{normalName} \ -reference ~{normalName} \
-tumor ~{tumorName} \ -tumor ~{tumorName} \
-output_dir ~{outputDir} \ -output_dir ~{outputDir} \
-amber ~{sub(amberOutput, basename(amberOutput[0]), "")} \ -amber ~{sub(amberOutput[0], basename(amberOutput[0]), "")} \
-cobalt ~{sub(cobaltOutput, basename(cobaltOutput[0]), "")} \ -cobalt ~{sub(cobaltOutput[0], basename(cobaltOutput[0]), "")} \
-gc_profile ~{gcProfile} \ -gc_profile ~{gcProfile} \
-somatic_vcf ~{somaticVcf} \ -somatic_vcf ~{somaticVcf} \
-structural_vcf ~{filteredSvVcf} \ -structural_vcf ~{filteredSvVcf} \
......
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