https://github.com/MDverse/mdda
Revision e212e8c26d84079b62691180c483650d754f49e9 authored by Pierre Poulain on 13 March 2023, 22:15:04 UTC, committed by Pierre Poulain on 13 March 2023, 22:15:04 UTC
1 parent c013707
Tip revision: e212e8c26d84079b62691180c483650d754f49e9 authored by Pierre Poulain on 13 March 2023, 22:15:04 UTC
Update results in notebooks
Update results in notebooks
Tip revision: e212e8c
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
- pyarrow
# 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 ...