UWB-Biocomputing / Graphitti

A project to facilitate construction of high-performance simulations of graph-structured systems.
https://uwb-biocomputing.github.io/Graphitti/
Apache License 2.0
7 stars 14 forks source link

Need a cleaner way to specify parameter file paths #78

Open stiber opened 6 years ago

stiber commented 6 years ago

Right now, we specify the main parameter file name on the command line. The neuron lists have relative path names inside that file. Those paths are relative to the working directory where BG is run, not where the parameter file is. We should come up with a way to make this more obvious, or we should do something like add a command line argument that specifies the parameter file directory and have the NList file paths be relative to that (and eliminate the need to provide the path in the command line argument for the main parameter file).

stiber commented 5 years ago

Depends on issue UWB-Biocomputing/BrainGrid#208

stiber commented 3 years ago

This is related to issues #135, #96, and #88