summaryrefslogtreecommitdiff
path: root/scripts/summary2table.rb
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2020-12-10 17:14:14 +0100
committerChristoph Helma <helma@in-silico.ch>2020-12-10 17:14:14 +0100
commited2625b9b2fde45cfd1739695310d47866b3c0b0 (patch)
tree8249000344a9701b52ddf41a36008d9ffb8d940c /scripts/summary2table.rb
parentce8db67ce38095e06d2131eced2acfc219661580 (diff)
CDK instead of PaDEL
Diffstat (limited to 'scripts/summary2table.rb')
-rwxr-xr-xscripts/summary2table.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/summary2table.rb b/scripts/summary2table.rb
index 267bb97..557dbd4 100755
--- a/scripts/summary2table.rb
+++ b/scripts/summary2table.rb
@@ -12,7 +12,7 @@ when "tensorflow"
header = ["RF","LR-sgd","LR-scikit","NN"]
keys = ["rf","lr","lr2","nn"].collect{|n| "tensorflow-"+n+".v3"}
when "lazar"
- header = ["MP2D", "PaDEL"]
+ header = ["MP2D", "CDK"]
mp2dkeys = ["lazar-all","lazar-high-confidence"]
padelkeys = ["lazar-padel-all","lazar-padel-high-confidence"]
puts ","+header.join(",")