Ver código fonte

perf(CNVkit): call filter

master
YaqingLiu 2 anos atrás
pai
commit
22d3b548bf
1 arquivos alterados com 3 adições e 3 exclusões
  1. +3
    -3
      tasks/CNVkit.wdl

+ 3
- 3
tasks/CNVkit.wdl Ver arquivo

@@ -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

Carregando…
Cancelar
Salvar