Skip to content
Snippets Groups Projects
Commit 9ade497f authored by Cats's avatar Cats
Browse files

remove runDir output

parent f9152ab2
No related branches found
No related tags found
1 merge request!40Add Various new tasks
...@@ -33,7 +33,6 @@ task Somatic { ...@@ -33,7 +33,6 @@ task Somatic {
} }
output { output {
String runDir = runDir
File indelsVcf = runDir + "/results/variants/somatic.indels.vcf.gz" File indelsVcf = runDir + "/results/variants/somatic.indels.vcf.gz"
File indelsIndex = runDir + "/results/variants/somatic.indels.vcf.gz.tbi" File indelsIndex = runDir + "/results/variants/somatic.indels.vcf.gz.tbi"
File snvVcf = runDir + "/results/variants/somatic.snvs.vcf.gz" File snvVcf = runDir + "/results/variants/somatic.snvs.vcf.gz"
......
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