-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4501c57
commit fcb31c1
Showing
2 changed files
with
45 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# q2-boots | ||
|
||
This is a QIIME 2 plugin. For details on QIIME 2, see https://qiime2.org. | ||
|
||
## Installation | ||
|
||
Ensure QIIME2 is installed by running | ||
|
||
``` | ||
qiime --version | ||
``` | ||
|
||
If there is an error, visit the qiime2 information link above for instructions on installation. | ||
If there is no error thrown here, ensure qiime diversity is installed with: | ||
|
||
``` | ||
qiime diversity --version | ||
``` | ||
In the case of an error, q2-diversity can be installed from https://github.com/qiime2/q2-diversity. | ||
|
||
If no error is thrown, proceed to installing q2-boots with the following commands: | ||
|
||
``` | ||
git clone https://github.com/qiime2/q2-boots.git | ||
cd q2-boots | ||
make install | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters