Skip to article frontmatterSkip to article content

How to install MOSHPIT

MOSHPIT is available as a QIIME 2 distribution. You can find detailed installation instructions on the QIIME 2 Library page.

Quick start

Below you will find a quick installation guide for different operating systems:

Linux (Ubuntu)
macOS (Apple Silicon)
macOS (Intel)

These instructions are for users running on Linux or the Windows Subsystem for Linux (WSL v2).

conda env create \
  --name qiime2-moshpit-2025.10 \
  --file https://raw.githubusercontent.com/qiime2/distributions/refs/heads/dev/2025.10/moshpit/released/qiime2-moshpit-ubuntu-latest-conda.yml

Development version

Linux (Ubuntu)
macOS (Apple Silicon)
macOS (Intel)

These instructions are for users running on Linux or the Windows Subsystem for Linux (WSL v2).

conda env create \
  --name qiime2-moshpit-dev \
  --file https://raw.githubusercontent.com/qiime2/distributions/refs/heads/dev/latest/passed/qiime2-moshpit-ubuntu-latest-conda.yml