Skip to content

Commit

Permalink
changes to plugin setup descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
VinzentRisch committed Feb 28, 2024
1 parent 0181490 commit 3cdf576
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions q2_amr/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,12 +236,11 @@
input_descriptions={"annotations": "The annotations to partition."},
parameter_descriptions={
"num_partitions": "The number of partitions to split the annotations"
" into. Defaults to partitioning into individual"
" annotations."
" into. Defaults to partitioning into individual annotations."
},
output_descriptions={"partitioned_annotations": "partitioned annotations"},
name="Partition annotations",
description="Partition collections of amr annotations of MAGs into individual "
description="Partition amr annotations of MAGs into a collections of individual "
"artifacts or the number of partitions specified.",
)

Expand All @@ -253,13 +252,12 @@
input_descriptions={"annotations": "The annotations to partition."},
parameter_descriptions={
"num_partitions": "The number of partitions to split the annotations"
" into. Defaults to partitioning into individual"
" annotations."
" into. Defaults to partitioning into individual annotations."
},
output_descriptions={"partitioned_annotations": "partitioned annotations"},
name="Partition annotations",
description="Partition collections of amr annotations of reads at allele level into"
" individual artifacts or the number of partitions specified.",
description="Partition amr annotations of reads at allele level into a collections "
"of individual artifacts or the number of partitions specified.",
)

plugin.methods.register_function(
Expand All @@ -270,12 +268,11 @@
input_descriptions={"annotations": "The annotations to partition."},
parameter_descriptions={
"num_partitions": "The number of partitions to split the annotations"
" into. Defaults to partitioning into individual"
" annotations."
" into. Defaults to partitioning into individual annotations."
},
output_descriptions={"partitioned_annotations": "partitioned annotations"},
name="Partition annotations",
description="Partition collections of amr annotations of reads at gene level into"
description="Partition amr annotations of reads at gene level into a collection of"
" individual artifacts or the number of partitions specified.",
)

Expand Down

0 comments on commit 3cdf576

Please sign in to comment.