From 82366ee4c94eb863c16e3726f979e60b1e969c63 Mon Sep 17 00:00:00 2001 From: Liz Gehret <54517601+lizgehret@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:44:01 -0700 Subject: [PATCH] MAINT: sepp-ref DB URLs & data302 URLs for env install (#588) --- source/data-resources.rst | 4 ++-- source/install/native.rst | 24 ++++++++++++------------ 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/source/data-resources.rst b/source/data-resources.rst index 8e00f63..fcc2ef1 100644 --- a/source/data-resources.rst +++ b/source/data-resources.rst @@ -79,5 +79,5 @@ The following databases are intended for use with q2-fragment-insertion, and are constructed directly from the `SEPP-Refs project `_. -- `Silva 128 SEPP reference database `_ (MD5: ``7879792a6f42c5325531de9866f5c4de``) -- `Greengenes 13_8 SEPP reference database `_ (MD5: ``9ed215415b52c362e25cb0a8a46e1076``) +- `Silva 128 SEPP reference database `_ (MD5: ``7879792a6f42c5325531de9866f5c4de``) +- `Greengenes 13_8 SEPP reference database `_ (MD5: ``9ed215415b52c362e25cb0a8a46e1076``) diff --git a/source/install/native.rst b/source/install/native.rst index 6aefa51..2c6954d 100644 --- a/source/install/native.rst +++ b/source/install/native.rst @@ -62,20 +62,20 @@ QIIME 2 Amplicon Distribution

-
conda env create -n qiime2-amplicon-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/amplicon/released/qiime2-amplicon-macos-latest-conda.yml
+
conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-osx-conda.yml

These instructions are for users with Apple Silicon chips (M1, M2, etc), and configures the installation of QIIME 2 in Rosetta 2 emulation mode.

-
CONDA_SUBDIR=osx-64 conda env create -n qiime2-amplicon-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/amplicon/released/qiime2-amplicon-macos-latest-conda.yml
+            
CONDA_SUBDIR=osx-64 conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-osx-conda.yml
    conda activate qiime2-amplicon-2024.5
    conda config --env --set subdir osx-64
-
conda env create -n qiime2-amplicon-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/amplicon/released/qiime2-amplicon-ubuntu-latest-conda.yml
+
conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-linux-conda.yml

These instructions are identical to the Linux instructions and are intended for users of the Windows Subsystem for Linux.

-
conda env create -n qiime2-amplicon-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/amplicon/released/qiime2-amplicon-ubuntu-latest-conda.yml
+
conda env create -n qiime2-amplicon-2024.5 --file https://data.qiime2.org/distro/amplicon/qiime2-amplicon-2024.5-py39-linux-conda.yml
@@ -100,20 +100,20 @@ QIIME 2 Metagenome Distribution

-
conda env create -n qiime2-metagenome-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/metagenome/released/qiime2-metagenome-macos-latest-conda.yml
+
conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-osx-conda.yml

These instructions are for users with Apple Silicon chips (M1, M2, etc), and configures the installation of QIIME 2 in Rosetta 2 emulation mode.

-
CONDA_SUBDIR=osx-64 conda env create -n qiime2-metagenome-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/metagenome/released/qiime2-metagenome-macos-latest-conda.yml
+            
CONDA_SUBDIR=osx-64 conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-osx-conda.yml
    conda activate qiime2-metagenome-2024.5
    conda config --env --set subdir osx-64
-
conda env create -n qiime2-metagenome-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/metagenome/released/qiime2-metagenome-ubuntu-latest-conda.yml
+
conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-linux-conda.yml

These instructions are identical to the Linux instructions and are intended for users of the Windows Subsystem for Linux.

-
conda env create -n qiime2-metagenome-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/metagenome/released/qiime2-metagenome-ubuntu-latest-conda.yml
+
conda env create -n qiime2-metagenome-2024.5 --file https://data.qiime2.org/distro/metagenome/qiime2-metagenome-2024.5-py39-linux-conda.yml
@@ -138,20 +138,20 @@ QIIME 2 Tiny Distribution

-
conda env create -n qiime2-tiny-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/tiny/released/qiime2-tiny-macos-latest-conda.yml
+
conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-osx-conda.yml

These instructions are for users with Apple Silicon chips (M1, M2, etc), and configures the installation of QIIME 2 in Rosetta 2 emulation mode.

-
CONDA_SUBDIR=osx-64 conda env create -n qiime2-tiny-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/tiny/released/qiime2-tiny-macos-latest-conda.yml
+            
CONDA_SUBDIR=osx-64 conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-osx-conda.yml
    conda activate qiime2-tiny-2024.5
    conda config --env --set subdir osx-64
-
conda env create -n qiime2-tiny-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/tiny/released/qiime2-tiny-ubuntu-latest-conda.yml
+
conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-linux-conda.yml

These instructions are identical to the Linux instructions and are intended for users of the Windows Subsystem for Linux.

-
conda env create -n qiime2-tiny-2024.5 --file https://raw.githubusercontent.com/qiime2/distributions/dev/2024.5/tiny/released/qiime2-tiny-ubuntu-latest-conda.yml
+
conda env create -n qiime2-tiny-2024.5 --file https://data.qiime2.org/distro/tiny/qiime2-tiny-2024.5-py39-linux-conda.yml