QIIME (Quantitative Insights Into Microbial Ecology) is an open-source
bioinformatics pipeline for performing microbiome analysis from raw DNA
sequencing data. Since QIIME 1 is no longer supported officially (see
announcement at
http://qiime.org),
it's not installed on the Ubuntu system of HPCC. The way QIIME 2 is
installed and run on the HPCC Ubuntu is through conda
https://docs.qiime2.org/2018.2/install/native/.
You may follow our instructions
to install Conda in your home directory.
Below is how to install QIIME 2 (version 2018.2) in your home directory
via conda:
Install QIIME 2
123456789
exportPATH=$PATH:$HOME/miniforge3/bin
wgethttps://data.qiime2.org/distro/core/qiime2-2018.2-py35-linux-conda.yml
condaenvcreate-nqiime2-2018.2--fileqiime2-2018.2-py35-linux-conda.yml
rmqiime2-2018.2-py35-linux-conda.yml
sourceactivateqiime2-2018.2
qiime--help# test if installation is successful# all your QIIME commands go heresourcedeactivate
A full list of tutorials for QIIME2 can be found here and there is also list of plugins for QIIME2 for handling tasks such as trimming adaptors, demultiplexing, and denoising.