https://github.com/MDverse/mdda
Revision d9f500775f566049e624d815cc533291291c1c15 authored by Pierre Poulain on 26 October 2022, 19:26:09 UTC, committed by Pierre Poulain on 26 October 2022, 19:26:09 UTC
1 parent 82738e7
Tip revision: d9f500775f566049e624d815cc533291291c1c15 authored by Pierre Poulain on 26 October 2022, 19:26:09 UTC
Create script to download data
Create script to download data
Tip revision: d9f5007
environment.yml
name: mdda
# channels priority
# see https://bioconda.github.io/
# conda-forge has highest priority
channels:
- defaults
- bioconda
- conda-forge
dependencies:
- python=3.9
- pip
- jupyterlab=3
- numpy
- scipy
- pandas
- matplotlib==3.5.3
- plotly
# linters and more
- pylint
- pycodestyle
- pydocstyle
- black
- pip:
- upsetplot # https://upsetplot.readthedocs.io/en/stable/index.html
- pysankeybeta # https://github.com/pierre-sassoulas/pySankey
- watermark

Computing file changes ...