Explorar el Código

Fixbug: conflicting output names

master
YaqingLiu hace 4 años
padre
commit
4e2f03dfe4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/vcf2maf.wdl

+ 1
- 1
tasks/vcf2maf.wdl Ver fichero

@@ -47,7 +47,7 @@ task vcf2maf {
}

output {
File vcf = "${sample_id}.INPUT.vcf"
File input_vcf = "${sample_id}.INPUT.vcf"
File maf = "${basename}.maf"
}
}

Cargando…
Cancelar
Guardar