Explorar el Código

更新 'workflow.wdl'

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

+ 2
- 2
workflow.wdl Ver fichero

@@ -16,8 +16,8 @@ workflow {{ project_name }} {

call rmats.rmats as rmats {
input:
b1_txt_file = b1_txt_file
b2_txt_file = b2_txt_file
b1_txt_file = b1_txt_file,
b2_txt_file = b2_txt_file,
reference_gtf_file = reference_gtf_file,
sample_id = sample_id,
docker = rmats_docker,

Cargando…
Cancelar
Guardar