Przeglądaj źródła

revised-bedtools-task

master
stead99 5 lat temu
rodzic
commit
4436b7e55e
1 zmienionych plików z 3 dodań i 2 usunięć
  1. +3
    -2
      tasks/bedtools.wdl

+ 3
- 2
tasks/bedtools.wdl Wyświetl plik

@@ -10,8 +10,9 @@ task bedtools {

command <<<
set -e -o pipefail
path=$(dirname ${sep=' ' bam})
mv ${sep=' ' bai} $path
mkdir -p /cromwell_root/tmp/bedtools
mv ${sep=' ' bam} /cromwell_root/tmp/bedtools
cd /cromwell_root/tmp/bedtools
bedtools multicov -bams ${sep=' ' bam} -bed ${bed_file} > revread_count.txt

>>>

Ładowanie…
Anuluj
Zapisz