Explorar el Código

更新 'tasks/rmats.wdl'

tags/v4.1.1
chenqingwang hace 4 años
padre
commit
15e0570eb9
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      tasks/rmats.wdl

+ 2
- 1
tasks/rmats.wdl Ver fichero

@@ -15,7 +15,8 @@ task rmats {
set -o pipefail
set -e

mkdir -p ${sample_id}
mkdir -p ${sample_id}/output
mkdir -p ${sample_id}/tmp_output
python /usr/local/bin/rmats.py --b1 ${b1_txt} \
--b2 ${b2_txt} \
--gtf ${reference_gtf_file} \

Cargando…
Cancelar
Guardar