Skip to content

Commit

Permalink
changed order of channels
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Apr 12, 2024
1 parent 29bc245 commit 3fc1427
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ To install _q2-amr_, follow the steps described below.

```shell
mamba create -yn q2-amr \
-c conda-forge -c bioconda -c defaults \
-c https://packages.qiime2.org/qiime2/2024.2/shotgun/released/ -c qiime2\
-c https://packages.qiime2.org/qiime2/2024.2/shotgun/released/ \
-c qiime2 -c conda-forge -c bioconda -c defaults \
qiime2 q2cli q2templates q2-types rgi

conda activate q2-amr
Expand All @@ -38,8 +38,8 @@ qiime info

```shell
CONDA_SUBDIR=osx-64 mamba create -yn q2-amr \
-c conda-forge -c bioconda -c defaults \
-c https://packages.qiime2.org/qiime2/2024.2/shotgun/released/ -c qiime2\
-c https://packages.qiime2.org/qiime2/2024.2/shotgun/released/ \
-c qiime2 -c conda-forge -c bioconda -c defaults \
qiime2 q2cli q2templates q2-types rgi

conda activate q2-amr
Expand Down

0 comments on commit 3fc1427

Please sign in to comment.