Roestlab / massdash

MassDash: A web-based dashboard for streamlined DIA-MS visualization, analysis, prototyping, and optimization
https://massdash.streamlit.app/
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

check_sqlite_table: also check if entires in table #155

Closed jcharkow closed 1 week ago

jcharkow commented 1 week ago

Description

code that uses the check_sqlite_table function assume check is if the table is present and sometimes also that there are entries in the table (table is not empty). To ensure this does not crash in instances where the table is present but is empty, also check that the table is not empty.

Fixes # (issue)

Please delete options that are not relevant.

Other