Skip to content
Snippets Groups Projects

add SomaticSeq

Merged Ruben Vorderman requested to merge BIOWDL-78 into develop
4 files
+ 265
2
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 3
0
@@ -40,6 +40,7 @@ task ConfigureSomatic {
task RunSomatic {
input {
String? preCommand
String runDir
Int cores = 1
Int memory = 4
@@ -47,6 +48,8 @@ task RunSomatic {
}
command {
set -e -o pipefail
~{preCommand}
~{runDir}/runWorkflow.py \
-m local \
-j ~{cores} \
Loading