-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate transformers, etc... to qiime2/q2-types #105
Comments
EDIT: this was resolved in #102 This actually makes it so that it is impossible to have both q2-types and rescript installed in the same env (which is a problem, since rescript depends on q2-types): ValueError: Duplicate semantic type ('RNASequence') defined in plugins: 'types' and 'rescript' Unfortunately, this has caused some problems with the QIIME 2 2021.4 release - we need to train new feature classifiers in order to publish the release, but we can't train right now because rescript is uninstallable in this state. I'll take a crack at fixing this, PR coming in soon. |
@thermokarst @mikerobeson can this issue be closed? It looks like this was resolved in #102 ... is there still a lingering transformer that needs to migrate? |
There are a few transformers that need to be moved over still... and utility methods here and here. |
the first utility you linked ( |
Given the recent updates to q2-types (qiime2/q2-types#256) to handle RNA data, and the current required functionality for RESCRIPt (e.g. DNA-to-RNA conversions), we should migrate some of these transformers and related content to
q2-types
. Slate this for the next QIIME 2 (2021.6??) and RESCRIPt releases.The text was updated successfully, but these errors were encountered: