phenopolis / phenopolis_genomics_browser

Python API and React frontend for the Phenopolis Genomics Browser
https://dev-live.phenopolis.org
MIT License
31 stars 2 forks source link

Remove pLI from dev db #354

Closed alanwilter closed 3 years ago

alanwilter commented 3 years ago

To remove pLI from public.user_config table, column config (in JSON) since this not used anymore. Frontend uses config column to render the pages. Pages affected are gene and hpo.

alanwilter commented 3 years ago

Removed pLI from Dev DB on 26/May/2021.

update public.user_config set config = regexp_replace(config::text,', {"key": "pli", "name": "pLI", "default": "true"}','','i')::jsonb;