Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdiener committed Dec 6, 2023
1 parent aaf7d75 commit 5d4faa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 823 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A QIIME 2 plugin for MICOM.

## Installation

You will need an existing QIIME 2 environment. Follow the instructions on ([how to install QIIME 2](https://docs.qiime2.org/2023.9/install/native/#install-qiime-2-within-a-conda-environment))
otherwise. Let's assume that environment was called `qiime2-2023.9` for all further steps.
You will need an existing QIIME 2 environment. Follow the instructions on ([how to install QIIME 2](https://docs.qiime2.org/2023.9/install/native/#install-qiime-2-within-a-conda-environment)) otherwise. `q2-micom` is compatible with all QIIME 2 distributions.
Let's assume that environment was called `qiime2-2023.9` for all further steps.

### Add q2-micom to the QIIME 2 environment

Expand All @@ -21,7 +21,7 @@ This will be the same step for any supported QIIME 2 version but will vary depen

```bash
wget https://raw.githubusercontent.com/micom-dev/q2-micom/main/q2-micom-linux.yml
conda env update -n qiime2-2021.8 -f q2-micom-linux.yml
conda env update -n qiime2-2023.8 -f q2-micom-linux.yml
# OPTIONAL CLEANUP
rm q2-micom-*.yml
```
Expand All @@ -30,7 +30,7 @@ rm q2-micom-*.yml

```bash
wget https://raw.githubusercontent.com/micom-dev/q2-micom/main/q2-micom-osx.yml
conda env update -n qiime2-2021.8 -f q2-micom-osx.yml
conda env update -n qiime2-2023.9 -f q2-micom-osx.yml
# OPTIONAL CLEANUP
rm q2-micom-*.yml
```
Expand Down
Loading

0 comments on commit 5d4faa9

Please sign in to comment.