Explorar el Código

修改参数错误

tags/v1.0
linzipeng hace 6 años
padre
commit
052c358bfa
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/Dedup.wdl

+ 1
- 1
tasks/Dedup.wdl Ver fichero

@@ -9,7 +9,7 @@ task Dedup {
command <<<
set -o pipefail
set -e
/src/Bismark-0.20.1/deduplicate_bismark -p --bam ./$inputfile --output_dir ./
/src/Bismark-0.20.1/deduplicate_bismark -p --bam ${unsorted_bam} --output_dir ./
>>>
runtime {
docker:docker

Cargando…
Cancelar
Guardar