Browse Source

test workflow

master
YaqingLiu 4 years ago
parent
commit
3292148b43
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      tasks/fastq_ncm.wdl

+ 1
- 1
tasks/fastq_ncm.wdl View File

set -e set -e
nt=$(nproc) nt=$(nproc)
export NCM_HOME=/opt/NGSCheckMate export NCM_HOME=/opt/NGSCheckMate
python /opt/NGSCheckMate/ngscheckmate_fastq -1 ${fq1} -2 ${fq2} /opt/NGSCheckMate/SNP/SNP.pt -p $nt -s ${subsampling_rate} > ${output_id}.vaf
/opt/NGSCheckMate/ngscheckmate_fastq -1 ${fq1} -2 ${fq2} /opt/NGSCheckMate/SNP/SNP.pt -p $nt -s ${subsampling_rate} > ${output_id}.vaf
>>> >>>


runtime { runtime {

Loading…
Cancel
Save