@@ -12,12 +12,13 @@ MiBiOmics is a shiny-based web application to perform correlation network analys
## Installation
MiBiOmics is be available at https://shiny-bird.univ-nantes.fr/app/Mibiomics but can also be runned locally with a conda environment or with docker. To run MiBiOmics locally you need to install *MiBiOmics.yml* environment and run the following commands :
MiBiOmics is available at https://shiny-bird.univ-nantes.fr/app/Mibiomics but can also be runned locally with a conda environment or with docker. To run MiBiOmics locally you need to install *MiBiOmics.yml* environment and run the following commands :
```bash
conda env create -f MiBiOmics.yml
conda activate MiBiOmics
R -e'shiny::runUrl("https://gitlab.univ-nantes.fr/combi-ls2n/mibiomics/repository/master/archive.tar.gz")'