Skip to content

Commit

Permalink
Fix typo and an inconsistent description.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sann5 committed Apr 19, 2024
1 parent cbc4bf0 commit 234661b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions q2_moshpit/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -843,8 +843,8 @@
" MAGs."
},
name="Partition orthologs",
description="Partition a SampleData[MAGs] artifact into smaller "
"artifacts containing subsets of the MAGs",
description="Partition a SampleData[BLAST6] artifact into smaller "
"artifacts containing subsets of the BLAST6 reports.",
)

plugin.methods.register_function(
Expand Down Expand Up @@ -893,7 +893,8 @@
input_descriptions={"orthologs": "Orthologs to collate"},
parameter_descriptions={},
name="Collate Orthologs",
description="Collate a List of SampleData[BLAST6] into one"
description="Takes a collection SampleData[BLAST6]'s "
"and collates them into a single artifact.",
)

plugin.methods.register_function(
Expand Down

0 comments on commit 234661b

Please sign in to comment.