Parcourir la source

fix bugs

master
LUYAO REN il y a 6 ans
Parent
révision
0ecd837154
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tasks/NGScheckMates.wdl

+ 1
- 1
tasks/NGScheckMates.wdl Voir le fichier

@@ -9,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 /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt –O './' -p $nt -s 0.3 -f
>>>

runtime {

Chargement…
Annuler
Enregistrer