NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
36 stars 30 forks source link

add downloads URL as biosimulations.submit_simulation_archive return value #401

Closed stellaprins closed 3 months ago

stellaprins commented 3 months ago

Small tweak so that I can fetch results from models ran remotely on biosimulators.

sanjayankur31 commented 3 months ago

Hi @stellaprins , thanks for that. I tweaked it a bit so that it returns all the URLs, not just the download URL:

https://github.com/NeuroML/pyNeuroML/commit/81abeea27b266a9c56320ecab3ed2d5b34638ca6

So one can now do:

res = submit_simulation_archive(..)
download_url = res["download"]

and so on.

sanjayankur31 commented 2 months ago

@all-contributors please add @stellaprins for code, ideas,

allcontributors[bot] commented 2 months ago

@sanjayankur31

I've put up a pull request to add @stellaprins! :tada: