simularium / simularium-planning

Apache License 2.0
0 stars 0 forks source link

Prototype get trajectory from BioSimulations API #155

Open blairlyons opened 1 year ago

blairlyons commented 1 year ago

Use Case

As a developer, I want to be able to get simulation trajectory data from the BioSimulations API in order to visualize more data in the viewer.

Acceptance Criteria

A front end prototype (on a branch of the website repo) that requests trajectory data from the BioSimulators API and displays or logs it.

Details

API docs: https://api.biosimulations.org/

There should be data available for simulations that were already run. Most of the simulators output volume data, which we don't visualize in Simularium at the moment, but there should be some Smoldyn outputs which we can already use.

blairlyons commented 1 year ago

If you have questions about the BioSimulations API @eagmon might be able to help