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