소스 검색

更新 'tasks/manta.wdl'

master
meng 2 년 전
부모
커밋
bf4eeef82a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      tasks/manta.wdl

+ 2
- 2
tasks/manta.wdl 파일 보기

@@ -15,7 +15,7 @@ task manta_calling{
String out_dir = "${sample_id}_result"
command <<<
set -exo pipefail
cpu=$(nproc)
nt=$(nproc)
/home/biosoft/manta-1.6.0.centos6_x86_64/bin/configManta.py \
--normalBam ${normal_bam} \
--tumorBam ${tumour_bam} \
@@ -24,7 +24,7 @@ task manta_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…
취소
저장