You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Some plugins (e.g. q2-amr) use partitioning and/or collating actions contained in q2-moshpit to facilitate parallelization of their respective actions. This introduces a dependency on q2-moshpit and can sometimes lead to dependency issues. We should move those actions to q2-types as every plugin needs it anyway and it would simplify dependency resolution. Those actions are also directly linked to some types/formats so q2-types seems like a good place for those actions to live.
Describe the solution you'd like
Move all the code for partitioning/collating actions to q2-types. This will require adjusting all the actions (here and everywhere else) which use the actions being moved.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Some plugins (e.g. q2-amr) use partitioning and/or collating actions contained in q2-moshpit to facilitate parallelization of their respective actions. This introduces a dependency on q2-moshpit and can sometimes lead to dependency issues. We should move those actions to q2-types as every plugin needs it anyway and it would simplify dependency resolution. Those actions are also directly linked to some types/formats so q2-types seems like a good place for those actions to live.
Describe the solution you'd like
Move all the code for partitioning/collating actions to q2-types. This will require adjusting all the actions (here and everywhere else) which use the actions being moved.
The text was updated successfully, but these errors were encountered: