Sfoglia il codice sorgente

更新 'workflow.wdl'

master
chenqingwang 4 anni fa
parent
commit
bc816af00b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl Vedi File

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

Loading…
Annulla
Salva