https://github.com/MDverse/mdda
Tip revision: 4562c50d1b51a51fdf952ae6e9efaa407dd06e20 authored by Pierre Poulain on 16 May 2024, 15:18:06 UTC
Add previous results (2024-04-23) in HTML format
Add previous results (2024-04-23) in HTML format
Tip revision: 4562c50
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
- jupyterlab_execute_time
# 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