StochSS / stochss

StochSS - Software as a Service for modeling, simulation, inference and analysis of biochemical models. https://live.stochss.org
http://www.stochss.org
GNU General Public License v3.0
23 stars 21 forks source link

Update Example Library Page #1438

Closed BryanRumsey closed 1 year ago

BryanRumsey commented 1 year ago

Testing

In the file stochss/handlers/util/stochss_base.py change the rel_path to https://raw.githubusercontent.com/StochSS/StochSS_Example_Library/develop/example_data.json

def __get_from_remote(cls):
        p_path = "/stochss/.proxies.txt"
        rel_path = "https://raw.githubusercontent.com/StochSS/StochSS_Example_Library/main/example_data.json"