Parcourir la source

更新 'workflow.wdl'

sample_id
master
biochenglinliu il y a 1 an
Parent
révision
ab4fc4f370
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      workflow.wdl

+ 2
- 2
workflow.wdl Voir le fichier

@@ -1,6 +1,6 @@
import "./tasks/battenberg.wdl" as battenberg
workflow {{ project_name }} {
String tumor_id
String sample_id
File tumor_bam
String normal_id
File normal_bam
@@ -11,7 +11,7 @@ workflow {{ project_name }} {

call battenberg.battenberg as battenberg {
input:
tumor_id=tumor_id,
sample_id=sample_id,
tumor_bam=tumor_bam,
normal_id=normal_id,
normal_bam=normal_bam,

Chargement…
Annuler
Enregistrer