https://github.com/MDverse/mdde
Tip revision: 52604906f80f96b27fd61209a78a93cd36be9a45 authored by Pierre Poulain on 23 April 2023, 12:49:24 UTC
Add data DOI
Add data DOI
Tip revision: 5260490
environment.yml
name: mdde
# channels priority
# see https://bioconda.github.io/
# conda-forge has highest priority
channels:
- defaults
- bioconda
- conda-forge
dependencies:
- python=3.10
- pip
- jupyterlab=3
- pyyaml
# linters and more
- pylint
- pycodestyle
- pydocstyle
- black
# Parquet tools
- parquet-tools
- pip:
- watermark
- -r ../requirements.txt