Install run_bionet.py etc as commandline utils
It's just a suggestion, but wouldn't it make sense to install run_bionet.py, run_popnet.py etc as commandline tools when pip installing bmtk ? (Or maybe wrap everything in one commandline tool ('bmtk' ?), with 'popnet' / 'bionet' etc has argument. As far as I can see these scripts get reused a lot without modification, and always have to be present in the project directories ? Being able to have them available immediately would make things easier.
Hey,
So I am running into problems with these run_bionet.py files in both my docker image and my git clone installs. (Tried both to see if the problem persists)
Basically whenever I try to run the tutorial, and I get to the part where we need to setup the simulator environment, the function build_env_bionet looks for bionet.py in /home/$USER/miniconda3/lib/python3.6/site-packages/bmtk-0.0.7-py3.6.egg/bmtk/utils/scripts/bionet/run_bionet.py
But I end up getting the error No such file or directory
I'm just wondering if you ran into the same problem? And how would I fix this? Is it a pathing issue on my machine or did my installation fail to install run_bionet.py? Any help is appreciated! Thanks!