Explorar el Código

fix bugs

master
LUYAO REN hace 6 años
padre
commit
5d83d4af27
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      tasks/NGScheckMates.wdl

+ 1
- 1
tasks/NGScheckMates.wdl Ver fichero

@@ -9,7 +9,7 @@ task NGScheckMates {
set -o pipefail
set -e
nt=$(nproc)
python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt O './' -p $nt -s 0.3 -f
python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O './' -p $nt -s 0.3 -f
>>>

runtime {

Cargando…
Cancelar
Guardar