Skip to content
Snippets Groups Projects
Commit ed6d2cf2 authored by António Paulo's avatar António Paulo
Browse files

fix command according to style guideline

add comment
parent 03232d6a
No related branches found
No related tags found
No related merge requests found
...@@ -446,7 +446,7 @@ task FilterMutectCalls { ...@@ -446,7 +446,7 @@ task FilterMutectCalls {
FilterMutectCalls \ FilterMutectCalls \
-R ~{referenceFasta} \ -R ~{referenceFasta} \
-V ~{unfilteredVcf} \ -V ~{unfilteredVcf} \
-O ${outputVcf} \ -O ~{outputVcf} \
~{"--contamination-table " + contaminationTable} \ ~{"--contamination-table " + contaminationTable} \
~{"--tumor-segmentation " + mafTumorSegments} \ ~{"--tumor-segmentation " + mafTumorSegments} \
~{"--ob-priors " + artifactPriors} \ ~{"--ob-priors " + artifactPriors} \
...@@ -508,7 +508,7 @@ task SplitNCigarReads { ...@@ -508,7 +508,7 @@ task SplitNCigarReads {
task CombineVariants { task CombineVariants {
input { input {
String installDir = "/usr" String installDir = "/usr" # .jar location in the docker image
File referenceFasta File referenceFasta
File referenceFastaFai File referenceFastaFai
......
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