Explorar el Código

revised-bedtools-task

master
stead99 hace 5 años
padre
commit
156802e603
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/bedtools.wdl

+ 1
- 1
tasks/bedtools.wdl Ver fichero

@@ -9,7 +9,7 @@ task bedtools {

command <<<
set -e -o pipefail
bedtools multicov ${tmp_bam} -bed ${bed_file} > revread_count.txt
cat ~{sep=" " tmp_bam}|bedtools multicov -bed ${bed_file} > revread_count.txt

>>>


Cargando…
Cancelar
Guardar