Quellcode durchsuchen

更新 'workflow.wdl'

tags/v0.0.1
chenqingwang vor 4 Jahren
Ursprung
Commit
4034c8b197
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      workflow.wdl

+ 1
- 1
workflow.wdl Datei anzeigen

@@ -18,7 +18,7 @@ workflow {{ project_name }} {
input:
docker = samtools_docker,
cluster = samtools_cluster,
sample_id = sample_id
sample_id = sample_id,
bam_file = bam_file,
disk_size = disk_size
}

Laden…
Abbrechen
Speichern