qiime2 / q2cli

Command line interface for QIIME 2
BSD 3-Clause "New" or "Revised" License
19 stars 24 forks source link

PluginManager intialized by importing Usage driver #334

Open ebolyen opened 6 months ago

ebolyen commented 6 months ago

Bug Description We shouldn't have an initialized plugin manager when importing the usage driver from q2cli.core. This is happening because of the provenance replay stuff. It may be more of an issue in the framework, although we can also probably defer the import here to avoid it as well.