Browse Source

command line

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

+ 1
- 2
tasks/NGScheckMates.wdl View File

set -e set -e
nt=$(nproc) nt=$(nproc)
export NCM_HOME=/opt/NGSCheckMate 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
ls /cromwell_inputs/* > wd.txt
python /opt/NGSCheckMate/ncm_fastq.py -l ${input_file} -pt /opt/NGSCheckMate/SNP/SNP.pt -O '.' -p $nt -f -nz -s 0.5
>>> >>>


runtime { runtime {

Loading…
Cancel
Save