-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathinit.sh
More file actions
41 lines (34 loc) · 1.03 KB
/
Copy pathinit.sh
File metadata and controls
41 lines (34 loc) · 1.03 KB
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
35
36
37
38
39
#!/bin/bash
# this initializes a newly downloaded repo to reproduce the results of Cudone et al. 2023
# build data directories
mkdir data
mkdir data/morpho
mkdir data/morpho/nInputs_spikes
mkdir data/morpho/nInputs_stimuli
mkdir data/morpho.reconstruct
mkdir data/morpho/random_histories
mkdir data/morpho/segment_arrays
mkdir data/morpho/spiking_histories
mkdir data/nInputs
mkdir data/nInputs_no_ospike
mkdir data/nInputs_ospike_WB
mkdir data/nInputs_WB
mkdir data/nst_distribution_evolution
mkdir data/nst_distribution_evolution/results
mkdir data/nst_distribution_evolution/stimuli
mkdir data/partial_history
mkdir data/partial_history/results
mkdir data/partial_history_WB
mkdir data/partial_history_WB/results
mkdir data/state_reconstruct
mkdir data/state_reconstruct/original_simulation_data
mkdir data/state_reconstruct/reconstruction_data
# build figures directory
mkdir figures
# compile NEURON and move it to where it is needed
nrnivmodl ./mod
cp -r x86_64/ scripts/
cp -r x86_64/ notebooks/
cd morpho
nrnivmodl ./mod
cp -r x86_64/ scripts/