PavlidisLab / Gemma

Genomics data re-analysis
Apache License 2.0
21 stars 6 forks source link

Finish the migration of BATCH_EFFECT/BATCH_EFFECT_STATISTICS split #894

Closed arteymix closed 1 month ago

arteymix commented 10 months ago

In b19444a02ed9779b27eaee4f98b8ce5f21430b52, I've introduced a new enumerated type for the batch effect and a new field for storing summary statistics that describe the batch effect.

The only missing part are two database migrations:

This is described in the db.1.31.0.sql file.

arteymix commented 1 month ago

The database has been migrated. We can backport that commit if necessary.

arteymix commented 1 month ago

I'm reopening this so that we can backport the commit in the next patch release.