Skip to content

Commit

Permalink
deprecate plugin commands
Browse files Browse the repository at this point in the history
  • Loading branch information
mikerobeson committed Nov 16, 2020
1 parent 25a1f95 commit 7a6627c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions q2_phylogeny/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@
description=('Construct a phylogenetic tree using IQ-TREE '
'(http://www.iqtree.org/) with automatic model selection.'),
citations=[citations['Minh2020iqtree'],
citations['Kalyaanamoorthy2017modelfinder']]
citations['Kalyaanamoorthy2017modelfinder']],
deprecated=True
)

plugin.methods.register_function(
Expand Down Expand Up @@ -395,7 +396,8 @@
citations=[citations['Minh2020iqtree'],
citations['Kalyaanamoorthy2017modelfinder'],
citations['Minh2013ultrafastbootstrap'],
citations['Hoang2017ultrafastbootstrap2']]
citations['Hoang2017ultrafastbootstrap2']],
deprecated=True
)

plugin.methods.register_function(
Expand Down Expand Up @@ -606,7 +608,8 @@
'includes both the unmasked and masked MAFFT alignment from '
'q2-alignment methods, and both the rooted and unrooted '
'phylogenies from q2-phylogeny methods.'
)
),
deprecated=True
)

plugin.pipelines.register_function(
Expand Down

0 comments on commit 7a6627c

Please sign in to comment.