Skip to content
Snippets Groups Projects
Commit e6e88a0f authored by Ruben Vorderman's avatar Ruben Vorderman
Browse files

remove precommand

parent 7a913a26
No related branches found
No related tags found
1 merge request!97Containerize tasks for RNA-seq
...@@ -39,8 +39,7 @@ task MultiQC { ...@@ -39,8 +39,7 @@ task MultiQC {
} }
command { command {
set -e -o pipefail set -e
~{preCommand}
mkdir -p ~{outDir} mkdir -p ~{outDir}
multiqc \ multiqc \
~{true="--force" false="" force} \ ~{true="--force" false="" force} \
......
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