浏览代码

更新 '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 ./
>>>


正在加载...
取消
保存