Explorar el Código

revised-bedtools-task

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

+ 3
- 2
tasks/bedtools.wdl Ver fichero

@@ -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=' ' bai} /cromwell_root/tmp/bedtools
cd /cromwell_root/tmp/bedtools
bedtools multicov -bams ${sep=' ' bam} -bed ${bed_file} > revread_count.txt

>>>

Cargando…
Cancelar
Guardar