-
Notifications
You must be signed in to change notification settings - Fork 14
Home
MOdular SHotgun metagenome Pipelines with Integrated provenance Tracking
This page contains installation instructions for the MOSHPIT project - this is still work in progress!
The figure below illustrates actions available (green) and being under development (grey).
You can find more information about the individual components in the respective repositories:
Plugin | Source |
---|---|
q2-assembly | https://github.com/bokulich-lab/q2-assembly |
q2-moshpit | https://github.com/bokulich-lab/q2-moshpit |
q2-checkm | https://github.com/bokulich-lab/q2-checkm |
Before you proceed, make sure you have mamba available in your base environment. Then, to install all the required components, execute:
release=2024.2
wget https://data.qiime2.org/distro/shotgun/qiime2-shotgun-"$release"-py38-osx-conda.yml
mamba env create -n qiime2-shotgun-2024.2 --file qiime2-shotgun-"$release"-py38-osx-conda.yml
rm qiime2-shotgun-"$release"-py38-osx-conda.yml
This will create the q2-shotgun QIIME 2 environment, which you can then activate by:
mamba activate qiime2-shotgun-"$release"
There is an issue with QUAST which requires a (hopefully) temporary fix:
pip install --no-deps --force-reinstall git+https://github.com/misialq/quast.git@issue-230
Once active, refresh cache (once) and see which plugins are available:
qiime dev refresh-cache
qiime info
If you encounter any issues or if there is any feedback you would like to provide, please use the issue tracker in the repository of the respective plugin (see table above). Thanks!