Browse Source

command line

master
LUYAO REN 6 years ago
parent
commit
3d73da0f08
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      tasks/NGScheckMates.wdl

+ 1
- 0
tasks/NGScheckMates.wdl View File

set -o pipefail set -o pipefail
set -e set -e
nt=$(nproc) nt=$(nproc)
export NCM_HOME=/opt/NGSCheckMate
python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt -f -nz python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt -f -nz
>>> >>>



Loading…
Cancel
Save