compbio-UofT / medsavant

MedSavant is a search engine for genetic variants
22 stars 9 forks source link

Uninstall old MedSavant upon installation of new MedSavant #299

Open ronammar opened 10 years ago

ronammar commented 10 years ago

Also need to remove the .medsavant folder and related apps that may not be compatible with newer version.

jvlasblom commented 10 years ago

One way to do this is on client startup, check if <medsavant home>/version.txt matches the current version. If it does, do nothing.
If it doesn't, clear everything except the saved connections and passwords, then write the client version to /version.txt...

On 24/02/14 01:43 PM, ronammar wrote:

Also need to remove the .medsavant folder and related apps that may not be compatible with newer version.

— Reply to this email directly or view it on GitHub https://github.com/compbio-UofT/medsavant/issues/299.