38,760
edits
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 1: | Line 1: | ||
<languages /> | <languages /> | ||
<b>QIIME</b> (pronounced <i>chime</i>) stands for <i>Quantitative Insights Into [https://en.wikipedia.org/wiki/Microbial_ecology Microbial Ecology]</i>, is an open-source [https://en.wikipedia.org/wiki/Bioinformatics bioinformatics] pipeline for performing [https://en.wikipedia.org/wiki/Microbiota microbiome] analysis from raw DNA sequencing data. QIIME is designed to take users from raw sequencing data generated on [https://www.illumina.com/ Illumina] or other platforms to publication-quality graphics and statistics. This includes demultiplexing and quality filtering, [https://en.wikipedia.org/wiki/Operational_taxonomic_unit OTU] picking, taxonomic assignment, phylogenetic reconstruction, diversity analyses and visualizations. QIIME has been applied to studies based on billions of sequences from tens of thousands of samples. | |||
<b>Note</b>: QIIME 2 has replaced QIIME 1 as of January 1, 2018; version 1 is no longer supported. | |||
<b>Note</b>: As of February 2020, due to various issues generated by Conda environments on our HPC systems, <b>installation using Anaconda or Miniconda is no longer supported</b>. | |||
==Installation == | ==Installation == | ||
QIIME2 can be installed using [[Apptainer]] or | QIIME2 can be installed using [[Apptainer]] or [[EasyBuild]]. Apptainer is strongly preferred since it does not generate many thousands of files in your /home directory, potentially causing you to exceed the disk quota limit on the number of files. | ||
=== Using Apptainer === | === Using Apptainer === | ||
The QIIME2 developers publish images on [https://quay.io/organization/qiime2 Quay.io]. In order to use one of these images on our systems you must first build an Apptainer image: | The QIIME2 developers publish images on [https://quay.io/organization/qiime2 Quay.io]. In order to use one of these images on our systems, you must first build an Apptainer image: | ||
{{Commands | {{Commands | ||
Line 55: | Line 55: | ||
</pre> | </pre> | ||
Note that it is important to use the [[Apptainer#Bind_mounts|bind]] option (< | Note that it is important to use the [[Apptainer#Bind_mounts|bind]] option (<code>-B</code>) with each folder you want to work with when you run programs in your container. For more information about Apptainer, you can watch the recorded [https://www.youtube.com/watch?v=bpmrfVqBowY Apptainer webinar]. | ||
On first importing data into QIIME format you may receive an error ending with a message like this: | On first importing data into QIIME format, you may receive an error ending with a message like this: | ||
<pre> | <pre> | ||
Timezone offset does not match system offset: 0 != -18000. Please, check your config files. | Timezone offset does not match system offset: 0 != -18000. Please, check your config files. | ||
Line 71: | Line 71: | ||
=References = | =References = | ||
[http://qiime.org/ QIIME | [http://qiime.org/ QIIME home page]<br> | ||
<!--[https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html Getting started with Conda]<br>--> | <!--[https://docs.conda.io/projects/conda/en/latest/user-guide/getting-started.html Getting started with Conda]<br>--> | ||
[[Category:Bioinformatics]] | [[Category:Bioinformatics]] | ||
[[Category:User Installed Software]] | [[Category:User Installed Software]] |