Selaa lähdekoodia

revised-bedtools-task

master
stead99 5 vuotta sitten
vanhempi
commit
46d2f4bcc6
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +2
    -2
      tasks/bedtools.wdl

+ 2
- 2
tasks/bedtools.wdl Näytä tiedosto

@@ -13,7 +13,7 @@ task bedtools {
mkdir -p /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
bedtools multicov -bams ${sep=' ' bam} -bed ${bed_file} > /cromwell_root/choppy-cromwell-result/test-choppy/js_bedtools_test/revread_count.txt

>>>

@@ -25,6 +25,6 @@ task bedtools {
}

output {
File read_count = "revread_count.txt"
File read_count = "/cromwell_root/choppy-cromwell-result/test-choppy/js_bedtools_test/revread_count.txt"
}
}

Loading…
Peruuta
Tallenna