Skip to content

Update qiime version requirements due to used APIs

chrysn requested to merge chrysn-guest/q2-feature-table:usageaction into master

The code in this package requires at least the use.UsageAction API introduced in 560, and thus a newer version of qiime2.

Otherwise, errors will be thrown like this:

  File "/usr/lib/python3/dist-packages/q2_feature_table/examples.py", line 46, in feature_table_merge_example                              
    use.UsageAction(plugin_id='feature_table',                                                                                             
AttributeError: 'CLIUsage' object has no attribute 'UsageAction' 

Merge request reports

Loading