-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #168 from picrust/v2.4.0
V2.4.0
- Loading branch information
Showing
44 changed files
with
40,545 additions
and
206 deletions.
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 |
---|---|---|
@@ -1,8 +1,6 @@ | ||
# PICRUSt2 | ||
|
||
**Please note that PICRUSt2 is currently in beta**. | ||
|
||
See the [PICRUSt2 wiki](https://github.com/picrust/picrust2/wiki) for the documentation. | ||
Pleae see the [PICRUSt2 wiki](https://github.com/picrust/picrust2/wiki) for the documentation and tutorials. | ||
|
||
Note that this repository contains the source code for MinPath, which is distributed under the GNU General Public License. | ||
|
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
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
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python | ||
|
||
__author__ = "The PICRUSt Development Team" | ||
__copyright__ = "Copyright 2018-2020, PICRUSt Project" | ||
__copyright__ = "Copyright 2018-2021, PICRUSt Project" | ||
__license__ = "GPL" | ||
__url__ = "https://github.com/picrust/picrust2" | ||
__version__ = "2.3.0-b" | ||
__version__ = "2.4.0" |
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
Oops, something went wrong.