Explorar el Código

fix bugs

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

+ 1
- 2
tasks/NGScheckMates.wdl Ver fichero

@@ -1,7 +1,6 @@
task NGScheckMates {
File fastq_dir
File input_file
File out_dir
String docker
String cluster_config
String disk_size
@@ -10,7 +9,7 @@ task NGScheckMates {
set -o pipefail
set -e
nt=$(nproc)
python ncm_fastq.py -l ${input_file} -pt SNP/SNP.pt –O ./ -p $nt -s 0.3 -f
python ncm_fastq.py -l ${input_file} -pt SNP/SNP.pt –O './' -p $nt -s 0.3 -f
>>>

runtime {

Cargando…
Cancelar
Guardar