Skip to content

Commit fc97753

Browse files
Merge pull request #20 from picrust/amplicon-2024.5
Bump for latest QIIME 2 version
2 parents d4f9317 + 2621d77 commit fc97753

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
QIIME 2 plugin for PICRUSt2
33

44
For descriptions of how to install and run this plugin, see [here](https://github.com/picrust/picrust2/wiki/q2-picrust2-Tutorial/).
5+
6+
Please first check our [FAQ](https://github.com/picrust/picrust2/wiki/Frequently-Asked-Questions) if you have any questions about PICRUSt2.
7+
8+
For other general questions and comments about PICRUSt2 please search the [PICRUSt Google group](https://groups.google.com/forum/#!forum/picrust-users). If the question has not been previously answered then please make a new thread there, rather than a new issue on this repository.

q2_picrust2/plugin_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
plugin = Plugin(
1515
name='picrust2',
16-
version="2023.2",
16+
version="2024.5",
1717
website='https://github.com/gavinmdouglas/q2-picrust2',
1818
package='q2_picrust2',
1919
description=('This QIIME 2 plugin wraps the default 16S PICRUSt2 pipeline to run '

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name="q2-picrust2",
5-
version="2023.2",
5+
version="2024.5",
66
packages=find_packages(),
77
package_data={'q2_picrust2': ['citations.bib']},
88
author="Gavin Douglas",

0 commit comments

Comments
 (0)