The canonical URL for Developing with QIIME 2 is https://develop.qiime2.org.
This repository contains the source for Developing with QIIME 2. 📖
- Clone the repository and change to its top-level directory:
git clone https://github.com/caporaso-lab/developing-with-qiime2.git
cd developing-with-qiime2
- Create the book's build environment:
__DWQ2_ENV_NAME=dwq2-$(date "+%Y-%m-%d")
conda env create -n $__DWQ2_ENV_NAME --file ./environment.yml
conda activate $__DWQ2_ENV_NAME
- Build the book.
make html
- View the result.
Open book/_build/html/index.html
in a web browser.