Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweak models that are now using different mosinit.hoc files #85

Merged
merged 1 commit into from
Jun 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions modeldb/modeldb-run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@
- makeplusplus()
- verify_graph_()
116094:
model_dir: LongDendrite
run:
- load_file("mosinit.hoc")
- run_experiment("fig2ace")
Expand Down Expand Up @@ -989,6 +990,7 @@
- run()
- verify_graph_()
123897:
model_dir: mechanism
run:
- xopen("experiment/Pyramidal_Main.hoc")
- freePlay()
Expand Down Expand Up @@ -1189,6 +1191,8 @@
script:
# Fix for case-sensitive filesystems
- mv Voltage.ses voltage.ses
223649:
model_dir: 1_Hemond/Segregated
223962:
skip: true
comment: takes too long, need to see how to reduce time
Expand All @@ -1207,6 +1211,11 @@
- mkdir connection input
237594:
model_dir: mechanism
241160:
model_dir: mechanism
script:
- mkdir -p membraneVoltages/shape-plot
- sed -i'.bak' 's#tstop[[:space:]]*=[[:space:]]*1050#tstop = 10#g' experiment/Pyramidal_Main.hoc
244262:
script:
- if [[ ! -f Iintra.dat ]]; then unzip Iintra.dat.zip; fi
Expand Down