Browse Source

更新 'workflow.wdl'

master
chenqingwang 4 years ago
parent
commit
bc816af00b
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl View File

import "./tasks/BAMReadCount.wdl" as BAMReadCount import "./tasks/BAMReadCount.wdl" as BAMReadCount


workflow {{ project_name }} { workflow {{ project_name }} {
File ref_dir
File fa File fa
File fai File fai
File bed File bed


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

Loading…
Cancel
Save