Ver código fonte

更新 'workflow.wdl'

master
chenqingwang 4 anos atrás
pai
commit
bc816af00b
1 arquivos alterados com 2 adições e 0 exclusões
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl Ver arquivo

@@ -1,6 +1,7 @@
import "./tasks/BAMReadCount.wdl" as BAMReadCount

workflow {{ project_name }} {
File ref_dir
File fa
File fai
File bed
@@ -14,6 +15,7 @@ workflow {{ project_name }} {

call BAMReadCount.BAMReadCount as BAMReadCount {
input:
ref_dir = ref_dir,
fa = fa,
fai = fai,
bed = bed,

Carregando…
Cancelar
Salvar