Browse Source

更新 'tasks/CNVkit.wdl'

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

+ 1
- 1
tasks/CNVkit.wdl View File

@@ -28,7 +28,7 @@ task cnvkit{
echo $Ploidy
center=`awk -v vv=$PURITY 'BEGIN {print log(2/vv)/log(2)}'`
center=`awk -v vv=$Ploidy 'BEGIN {print log(2/vv)/log(2)}'`
echo $center


Loading…
Cancel
Save