Explorar el Código

[Fix Bug] multiqc-big's bug.

tags/v0.1.0
YJC hace 2 años
padre
commit
f28bdccf38
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/filter_vcf.wdl

+ 1
- 1
tasks/filter_vcf.wdl Ver fichero

@@ -27,7 +27,7 @@
dataDisk: "cloud_ssd " + disk_size + " /cromwell_root/"
}
output {
File filtered_vcf = "${project}.chrom.bed.filtered.vcf"
File filtered_vcf = "${project}.${sample}.chrom.bed.filtered.vcf"
File filtered_bed = "benchmark_region_query_bed.bed"
}
}

Cargando…
Cancelar
Guardar