POST /create-conda-env
Automatically create the conda enviroment (.yaml file) required for reproducing a computational biology paper.
Input: DOI or a PDF of a scientific paper.
Request
Content-Type: multipart/form-data
Accepted keys: doi
and file
JSON Body (if using DOI):
JSON Body (if uploading a PDF):
Note: If both a doi
and a file
key are present in the request, the API uses the file key by default.
Response
Last updated