Преглед изворни кода

revised-bedtools-task

master
stead99 пре 5 година
родитељ
комит
421a44e601
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      tasks/bedtools.wdl

+ 1
- 1
tasks/bedtools.wdl Прегледај датотеку

@@ -11,7 +11,7 @@ task bedtools {
command <<<
set -e -o pipefail
mkdir -p /cromwell_root/tmp/bedtools
mv ${sep=' ' bam} /cromwell_root/tmp/bedtools
cp ${sep=' ' bai} /cromwell_root/tmp/bedtools
cd /cromwell_root/tmp/bedtools
bedtools multicov -bams ${sep=' ' bam} -bed ${bed_file} > revread_count.txt


Loading…
Откажи
Сачувај