Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to specify a data installation directory #20

Closed
arq5x opened this issue May 19, 2012 · 2 comments
Closed

Allow users to specify a data installation directory #20

arq5x opened this issue May 19, 2012 · 2 comments

Comments

@arq5x
Copy link
Owner

arq5x commented May 19, 2012

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.

@arq5x
Copy link
Owner Author

arq5x commented May 20, 2012

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.

@arq5x arq5x closed this as completed May 20, 2012
@arq5x
Copy link
Owner Author

arq5x commented May 20, 2012

This could also serve as a framework for users to drop in their own annotation files for customized analyses. Need to reflect on this for awhile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant