We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
annotations
This only affects the DEV environment.
I believe this was introduced by #1420.
This breaks ingest, since the annotations column of the omics_processing table is used to populate the multiomics column of the biosample table.
omics_processing
multiomics
biosample
This might be a side effect of the upgrade to Pydantic v2.
The text was updated successfully, but these errors were encountered:
There's also an issue with some of the columns on the MetagenomeAnnotation table. Some are incorrectly typed as ints
MetagenomeAnnotation
int
Sorry, something went wrong.
naglepuff
Successfully merging a pull request may close this issue.
This only affects the DEV environment.
I believe this was introduced by #1420.
This breaks ingest, since the
annotations
column of theomics_processing
table is used to populate themultiomics
column of thebiosample
table.This might be a side effect of the upgrade to Pydantic v2.
The text was updated successfully, but these errors were encountered: