Explorar el Código

first commit

master
YaqingLiu hace 5 años
padre
commit
101b778d8f
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      tasks/bcftools.wdl
  2. +1
    -1
      workflow.wdl

+ 1
- 1
tasks/bcftools.wdl Ver fichero

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

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

+ 1
- 1
workflow.wdl Ver fichero

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


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

call bcftools.bcftools as bcftools {
input:

Cargando…
Cancelar
Guardar