Skip to content

Commit 70072cd

Browse files
author
Greg Caporaso
committed
ENH: adds citation and user support text
1 parent 8c1d881 commit 70072cd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

q2_emperor/plugin_setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,14 @@ def plot(output_dir: str, sample_metadata: qiime.Metadata,
3838
name='emperor',
3939
version=q2_emperor.__version__,
4040
website='https://emperor.microbio.me',
41-
package='q2_emperor'
41+
package='q2_emperor',
42+
citation_text=('EMPeror: a tool for visualizing high-'
43+
'throughput microbial community data.\nVazquez-Baeza Y, '
44+
'Pirrung M, Gonzalez A, Knight R.\nGigascience. '
45+
'2013 Nov 26;2(1):16.'),
46+
user_support_text=('To get help with Emperor, please post to the Emperor '
47+
'issue tracker: https://github.com/biocore/emperor'
48+
'/issues')
4249
)
4350

4451
plugin.visualizers.register_function(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
version='0.0.1',
1515
packages=find_packages(),
1616
install_requires=['emperor', 'scikit-bio',
17-
'qiime >= 2.0.0', 'q2-types'],
17+
'qiime >= 2.0.2', 'q2-types'],
1818
author="Yoshiki Vazquez-Baeza",
1919
author_email="yoshiki@ucsd.edu",
2020
description="Display ordination plots",

0 commit comments

Comments
 (0)