UWB-Biocomputing / WorkBench

Software and data provenance management platform for simulations of dissociated cortical cultures.
https://uwb-biocomputing.github.io/WorkBench/
Apache License 2.0
1 stars 3 forks source link

Need to decide on a single location for simulation results file name specification #44

Closed stiber closed 3 years ago

stiber commented 4 years ago

Right now, the simulation results file name can be specified on either the command line or in the parameter file. One would have to look at the BrainGrid code in detail to see which has precedence. We should pick one. This needs to be done in BG first, then Workbench can be modified to follow. If the decision is made to use the command line, then WB needs to ensure not only to construct the correct command line, but also that this information still makes it into the provenance information.

stevecl5 commented 3 years ago

@stiber Workbench and the existing configfiles in the Graphitti repo already use the parameter file to specify the results file name. I think using the parameter file exclusively would be the simplest option. Removing the command line option (for specifying the results file) in Graphitti should not have any effect on Workbench.

stiber commented 3 years ago

OK, I've added this as an issue in Graphitti.

stevecl5 commented 3 years ago

Closing this issue since there are no action items for Workbench.