Skip to content
Snippets Groups Projects
Unverified Commit 8f1d98a4 authored by Cedrick Agaser's avatar Cedrick Agaser Committed by GitHub
Browse files

Update smoove.wdl


Co-Authored-By: default avatarDavyCats <davycats.dc@gmail.com>
parent c8d443ae
No related branches found
No related tags found
No related merge requests found
...@@ -38,7 +38,7 @@ task Call { ...@@ -38,7 +38,7 @@ task Call {
command { command {
set -e set -e
mkdir -p "$(dirname ~{outputDir})" mkdir -p ~{outputDir}
smoove call \ smoove call \
--outdir ~{outputDir} \ --outdir ~{outputDir} \
--name ~{sample} \ --name ~{sample} \
......
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