How to installο
Gempipe is developed and tested under linux/amd64.
conda (recommended)ο
Gempipe can be easily installed via conda:
conda install gempipe -c bioconda -c conda-forge --no-channel-priority
π‘ Tip! In case a fresh new, dedicated environment for Gempipe is needed, just type conda create -n gempipe_env gempipe -c bioconda -c conda-forge --no-channel-priority, then activate it with conda activate gempipe_env to use Gempipe.
π‘ Tip! mamba is a drop-in replacement for conda, but much more fast! Once mamba is installed, mamba install gempipe -c bioconda -c conda-forge --no-channel-priority will take less time then the conda counterpart.
π Note! The Gempipe conda package is signed as βnoarchβ (architecture independent), but its dependencies may not be available for all platforms. For example, cd-hit is currently still not available for recent Apple Silicon (ie osx-arm64) machines, so the installation on this architecture will be halted; older Intel-based Apple machines (osx-64) should not have any problems.
π Note! The --no-channel-priority option is needed since biopython is no more updated in bionconda, so the dependency biopython>=1.80 can be satisfied only through conda-forge.
Dockerο
To get the exact same environment used during the Gempipe development, use the dedicated Docker image. To run the container, please refer to the Jupyter Docker Stacks documentation.