Explorar el Código

revised-bedtools-task

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

+ 2
- 3
tasks/bedtools.wdl Ver fichero

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

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

>>>

Cargando…
Cancelar
Guardar