QIIME 2 plugin for metabolic modeling of microbial communities.
Project description
A QIIME 2 plugin for MICOM.
Installation
You will need an existing QIIME 2 environment. Follow the instructions on (how to install QIIME 2) otherwise. q2-micom
is compatible with all QIIME 2 distributions.
Let's assume that environment was called qiime2-2024.2
for all further steps.
Add q2-micom to the QIIME 2 environment
This will be the same step for any supported QIIME 2 version but will vary depending on your operating system (similar to the normal QIIME 2 installation).
wget https://raw.githubusercontent.com/micom-dev/q2-micom/main/q2-micom.yml
conda env update -n qiime2-2024.2 -f q2-micom.yml
# OPTIONAL CLEANUP
rm q2-micom-*.yml
Finally, you activate your environment.
conda activate qiime2-2024.2
q2-micom
will now install an open source solver that can be used with MICOM. If you use MICOM
regularly we do recommend to obtain an academic license for CPLEX or Gurobi which will be faster.
Install a faster solver (recommended but optional)
CPLEX
QIIME 2 versions before 2021.4 are only compatible with CPLEX 12.10 or earlier (later version require at least Python 3.7).
After registering and downloading the CPLEX studio for your OS unpack it (by running the provided installer) to a directory of your choice (we will assume it's called ibm
).
Now install the CPLEX python package into your activated environment:
pip install ibm/cplex/python/3.8/x86-64_linux
Substitute 3.8
with the Python version in your QIIME 2 environment, 3.6
for QIIME 2 up to 2021.2 and 3.8
for QIIME 2 2021.4 and newer.
Substitute x86-64_linux
with the folder corresponding to your system (there will only be one subfolder in that directory).
Gurobi
Gurobi can be installed with conda.
conda install -c gurobi gurobi
You will now have to register the installation using your license key.
grbgetkey YOUR-LICENSE-KEY
Finish your installation
If you installed q2-micom
in an already existing QIIME 2 environment, update the plugin cache:
conda activate qiime2-2024.2 # or whatever you called your environment
qiime dev refresh-cache
You are now ready to run q2-micom
!
Usage
Here is a graphical overview of a q2-micom
analysis.
The best way to get started is to work through the community tutorial.
Supported QIIME 2 versions
q2-micom
is tested against:
- the current QIIME 2 version
- the previous version
It should also work with
- the development version
However, this may occasionally break. Check here for the current status.
References
MICOM: Metagenome-Scale Modeling To Infer Metabolic Interactions in the Gut Microbiota
Christian Diener, Sean M. Gibbons, Osbaldo Resendis-Antonio
mSystems 5:e00606-19
https://doi.org/10.1128/mSystems.00606-19
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file q2-micom-0.16.0.tar.gz
.
File metadata
- Download URL: q2-micom-0.16.0.tar.gz
- Upload date:
- Size: 24.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd5ed7f2e9c805abb597d3b12f61f6ad7623d39e9a98b32b02b0b6681472cd83 |
|
MD5 | 131ece2bd2da9368a70d07c4576224e6 |
|
BLAKE2b-256 | deae27e90ebe531fd3dd04f8904633e4940c99df3d96459e33a67fe50294b56c |
File details
Details for the file q2_micom-0.16.0-py3-none-any.whl
.
File metadata
- Download URL: q2_micom-0.16.0-py3-none-any.whl
- Upload date:
- Size: 29.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5c2fb01c754e4899dad49c3c4f8536c60d0193eccce8370857ffa18d35719b52 |
|
MD5 | d72f1a2060c11c69488f5afd326ba808 |
|
BLAKE2b-256 | 18ac09bac971015ad48f7dc9e67fb68bad125a0b8f7a11a9292916d160e4fdf6 |