This website works better with JavaScript.
Home
Explore
Drone
Help
Sign In
meng
/
CNVkit_Sequenza
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新 'tasks/CNVkit.wdl'
master
meng
2 years ago
parent
fcde49f237
commit
ef450bd9e2
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
tasks/CNVkit.wdl
+ 2
- 2
tasks/CNVkit.wdl
View File
@@ -24,9 +24,9 @@ task cnvkit{
echo ${sample}
P
URITY=`awk -F'\t' '{print $6
}' ${hrd} | sed -n '2p'`
P
loidy=`awk -F'\t' '{print $7
}' ${hrd} | sed -n '2p'`
echo $P
URITY
echo $P
loidy
center=`awk -v vv=$PURITY 'BEGIN {print log(2/vv)/log(2)}'`
Write
Preview
Loading…
Cancel
Save