You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, gemini installs all data files to /usr/share/data/gemini. We need to adjust this because many users won't have admin priveleges. We need to think about how best to do this. Perhaps we could just store a file in the package installation directory that solely stores the path of the data installation directory in a file. When gemini needs to look for annotation files, it will query this file, grab the path and be on its merry way.
The text was updated successfully, but these errors were encountered:
This is solved with commit c57dbc547. Added a gemini.conf file to the installation data directory that stores the location that the user chose to install the annotation files. This config. file is polled at runtime to figure out where to grab the annotation files.
Currently,
gemini
installs all data files to /usr/share/data/gemini. We need to adjust this because many users won't have admin priveleges. We need to think about how best to do this. Perhaps we could just store a file in the package installation directory that solely stores the path of the data installation directory in a file. Whengemini
needs to look for annotation files, it will query this file, grab the path and be on its merry way.The text was updated successfully, but these errors were encountered: