Quellcode durchsuchen

更新 'workflow.wdl'

master
chenqingwang vor 4 Jahren
Ursprung
Commit
bc816af00b
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. +2
    -0
      workflow.wdl

+ 2
- 0
workflow.wdl Datei anzeigen

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

Laden…
Abbrechen
Speichern