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

riboseq.usegalaxy.eu #1236

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions files/galaxy/subdomains/riboseq/themes/riboseq.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion group_vars/gxconfig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ base_app_main: &BASE_APP_MAIN
'cancer.usegalaxy.eu': Cancer
'aqua.usegalaxy.eu': Aqua
'eirene.usegalaxy.eu': EIRENE

'riboseq.usegalaxy.eu': RiboSeq

# This option has been deprecated, use the `logo_src` instead to
# change the default logo including the galaxy brand title.
Expand Down
7 changes: 3 additions & 4 deletions group_vars/sn06.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ galaxy_virtualenv_command: "{{ conda_prefix }}/envs/_galaxy_/bin/python -m venv
galaxy_nonrepro_tools: "{{ galaxy_root }}/custom-tools"
galaxy_nonrepro_commit: master


# Custom override
# Our galaxy_tool_dependency_dir is on NFS, and permissions are set in such a
# way that they cannot be changed by the ansible connected user.
Expand Down Expand Up @@ -373,7 +372,7 @@ galaxy_themes_subdomains:
- name: cancer
- name: aqua
- name: eirene

- name: riboseq

galaxy_config_file_src_dir: files/galaxy
galaxy_config_files:
Expand Down Expand Up @@ -465,5 +464,5 @@ galaxy_config_templates:
dest: "{{ galaxy_config['galaxy']['object_store_config_file'] }}"
- src: "{{ galaxy_config_file_src_dir }}/tpv/destinations.yml.j2"
dest: "{{ tpv_mutable_dir }}/destinations.yml"
- src: '{{ galaxy_config_template_src_dir }}/config/vault_conf.yml.j2'
dest: '{{ galaxy_config_dir }}/vault_conf.yml'
- src: "{{ galaxy_config_template_src_dir }}/config/vault_conf.yml.j2"
dest: "{{ galaxy_config_dir }}/vault_conf.yml"
3 changes: 2 additions & 1 deletion templates/galaxy/config/global_host_filters.py.j2
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ DOMAIN_SECTIONS = {
"earth-system-section-interactivetools",
"biodiversity_data_exploration"
],
'eirene': ['chemicaltoolbox','metabolomics','interactivetools']
'eirene': ['chemicaltoolbox','metabolomics','interactivetools'],
'riboseq': ['transcriptomics','rna_seq','ribo_seq','rna_analysis', 'gene_regulation','interactivetools']
}


Expand Down