-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmakefile
23 lines (21 loc) · 853 Bytes
/
makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
pipeline:
python scripts/pipeline/step1_convert_matlab_to_python.py
python scripts/pipeline/step2_time_frequency_analysis.py
python scripts/pipeline/step3_id_modulated_chans.py
python scripts/pipeline/step4_spectral_parameterization.py
python scripts/pipeline/step5_compute_intersection.py
python scripts/pipeline/step6_aggregate_results.py
python scripts/pipeline/step7_permutation_stats.py
main_figures:
python scripts/figures/figure_1.py
python scripts/figures/figure_2.py
python scripts/figures/figure_3ab.py
python scripts/figures/figure_3c-h.py
python scripts/figures/figure_4.py
python scripts/figures/figure_4-1.py
python scripts/figures/figure_5.py
python scripts/figures/figure_6.py
python scripts/figures/figure_7.py
python scripts/figures/figure_7-1ab.py
python scripts/figures/figure_7-1cd.py
all: pipeline main_figures