Explorar el Código

更新 'tasks/fastq_ncm.wdl'

master
meng hace 2 años
padre
commit
7dd9fb9e5d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/fastq_ncm.wdl

+ 2
- 2
tasks/fastq_ncm.wdl Ver fichero

@@ -11,8 +11,8 @@ task fastq_ncm {
set -o pipefail
set -e
nt=$(nproc)
python /NGSCheckMate/ncm_fastq.py -l ${fastq_smp} -O ${out_id} -N ChIP_batch -p $nt -pt /NGSCheckMate/SNP/SNP.pt -s ${subsampling_rate}
python /NGSCheckMate/ncm_fastq.py -l ${fastq_smp} -O ${out_id} -N ChIP_batch -p $nt -pt /NGSCheckMate/SNP/SNP.pt
#-s ${subsampling_rate}
tar cvf ${out_id}.tar ${out_id}
>>>


Cargando…
Cancelar
Guardar