Skip to content

Commit

Permalink
Update q2_moshpit/plugin_setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michal Ziemski <mziemski@ethz.ch>
  • Loading branch information
Sann5 and misialq authored Jan 11, 2024
1 parent cf83dba commit ab14978
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions q2_moshpit/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -496,13 +496,13 @@
'taxonomy': ReferenceDB[NCBITaxonomy],
},
input_descriptions={
'seqs': "Artifact containing protein reference database.",
'taxonomy': "Artifact containing reference taxonomy, "
'seqs': "Protein reference database.",
'taxonomy': "Reference taxonomy, "
"needed to provide taxonomy features."
},
outputs=[('diamond_db', ReferenceDB[Diamond])],
output_descriptions={
'diamond_db': "Artifact containing the DIAMOND database."
'diamond_db': "DIAMOND database."
},
parameters={
"threads": Int % Range(1, None),
Expand Down

0 comments on commit ab14978

Please sign in to comment.