Explorar el Código

更新 'tasks/CNVkit.wdl'

master
meng hace 2 años
padre
commit
ef450bd9e2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tasks/CNVkit.wdl

+ 2
- 2
tasks/CNVkit.wdl Ver fichero

@@ -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)}'`

Cargando…
Cancelar
Guardar