瀏覽代碼

perf(CNVkit): call filter

master
YaqingLiu 2 年之前
父節點
當前提交
22d3b548bf
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. +3
    -3
      tasks/CNVkit.wdl

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

@@ -50,9 +50,9 @@ task CNVkit {
# Derive each segment's absolute integer copy number, ploidy must be int value
PURITY=`awk -F'\t' '{print $6}' ${hrd} | sed -n '2p'`
cnvkit.py call ${sample}.cns -y -m clonal --purity $PURITY -o ${sample}.call.cns
cnvkit.py call ${sample}.cnr -y -m clonal --purity $PURITY -o ${sample}.call.cnr
cnvkit.py call --drop-low-coverag --filter ci ${sample}.cns -y -m clonal --purity $PURITY -o ${sample}.call.cns
cnvkit.py call --drop-low-coverag --filter ci ${sample}.cnr -y -m clonal --purity $PURITY -o ${sample}.call.cnr
# Plot the results
cnvkit.py scatter ${sample}.cnr -s ${sample}.call.cns -o ${sample}.scatter.pdf
cnvkit.py diagram ${sample}.cnr -s ${sample}.call.cns -o ${sample}.diagram.pdf

Loading…
取消
儲存