all: extract_stimulations assign_protocols filter analyse_firing_rates analyse_persistent_activity plot_firing_rates plot_traces report extract_stimulations: python scripts/extract_stimulations.py assign_protocols: python extract_protocols.py filter: python filter_stimulations.py analyse_firing_rates: python analyse_firing_rates.py analyse_persistent_activity: python analyse_persistent_activity.py plot_firing_rates: python plot_traces.py plot_traces: python plot_traces.py report: python generate_report.py