summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2020-10-20 20:42:54 +0200
committerChristoph Helma <helma@in-silico.ch>2020-10-20 20:42:54 +0200
commit0b686f924a42105f2516aea44c27b6d3f75e1672 (patch)
tree2572b8f713200a59ea5993320fd133db6f712246 /Makefile
parent2c3bc133700f7e1e1ea8d038d87da1f3095ed103 (diff)
Summary table of PA predictions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fb5eb30..c63cdf5 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ PA_PREDICTIONS = $(PA_LAZAR_DIR)/pa-mp2d-predictions.csv $(PA_LAZAR_DIR)/pa-pade
# manuscript
-TABLES = tables/lazar-summary.csv tables/r-summary.csv tables/tensorflow-summary.csv tables/pa-tab.tex
+TABLES = tables/lazar-summary.csv tables/r-summary.csv tables/tensorflow-summary.csv tables/pa-tab.tex tables/pa-summary.csv
FIGURES = figures/roc.png figures/tsne-mp2d.png figures/tsne-padel.png
all: $(TABLES) $(FIGURES) $(CV_SUMMARY) mutagenicity.pdf
@@ -67,6 +67,9 @@ figures/roc.csv: $(CV_SUMMARY)
# tables
+tables/pa-summary.csv: $(PA_SUMMARY)
+ scripts/pa-summary-table.rb $< > $@
+
tables/pa-tab.tex: tables/pa-table.csv
scripts/pa-tex-table.rb $< > $@