Skip to content
Snippets Groups Projects
Commit 62a1b319 authored by Cats's avatar Cats
Browse files

small style changes

parent 990e14d2
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ task CPAT {
}
output {
File outFile=outFilePath
File outFile = outFilePath
}
runtime {
......
......@@ -37,7 +37,7 @@ task CollectColumns {
}
runtime {
memory: 4 + ceil(0.5* length(inputTables))
memory: 4 + ceil(0.5 * length(inputTables))
docker: dockerImage
}
}
\ No newline at end of file
......@@ -273,7 +273,7 @@ task ModifyStrelka {
String installDir = "/opt/somaticseq/vcfModifier" #the location in the docker image
File strelkaVCF
String? outputVCFName = basename(strelkaVCF, ".gz")
String outputVCFName = basename(strelkaVCF, ".gz")
Int threads = 1
String dockerImage = "lethalfang/somaticseq:3.1.0"
......
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