Skip to content

Commit

Permalink
Adds FeatureTable[PresenceAbsence] as input for filter-table (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenjp authored May 21, 2024
1 parent c82612c commit ee895cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion q2_taxa/plugin_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
function=filter_table,
inputs={
'taxonomy': FeatureData[Taxonomy],
'table': FeatureTable[Frequency]
'table': FeatureTable[Frequency | PresenceAbsence]
},
parameters={'include': qiime2.plugin.Str,
'exclude': qiime2.plugin.Str,
Expand Down

0 comments on commit ee895cd

Please sign in to comment.