Browse Source

更新 'tasks/CNVkit.wdl'

master
meng 2 years ago
parent
commit
ef450bd9e2
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl View File

@@ -24,9 +24,9 @@ task cnvkit{
echo ${sample}
PURITY=`awk -F'\t' '{print $6}' ${hrd} | sed -n '2p'`
Ploidy=`awk -F'\t' '{print $7}' ${hrd} | sed -n '2p'`
echo $PURITY
echo $Ploidy
center=`awk -v vv=$PURITY 'BEGIN {print log(2/vv)/log(2)}'`

Loading…
Cancel
Save