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

+ 4
- 1
tasks/benchmark.wdl Ver fichero

@@ -44,7 +44,9 @@ task benchmark {
/opt/hap.py/bin/hap.py /cromwell_root/tmp/reference_datasets_v202103/LCL8.high.confidence.calls.vcf.gz ${sample}.rtg.vcf.gz -f /cromwell_root/tmp/reference_datasets_v202103/Quartet.high.confidence.region.v202103.bed --threads $nt -o ${sample} -r ${ref_dir}/${fasta}
else
echo "only for quartet samples"
fi
fi

ls > file.txt
>>>

runtime {
@@ -67,5 +69,6 @@ task benchmark {
File summary = "${sample}.summary.csv"
File extended = "${sample}.extended.csv"
File metrics = "${sample}.metrics.json.gz"
File file = "file.txt"
}
}

Cargando…
Cancelar
Guardar