浏览代码

更新 'tasks/CNVkit.wdl'

master
meng 2 年前
父节点
当前提交
964787938c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      tasks/CNVkit.wdl

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

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


正在加载...
取消
保存