Explorar el Código

更新 'workflow.wdl'

tags/v4.1.1
chenqingwang hace 4 años
padre
commit
ea71722f5e
Se han modificado 1 ficheros con 6 adiciones y 2 borrados
  1. +6
    -2
      workflow.wdl

+ 6
- 2
workflow.wdl Ver fichero

@@ -18,8 +18,12 @@ workflow {{ project_name }} {

call rmats.rmats as rmats {
input:
b1_txt = b1_txt,
b2_txt = b2_txt,
b1_1 = b1_1,
b1_2 = b1_2,
b1_3 = b1_3,
b2_1 = b2_1,
b2_2 = b2_2,
b2_3 = b2_3,
reference_gtf_file = reference_gtf_file,
sample_id = sample_id,
docker = rmats_docker,

Cargando…
Cancelar
Guardar