https://github.com/MDverse/mdda
Revision c013707e83906e151acc09952e44f892cf920541 authored by Pierre Poulain on 08 March 2023, 10:39:50 UTC, committed by Pierre Poulain on 08 March 2023, 10:39:50 UTC
1 parent 0ceae9c
Tip revision: c013707e83906e151acc09952e44f892cf920541 authored by Pierre Poulain on 08 March 2023, 10:39:50 UTC
Document results export
Document results export
Tip revision: c013707
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 ...