qiime2-software
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
qiime2-software [2018/05/21 06:59] – aorth | qiime2-software [2021/10/05 15:34] (current) – aorth | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== QIIME2 ====== | ====== QIIME2 ====== | ||
- | QIIME™ (canonically pronounced chime) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open-source bioinformatics pipeline for performing microbiome analysis from raw DNA sequencing data. | + | QIIME™ (canonically pronounced chime) stands for Quantitative Insights Into Microbial Ecology. QIIME is an open-source bioinformatics pipeline for performing microbiome analysis from raw DNA sequencing data. QIIME2 is a completely new and different version than QIIME1. |
===== Information ===== | ===== Information ===== | ||
- | * Version: | + | * Version: |
* Added: May, 2018 | * Added: May, 2018 | ||
+ | * Updated: October, 2021 | ||
* Link: https:// | * Link: https:// | ||
===== Usage ===== | ===== Usage ===== | ||
- | See versions of qiime2 | + | See versions of qiime2 |
< | < | ||
- | Load a particular version: | + | Load a particular version |
- | < | + | < |
+ | $ qiime --help</ | ||
===== Installation ====== | ===== Installation ====== | ||
Notes from the sysadmin during installation: | Notes from the sysadmin during installation: | ||
- | < | + | < |
- | $ sudo mkdir /export/apps/qiime2 | + | $ rpm --rebuilddb --root=/ |
- | $ sudo chown aorth: | + | $ wget https:// |
- | $ wget https:// | + | $ sudo rpm --root=/var/tmp/chroot/ |
- | $ bash Miniconda3-latest-Linux-x86_64.sh -p / | + | $ sudo yum --installroot=/var/tmp/chroot/ |
- | $ source | + | $ sudo cp / |
- | $ wget https:// | + | $ sudo mount --bind /dev/ / |
- | $ conda env create -p / | + | $ sudo mount -t proc procfs / |
- | $ conda activate / | + | $ sudo mount -t sysfs sysfs / |
- | $ sudo chown -R root:root / | + | $ sudo chroot / |
- | $ qiime --help</ | + | # wget https:// |
+ | # bash Miniconda3-latest-Linux-x86_64.sh | ||
+ | # eval "$(/ | ||
+ | # conda update -n base conda | ||
+ | # wget https:// | ||
+ | # conda env create -p / | ||
+ | # conda activate / | ||
+ | # env > conda-qiime2-2021.8 | ||
+ | # exit | ||
+ | $ sudo mkdir -p / | ||
+ | $ sudo chown aorth / | ||
+ | $ rsync -av / | ||
+ | $ sudo chown -R root:root / | ||
+ | $ sudo umount / | ||
+ | |||
+ | QIIME2 has over 200 dependencies and is essentially impossible to install without the use of [[https:// | ||
- | Qiime2 has 240 dependencies and is extremely tricky to install without | + | To create |
qiime2-software.1526885986.txt.gz · Last modified: 2018/05/21 06:59 by aorth