Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Biomodels Performance #8

Open
evaxliu opened this issue Nov 21, 2023 · 4 comments
Open

Improve Biomodels Performance #8

evaxliu opened this issue Nov 21, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@evaxliu
Copy link
Collaborator

evaxliu commented Nov 21, 2023

Possibly consider cacheing list of models from biomodels so we lessen the bulk of the api call

  • Python Script for obtaining the data, run through github actions to create the JSON file to hold the model information/list

REST calls in python

@evaxliu evaxliu added the enhancement New feature or request label Nov 21, 2023
@evaxliu evaxliu added this to the 1.0 Release milestone Nov 21, 2023
@evaxliu
Copy link
Collaborator Author

evaxliu commented Nov 21, 2023

@evaxliu
Copy link
Collaborator Author

evaxliu commented Nov 21, 2023

What a model json looks like
{
"format": "SBML",
"id": "BIOMD0000000513",
"lastModified": "2014-03-05T00:00:00Z",
"name": "Kerkhoven2013 - Glycolysis in T.brucei - MODEL A",
"submissionDate": "2014-03-05T00:00:00Z",
"submitter": "Vijayalakshmi Chelliah",
"url": "https://www.ebi.ac.uk/biomodels/BIOMD0000000513"
}

@evaxliu
Copy link
Collaborator Author

evaxliu commented Jan 16, 2024

Awaiting update from Bart

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants