pysb / pysb

Python framework for Systems Biology modeling
BSD 2-Clause "Simplified" License
166 stars 71 forks source link

pysb.kappa shoud be more intelligent about looking for likely locations of kappa #83

Closed johnbachman closed 8 years ago

johnbachman commented 11 years ago

We should crib from bng and look for likely install locations or allow the setting of an environment variable.

jmuhlich commented 8 years ago

John, we should really do this for v1.1.0. Can you take it on?

johnbachman commented 8 years ago

Any suggestions for where to look? Users can download and build KaSim anywhere.

On Fri, Apr 1, 2016 at 2:21 PM, Jeremy Muhlich notifications@github.com wrote:

John, we should really do this for v1.1.0. Can you take it on?

— You are receiving this because you were assigned. Reply to this email directly or view it on GitHub https://github.com/pysb/pysb/issues/83#issuecomment-204501587

jmuhlich commented 8 years ago

Copy the bng.py BNGPATH handling code, and more or less just change BNGPATH to KAPPAPATH? Not sure if you should leave the default paths (/usr/local/share... and c:\program files...) or not.

jmuhlich commented 8 years ago

Fixed in #200