浏览代码

更新 'tasks/strelka.wdl'

master
meng 2 年前
父节点
当前提交
d9fd5d942d
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      tasks/strelka.wdl

+ 2
- 1
tasks/strelka.wdl 查看文件

String out_dir = "${sample_id}_result" String out_dir = "${sample_id}_result"
command <<< command <<<
set -exo pipefail set -exo pipefail
nt=$(nproc)
/home/biosoft/strelka-2.9.10.centos6_x86_64/bin/configureStrelkaSomaticWorkflow.py \ /home/biosoft/strelka-2.9.10.centos6_x86_64/bin/configureStrelkaSomaticWorkflow.py \
--normalBam ${normal_bam} \ --normalBam ${normal_bam} \
--tumorBam ${tumour_bam} \ --tumorBam ${tumour_bam} \
ls ${out_dir} 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} ls ${out_dir}



正在加载...
取消
保存