-
Notifications
You must be signed in to change notification settings - Fork 8
integration of RE Galaxy #210
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
Conversation
|
galaxy-re VM didn't have a privileged user (e.g., debian) so we need to create one manually |
| LC_ALL: C | ||
| # The cache directory holds the docker containers that get converted | ||
| SINGULARITY_CACHEDIR: "/cvmfs/singularity.galaxyproject.org/all/" | ||
| SINGULARITY_CACHEDIR: "{{ galaxy_mutable_data_dir }}/singularity/cache" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| opts: rw,_netdev | ||
| state: mounted | ||
| - name: Create galaxy mutable data directory | ||
| - name: Create RBD data directory |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A note about what is RBD used for and how we treat it (maybe in a readme?) would be welcome
group_vars/galaxyservers.yml
Outdated
| galaxy_commit_id: release_25.0 | ||
| galaxy_force_checkout: true | ||
| galaxy_job_config_file: "{{ galaxy_config_dir }}/galaxy.yml" | ||
| galaxy_data_dir: "{{ galaxy_mutable_data_dir }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure about this var, if this is truly just some local helper it would be better to not have the galaxy_ prefix, because it is not related to the galaxy role.
… points because one is only on Galaxy site (/data/.../tool_data)
|
I just ran it on REgalaxy, and it works. Only GCZ remains. I think we are ready to merge |
No description provided.