Explorar el Código

first commit

master
YaqingLiu hace 5 años
padre
commit
40db40e6d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/bcftools1.wdl

+ 1
- 1
tasks/bcftools1.wdl Ver fichero

@@ -12,7 +12,7 @@ task bcftools {
set -e
if [ ${PONmode} ]; then
bcftools view ${bcfpon} -Oz -o $(basename ${bcfpon}).gz
bcftools view ${bcfpon} -Oz -o a.vcf.gz
else
echo 1
fi

Cargando…
Cancelar
Guardar