Skip to content

Commit

Permalink
add average method choices to alpha average
Browse files Browse the repository at this point in the history
  • Loading branch information
Clockwork-Rat committed Apr 16, 2024
1 parent f15162d commit 4501c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_boots/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@
'data': Collection[SampleData[AlphaDiversity]]
},
parameters={
'average_method': Str
'average_method': Str % Choices('mean', 'median'),
},
outputs={
'alpha_diversity': SampleData[AlphaDiversity]
Expand Down

0 comments on commit 4501c57

Please sign in to comment.