LUYAO REN hace 4 años
padre
commit
18123651cb
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      tasks/benchmark.wdl

+ 4
- 1
tasks/benchmark.wdl Ver fichero

@@ -72,7 +72,9 @@ task benchmark {
/opt/rtg-tools/dist/rtg-tools-3.10.1-4d58ead/rtg index -f vcf ${sample}.reformed.vcf.gz
else
echo "only for quartet samples"
fi
fi

ls > filelist
>>>

runtime {
@@ -95,5 +97,6 @@ task benchmark {
File summary = "${sample}.summary.csv"
File extended = "${sample}.extended.csv"
File metrics = "${sample}.metrics.json.gz"
File out_file = "filelist"
}
}

Cargando…
Cancelar
Guardar