Explorar el Código

更新 'tasks/samtools.wdl'

tags/v0.0.1
chenqingwang hace 4 años
padre
commit
e3ff00e197
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. +3
    -2
      tasks/samtools.wdl

+ 3
- 2
tasks/samtools.wdl Ver fichero

@@ -7,8 +7,9 @@ task samtools {


command <<<
#set -o pipefail
#set -e
set -o pipefail
set -e

mkdir -p /cromwell_root/tmp/
cp ${bam_file} /cromwell_root/tmp/

Cargando…
Cancelar
Guardar