You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 10, 2026. It is now read-only.
> The [MDDB (Molecular Dynamics Data Bank) project](https://mddbr.eu/about/) 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.
4
+
5
+
The MDposit infrastructure is distributed across several MDposit nodes. All metadata are accessible through the global node:
- API base URL: <https://mdposit.mddbr.eu/api/rest/v1>
13
+
14
+
No account / token is needed to access the MDposit API.
15
+
16
+
## Getting metadata
17
+
18
+
### Datasets
19
+
20
+
In MDposit, a dataset (a simulation and its related files) is called a "[project](https://mdposit.mddbr.eu/api/rest/docs/#/projects/get_projects_summary)".
21
+
22
+
API entrypoint to get the total number of projects:
> 10 ns simulation of 1ma4m pdb structure from MDBind dataset, a dynamic view of the PDBBind database
62
+
63
+
-[project on MDposit GUI](https://mdposit.mddbr.eu/#/id/MD-A003ZP/overview)
64
+
-[project on MDposit API](https://mdposit.mddbr.eu/api/rest/current/projects/MD-A003ZP)
65
+
66
+
Files for replica 1:
67
+
68
+
-[files on MDposit GUI](https://mdposit.mddbr.eu/#/id/MD-A003ZP.1/files)
69
+
-[files on MDposit API](https://mdposit.mddbr.eu/api/rest/current/projects/MD-A003ZP.1/filenotes)
70
+
71
+
### Project `MD-A001T1`
72
+
73
+
Title:
74
+
75
+
> All-atom molecular dynamics simulations of SARS-CoV-2 envelope protein E in the monomeric form, C4 popc
76
+
77
+
Description:
78
+
79
+
> The trajectories of all-atom MD simulations were obtained based on 4 starting representative conformations from the CG simulation. For each starting structure, there are six trajectories of the E protein: 3 with the protein embedded in the membrane containing POPC, and 3 with the membrane mimicking the natural ERGIC membrane (Mix: 50% POPC, 25% POPE, 10% POPI, 5% POPS, 10% cholesterol).
80
+
81
+
-[project on MDposit GUI](https://mdposit.mddbr.eu/#/id/MD-A001T1/overview)
82
+
-[project on MDposit API](https://mdposit.mddbr.eu/api/rest/current/projects/MD-A001T1)
83
+
84
+
Files for replica 1:
85
+
86
+
-[files on MDposit GUI](https://mdposit.mddbr.eu/#/id/MD-A001T1.1/files)
87
+
-[files on MDposit API](https://mdposit.mddbr.eu/api/rest/current/projects/MD-A001T1.1/filenotes)
0 commit comments