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

+ 4
- 4
tasks/access.wdl Ver fichero

@@ -9,11 +9,11 @@ task access {
String disk_size

command <<
if [ ${method}=="amplicon" ]; then
#if [ ${method}=="amplicon" ]; then
cp ${bed} access-mappable.bed
else
cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}
fi
#else
# cnvkit.py access -s ${min_gap_size} -o access-mappable.bed ${fasta}
#fi
>>>

runtime {

Cargando…
Cancelar
Guardar