We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1bf377 commit e6a34cdCopy full SHA for e6a34cd
q2_picrust2/plugin_setup.py
@@ -13,7 +13,7 @@
13
14
plugin = Plugin(
15
name='picrust2',
16
- version="0.0.4",
+ version="2019.4",
17
website='https://github.com/gavinmdouglas/q2-picrust2',
18
package='q2_picrust2',
19
description=('This QIIME 2 plugin wraps the default 16S PICRUSt2 pipeline to run '
setup.py
@@ -2,7 +2,7 @@
2
3
setup(
4
name="q2-picrust2",
5
6
packages=find_packages(),
7
package_data={'q2_picrust2': ['citations.bib']},
8
author="Gavin Douglas",
0 commit comments