Skip to content

Commit

Permalink
fix citations dict
Browse files Browse the repository at this point in the history
  • Loading branch information
colinbrislawn committed Dec 18, 2024
1 parent 38338e0 commit 88c1e8c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions q2_vsearch/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,9 +431,11 @@
'The results of these methods can be used to filter chimeric '
'features from the corresponding feature table. '
'For more details, please refer to the vsearch manual.'),
citations=[citations[
'edgar2011uchime', 'edgar2016uchime2', 'edgar2016unoise2'
]]
citations=[
citations['edgar2011uchime'],
citations['edgar2016uchime2'],
citations['edgar2016unoise2'],
],
)


Expand Down

0 comments on commit 88c1e8c

Please sign in to comment.