pip install pyfgaws
Requires python 3.8
Conda is used to install a specific version of python and poetry which is then used to manage the python development environment. If not already installed, install miniconda from the latest platform-appropriate installer. Then run:
conda create -n pyfgaws -c conda-forge -c bioconda --file conda-requirements.txt
Then activate the new environment and install the toolkit:
conda activate pyfgaws
poetry install