icbm-iupui / volumetric-tissue-exploration-analysis

3D TISSUE CYTOMETRY PLUGIN FOR IMAGEJ DOWNLOAD and INSTALL:
http://imagej.net/VTEA
Other
11 stars 3 forks source link

Automated database management #62

Open winfrees opened 4 years ago

winfrees commented 4 years ago

The SQL backend does not clean up old tables. This can lead to errors on reloading an analysis.

Describe the solution you'd like On reloading a dataset an checksum might be useful to reuse an existing table by name. If the checksum doesnt pass, clear or update the table and reload.

Describe alternatives you've considered manually deleting the .db files in the root directory-not efficient or necessarily intuitive.