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

create output directory

parent 2bc6ec69
No related branches found
No related tags found
2 merge requests!9Changes for virus assembly pipeline,!10Extra tasks required for assembly.
......@@ -10,6 +10,7 @@ task sample {
command {
set -e -o pipefail
${'mkdir -p $(dirname ' + outFilePath + ')'}
${preCommand}
seqtk sample \
${"-s " + seed} \
......
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