ebi-gene-expression-group / atlas-web-bulk

Bulk Expression Atlas web application
Apache License 2.0
0 stars 1 forks source link

Load experiment design data into our local environment #181

Open ke4 opened 5 months ago

ke4 commented 5 months ago

We need to able to load the experiment design data for each experiments to the PostgreSQL database. ~~For that purpose we can use a script from the db-scxa repository: https://github.com/ebi-gene-expression-group/db-scxa/blob/develop/bin/load_exp_design.sh. We have a tested example in our single cell repo: https://github.com/ebi-gene-expression-group/atlas-web-single-cell/blob/092fea1d41f4075fc66225d3359f23173fc7141a/docker/prepare-dev-environment/postgres/docker-compose.yml#L55 We could reuse that.~~

In bulk we are handling database population differently than in scxa. We are doing that via our application's admin endpoint: We are using this endpoint for DB operations: http://$TOMCAT_HOST/gxa/admin/experiments/${expAcc}/${WEB_APP_CALL} where

Tasks: