소스 검색

更新 'tasks/battenberg.wdl'

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

+ 1
- 1
tasks/battenberg.wdl 파일 보기

@@ -17,7 +17,7 @@ task battenberg {
samtools index ./${normal_id}.sorted.deduped.nochr.bam
samtools index ./${tumor_id}.sorted.deduped.nochr.bam
cp /opt/battenberg_reference/battenberg_wgs.R ./
Rscript ./battenberg_wgs.R -t ${tumor_id} -n ${normal_id} --nb ${normal_id}.sorted.deduped.nochr.bam --tb ${tumor_id}.sorted.deduped.nochr.bam --cpu 1 --sex female -o ./
Rscript ./battenberg_wgs.R -t ${tumor_id} -n ${normal_id} --nb ${normal_id}.sorted.deduped.nochr.bam --tb ${tumor_id}.sorted.deduped.nochr.bam --cpu 10 --sex female -o ./
>>>


Loading…
취소
저장