Ver código fonte

更新 'workflow.wdl'

tags/v4.1.1
chenqingwang 4 anos atrás
pai
commit
f5f5cccf1e
1 arquivos alterados com 2 adições e 2 exclusões
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Ver arquivo

@@ -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,

Carregando…
Cancelar
Salvar