Browse Source

更新 'tasks/strelka.wdl'

master
meng 2 years ago
parent
commit
d9fd5d942d
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      tasks/strelka.wdl

+ 2
- 1
tasks/strelka.wdl View File

@@ -17,6 +17,7 @@ task strelka_calling{
String out_dir = "${sample_id}_result"
command <<<
set -exo pipefail
nt=$(nproc)
/home/biosoft/strelka-2.9.10.centos6_x86_64/bin/configureStrelkaSomaticWorkflow.py \
--normalBam ${normal_bam} \
--tumorBam ${tumour_bam} \
@@ -26,7 +27,7 @@ task strelka_calling{
ls ${out_dir}

python2.7 ${out_dir}/runWorkflow.py -m local -j ${cpu}
python2.7 ${out_dir}/runWorkflow.py -m local -j $nt

ls ${out_dir}


Loading…
Cancel
Save