makefile 526 B

12345678910111213141516171819202122232425
  1. all: extract_stimulations assign_protocols filter analyse_firing_rates analyse_persistent_activity plot_firing_rates plot_traces report
  2. extract_stimulations:
  3. python scripts/extract_stimulations.py
  4. assign_protocols:
  5. python extract_protocols.py
  6. filter:
  7. python filter_stimulations.py
  8. analyse_firing_rates:
  9. python analyse_firing_rates.py
  10. analyse_persistent_activity:
  11. python analyse_persistent_activity.py
  12. plot_firing_rates:
  13. python plot_traces.py
  14. plot_traces:
  15. python plot_traces.py
  16. report:
  17. python generate_report.py