vanallenlab / moalmanac-browser

Web portal interface for browsing the Molecular Oncology Almanac

Home Page:https://moalmanac.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index value changing in SQLite database

brendanreardon opened this issue · comments

A user reported that index values of some assertions have changed over time. There may be an error with the database construction for the SQL backend.

The creation script is (1) dropping or overwriting tables upon SQLite database creation and (2) overwriting index values based on the rows in our text version of the database.

In the long run, this should be resolved when we revise the website backend. In the short term, it may make sense to "stage" new entries to the database in the db repository, build the database for the website, and then merge them.

This is resolved for the time being for database additions with this pull request.