Skip to content

Latest commit

 

History

History
77 lines (47 loc) · 3.04 KB

File metadata and controls

77 lines (47 loc) · 3.04 KB

MDDB

The MDDB (Molecular Dynamics Data Bank) project is an initiative to collect, preserve, and share molecular dynamics (MD) simulation data. As part of this project, MDposit is an open platform that provides web access to atomistic MD simulations. Its goal is to facilitate and promote data sharing within the global scientific community to advance research.

The MDDB infrastructure is distributed across two MDposit nodes. Both nodes expose the same REST API entry points. The only difference is the base URL used to access the API.

MDposit MMB node

MDposit INRIA node

No account / token is needed to access the MDposit API.

Finding molecular dynamics datasets and files

Datasets

In MDposit, a dataset (a simulation and its related files) is called an "project" and a project can contains multiple replicas, each identified by project_id.replica_id.

For exemple, the project A026F contains four replicas:

API entrypoint to search for all datasets at once:

Files

API endpoint to get files for a given replica of a project:

  • Endpoint: /projects/{project_id.replica_id}/filenotes
  • HTTP method: GET
  • documentation

Examples

Project A026F

Description:

Multi-scale simulation approaches which couple the molecular and neuronal simulations to predict the variation in the membrane potential and the neural spikes.

Project A025U

Remark: no description is provided for this dataset.