summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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 $< > $@