You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+11-9
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,6 @@ A [QIIME 2](https://qiime2.org) plugin [developed](https://develop.qiime2.org) b
4
4
5
5
## Installation instructions
6
6
7
-
**The following instructions are intended to be a starting point** and should be replaced when `q2-qsip2` is ready to share with others.
8
-
They will enable you to install the most recent *development* version of `q2-qsip2`.
9
-
Remember that *release* versions should be used for all "real" work (i.e., where you're not testing or prototyping) - if there aren't instructions for installing a release version of this plugin, it is probably not yet intended for use in practice.
10
-
11
7
### Install Prerequisites
12
8
13
9
[Miniconda](https://conda.io/miniconda.html) provides the `conda` environment and package manager, and is currently the only supported way to install QIIME 2.
@@ -22,15 +18,16 @@ conda update conda
22
18
### Install development version of `q2-qsip2`
23
19
24
20
Next, you need to get into the top-level `q2-qsip2` directory.
25
-
If you already have this (e.g., because you just created the plugin), this may be as simple as running `cd q2-qsip2`.
26
-
If not, you'll need the `q2-qsip2` directory on your computer.
27
-
How you do that will differ based on how the package is shared, and ideally the developer will update these instructions to be more specific (remember, these instructions are intended to be a starting point).
28
-
For example, if it's maintained in a GitHub repository, you can achieve this by [cloning the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository).
21
+
You can achieve this by [cloning the repository](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository), for example with the command:
Once you have the directory on your computer, change (`cd`) into it.
30
28
31
29
If you're in a conda environment, deactivate it by running `conda deactivate`.
32
30
33
-
34
31
Then, run:
35
32
36
33
```shell
@@ -79,6 +76,11 @@ You should be able to review the help text by running:
79
76
qiime qsip2 --help
80
77
```
81
78
79
+
## Accessing the usage tutorial
80
+
81
+
You can find instructions for performing an example analysis with q2-qsip2 in the [tutorial](https://github.com/colinvwood/q2-qsip2/blob/main/tutorial/tutorial.md).
82
+
The data files that you'll need to run that tutorial can be downloaded from [the directory containing the tutorial](https://github.com/colinvwood/q2-qsip2/tree/main/tutorial).
0 commit comments