Skip to content

Latest commit

 

History

History
91 lines (50 loc) · 3.59 KB

zenodo.md

File metadata and controls

91 lines (50 loc) · 3.59 KB

Zenodo documentation

File size

According to Zenodo FAQ:

We currently accept up to 50GB per dataset (you can have multiple datasets); there is no size limit on communities.

So we don't expect much files to have an individual size above 50 GB.

API

REST API

The rate limit is

100 requests per minute, 5000 requests per hour

List of HTTP status codes

Example of direct API link for a given dataset: https://zenodo.org/api/records/8183728

Query

Search guide

Dataset examples

MD-related file types

Query:

resource_type.type:"dataset" AND filetype:"tpr"

Datasets:

zip files

Query:

resource_type.type:"dataset" AND filetype:"zip" AND (simulation* "molecular dynamics" gromacs charmm namd)

Datasets:

Some dataset cannot be found with keywords. For instance:

Accessing zip file content

Zip file content can be obtained through a preview page provided by Zenodo.

Example dataset: All-atom molecular dynamics simulations of SARS-CoV-2 envelope protein E

Note that the preview is available for the first 1000 files only.

Zip files with tree-like structure

Some zip file content are really dense, with many folders and sub-folders.

Examples:

These complexe zip files are handled by the current implementation of the Zenodo crawler.

Issues with zip file content

Sometimes, zip file contents are not accessible.

Example dataset: G-Protein Coupled Receptor-Ligand Dissociation Rates and Mechanisms from tauRAMD Simulations