瀏覽代碼

更新 'tasks/CNVkit.wdl'

master
meng 2 年之前
父節點
當前提交
c002323db2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/CNVkit.wdl

+ 1
- 1
tasks/CNVkit.wdl 查看文件

@@ -22,7 +22,7 @@ task cnvkit{
echo ${sample}

/root/miniconda2/bin/cnvkit.py batch ${tumor_bam} -n ${normal_bam} -m wgs -f ${ref_dir}/${fasta} --annotate ${ref_flat} -p $nt
/root/miniconda2/bin/cnvkit.py batch ${tumor_bam} -n ${normal_bam} -m wgs -f ${ref_dir} --annotate ${ref_flat} -p $nt

# Check noise

Loading…
取消
儲存