stead99 il y a 5 ans
Parent
révision
4757cd9f99
1 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. +6
    -1
      workflow.wdl

+ 6
- 1
workflow.wdl Voir le fichier

@@ -10,7 +10,12 @@ workflow {{ project_name }} {
call align.align as align {
input: read1=read1, read2=read2
input:
read1=read1,
read2=read2,
docker=docker,
disk_size=disk_size,
cluster_config=cluster_config
}
}

Chargement…
Annuler
Enregistrer