-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
34 lines (26 loc) · 754 Bytes
/
Makefile
File metadata and controls
34 lines (26 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
.PHONY: install-go install-python download-data demo download- plot-recovery plot-linking plot-uniqueness plot-rounding plot-all pgs-selection solving
install-go:
./scripts/install-go.sh
install-python:
./sciprts/install-python.sh
download-data:
./scripts/download_processed_1000genomes.sh
demo:
go run eval/run.go -e=demo
download-results:
./scripts/download_results.sh
plot-recovery:
python3 analysis/plot.py -e=recovery
plot-linking:
python3 analysis/plot.py -e=linking
plot-uniqueness:
python3 analysis/plot.py -e=uniqueness
plot-rounding:
python3 analysis/plot.py -e=rounding
plot-all:
python3 analysis/plots.py -e=all
pgs-selection:
mkdir catalog/
go run info/preprocess.go -e=pgs-selection
solving:
go run eval/run.go -e=solve