Installation

FluMut-GUI

FluMut-GUI is the graphical interface of FluMut, easy to use and easy to install. If you need the CLI version, check FluMut installation. Download the compiled version for your OS, double click on it and follow instructions to install FluMutGUI:

FluMut

FluMut is a CLI tool, if you prefer a graphical interface see FluMut-GUI installation.

Pip install with pip

FluMut is available on PyPI. Before installing FluMut via Pip you need:

Then, you can install FluMut with this simple command:

pip install flumut

When installing via Pip it’s strongly recommended to use a virtual environment.

Bioconda install with bioconda

FluMut is also available on Bioconda. You can install using Conda or Mamba.

mamba install -c bioconda flumut
conda install -c bioconda flumut