Skip to content

Commit

Permalink
MAINT: Fixed a grammatical error in plugin_setup.py (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch authored Jan 16, 2024
1 parent c0ca96d commit 15ce80d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions q2_amr/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,9 @@
"allelic variants available in CARD's Resistomes & Variants"
" data set. This is highly recommended for non-clinical "
"samples .",
"include_other_models": "The default settings for will align reads against "
"include_other_models": "The default settings will align reads against "
"CARD's protein homolog models. With include_other_"
"models set to True reads are additionally aligned to "
"models set to True, reads are additionally aligned to "
"protein variant models, rRNA mutation models, and "
"protein over-expression models. These three model "
"types require comparison to CARD's curated lists of "
Expand Down Expand Up @@ -210,7 +210,7 @@
"frequency": "Represent samples based on resistance profile.",
},
name="Create heatmap from annotate-mags-card output.",
description=("Create heatmap from annotate-mags-card output."),
description="Create heatmap from annotate-mags-card output.",
citations=[citations["alcock_card_2023"]],
)

Expand Down

0 comments on commit 15ce80d

Please sign in to comment.