openworm / OpenWorm

Repository for the main Dockerfile with the OpenWorm software stack and project-wide issues
http://openworm.org
MIT License
2.66k stars 207 forks source link

Add a commandline variable to extend the runtime of the simulation #260

Closed slarson closed 6 years ago

slarson commented 6 years ago

The ideal usage of this would be as an argument to run.sh once #253 is addressed.

Whatever number you have as an argument will be set as an environment variable and incorporated as the simulation time, overriding the default and allowing a user to run the simulation for longer to get more interesting output.

Invalid arguments should return an error message.

slarson commented 6 years ago

I have a fix for this at https://github.com/slarson/OpenWorm/tree/development