Skip to content

Commit

Permalink
Merge pull request #9 from qiime2/add-citation
Browse files Browse the repository at this point in the history
ENH: adds citation and user support text
  • Loading branch information
ElDeveloper authored Aug 9, 2016
2 parents 8c1d881 + 70072cd commit 7ba1420
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion q2_emperor/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ def plot(output_dir: str, sample_metadata: qiime.Metadata,
name='emperor',
version=q2_emperor.__version__,
website='https://emperor.microbio.me',
package='q2_emperor'
package='q2_emperor',
citation_text=('EMPeror: a tool for visualizing high-'
'throughput microbial community data.\nVazquez-Baeza Y, '
'Pirrung M, Gonzalez A, Knight R.\nGigascience. '
'2013 Nov 26;2(1):16.'),
user_support_text=('To get help with Emperor, please post to the Emperor '
'issue tracker: https://github.com/biocore/emperor'
'/issues')
)

plugin.visualizers.register_function(
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
version='0.0.1',
packages=find_packages(),
install_requires=['emperor', 'scikit-bio',
'qiime >= 2.0.0', 'q2-types'],
'qiime >= 2.0.2', 'q2-types'],
author="Yoshiki Vazquez-Baeza",
author_email="yoshiki@ucsd.edu",
description="Display ordination plots",
Expand Down

0 comments on commit 7ba1420

Please sign in to comment.