瀏覽代碼

更新 'tasks/CNVkit.wdl'

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

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

@@ -102,7 +102,9 @@ task cnvkit{
/root/miniconda2/bin/cnvkit.py diagram ${sample}.cns/${sample}.cnr -s ${sample}.call.cns -o ${sample}.diagram.pdf
/root/miniconda2/bin/cnvkit.py heatmap ${sample}.cns/${sample}.cnr ${sample}.call.cns -o ${sample}.heatmap.pdf
cp ${sample}.call.cns ${sample}.call.cns.bed
#gain and loss
cat ${sample}.call.cns | awk -v OFS='\t' '{ if ($6 > 2) print $0, "gain"; else if ($6 < 2) print $0, "loss"; else print $0 }' > ${sample}.call.cns.bed


Loading…
取消
儲存