Quellcode durchsuchen

first commit

master
YaqingLiu vor 5 Jahren
Ursprung
Commit
46eddceea1
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +1
    -1
      tasks/bcftools.wdl
  2. +1
    -1
      workflow.wdl

+ 1
- 1
tasks/bcftools.wdl Datei anzeigen

@@ -1,6 +1,6 @@
task bcftools {

Array[File] pon_vcf
Array[Array[File]] pon_vcf
String docker
String cluster_config
String disk_size

+ 1
- 1
workflow.wdl Datei anzeigen

@@ -40,7 +40,7 @@ workflow {{ project_name }} {


File inputponfile
Array[File] bcf = read_tsv(inputponfile)
Array[Array[File]] bcf = read_tsv(inputponfile)

call bcftools.bcftools as bcftools {
input:

Laden…
Abbrechen
Speichern