Skip to content

Commit

Permalink
fix (again) cellcollective entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Jan 20, 2025
1 parent 2b6701d commit f998fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellcollective.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self, identifier, version=1):
self.id, self.version = idv
@property
def sbml_urls(self):
url = f"https://research.cellcollective.org/_api/model/export/{self.id}?type=SBML&version={self.version}"
url = f"https://research.cellcollective.org/web/api/model/{self.id}/export/version/{self.version}?type=SBML&modeltype=boolean"
return [url]
@property
def sbml_basename(self):
Expand Down

0 comments on commit f998fbc

Please sign in to comment.