Skip to content
Snippets Groups Projects
Commit 75903be3 authored by Cats's avatar Cats
Browse files

fix missing directory and read2output umitools

parent 55477bb7
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ task Extract {
~{"bc-pattern2 " + bcPattern2} \
~{true="--3prime" false="" threePrime} \
--stdout ~{read1Output} \
~{"--read2-out " + read2Output}
~{if defined(read2) then "--read2-out " + read2Output else ""}
}
output {
......@@ -82,6 +82,7 @@ task Dedup {
command {
set -e
mkdir -p "$(dirname ~{outputBamPath})"
umi_tools dedup \
--stdin ~{inputBam} \
--stdout ~{outputBamPath} \
......
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