summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2020-10-19 22:01:36 +0200
committerChristoph Helma <helma@in-silico.ch>2020-10-19 22:01:36 +0200
commit73f236606451b52a483a073dc43f786bc9f63d9a (patch)
tree6a3058c890d2a3e0e92d57727902a488858877c3 /Makefile
parentf1a35fa30d0f416acd9e0d28255f1939823f4e34 (diff)
lazar-padel pa predictions fixed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4dc6134..5ceb4aa 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,10 @@ figures/roc.csv: $(CV_SUMMARY)
scripts/summary2roc.rb $< > $@
# tables
-tables/pa-tab.tex: scripts/pa-table.rb $(PA_PREDICTIONS)
+tables/pa-tab.tex: tables/pa-table.csv
+ scripts/pa-tex-table.rb $< > $@
+
+tables/pa-table.csv: $(PA_PREDICTIONS)
scripts/pa-table.rb > $@
tables/lazar-summary.csv: $(CV_SUMMARY)