Browse Source

test workflow

master
YaqingLiu 4 years ago
parent
commit
ca29f09d38
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/vaf_ncm.wdl

+ 2
- 2
tasks/vaf_ncm.wdl View File

set -e set -e
nt=$(nproc) nt=$(nproc)
export NCM_HOME=/opt/NGSCheckMate export NCM_HOME=/opt/NGSCheckMate
mkdir -p /ncm/fastq_vaf mkdir -p /ncm/fastq_vaf
cp ${vaf} /ncm/fastq_vaf
cp ${sep=" " vaf} /ncm/fastq_vaf


python /opt/NGSCheckMate/vaf_ncm.py -f -I /ncm/fastq_vaf/ -O . -nz $nt python /opt/NGSCheckMate/vaf_ncm.py -f -I /ncm/fastq_vaf/ -O . -nz $nt
>>> >>>

Loading…
Cancel
Save