microbiomedata / nmdc-server

Data portal client and server for NMDC.
https://data.microbiomedata.org
Other
9 stars 0 forks source link

Use correct slot when querying gene aggregations #1433

Closed naglepuff closed 2 weeks ago

naglepuff commented 3 weeks ago

Breaking Changes

This PR includes changes to ingest. Until upstream data is migrated to include the schema changes that necessitated this change, ingest will fail to create records based on functional_annotation_aggs

Summary of changes

The slot that links functional_annotation_agg members to their workflow_executions has been changed to be was_generated_by. This change is now reflected in ingest code.

To test

Make sure ingest populates the ____GeneFunctionAggregation tables.

naglepuff commented 2 weeks ago

@marySalvi this is ready for review, now that dev mongo has been migrated