Skip to content
Snippets Groups Projects
Commit 72ebdbc7 authored by JB's avatar JB
Browse files

Reset set -e

parent 5596c3da
Branches BIOWDL-258
No related tags found
No related merge requests found
......@@ -36,6 +36,7 @@ task Indexing {
}
command {
set -e
mkdir -p $(dirname ~{outputPrefix})
minimap2 \
~{true="-H" false="" useHomopolymerCompressedKmer} \
......@@ -92,6 +93,7 @@ task Mapping {
}
command {
set -e
mkdir -p $(dirname ~{outputPrefix})
minimap2 \
~{"-x " + presetOption} \
......
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