command <<< | command <<< | ||||
set -o pipefail | set -o pipefail | ||||
set -e | set -e | ||||
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ${unsorted_bam} --output_dir ./ | |||||
/src/Bismark-0.18.2/deduplicate_bismark -p --bam ${unsorted_bam} | |||||
outputdir= dirname ${unsorted_bam} | |||||
cp ${outputdir} ./ | |||||
>>> | >>> | ||||
runtime { | runtime { | ||||
docker:docker | docker:docker |