https://github.com/MDverse/mdda
Revision e406524fe4179ac682f55762c22bcb6095424f66 authored by Pierre Poulain on 18 January 2023, 13:38:33 UTC, committed by Pierre Poulain on 18 January 2023, 13:38:33 UTC
1 parent 16e9200
Tip revision: e406524fe4179ac682f55762c22bcb6095424f66 authored by Pierre Poulain on 18 January 2023, 13:38:33 UTC
Update figures
Update figures
Tip revision: e406524
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
- pyyaml
- biopython
# 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 ...