From c236905ba0de71066a3e4381cc0693b66f26810a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 21 Feb 2024 10:10:16 +0100 Subject: [PATCH 1/2] add store for Ross --- templates/galaxy/config/file_sources_conf.yml.j2 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/templates/galaxy/config/file_sources_conf.yml.j2 b/templates/galaxy/config/file_sources_conf.yml.j2 index ab62033d4..27c7323d1 100644 --- a/templates/galaxy/config/file_sources_conf.yml.j2 +++ b/templates/galaxy/config/file_sources_conf.yml.j2 @@ -236,3 +236,11 @@ token: ${user.preferences['gitlabfs|read_access_token']} server_url: "https://git.nfdi4plants.org" writable: true + +- type: posix + root: '/data/jwd/jbrowse2/' + id: jbrowse2_store + doc: Storage of JBrowse2 instance for EBP + label: EBP JBrowse2 + requires_groups: ebp-test + writable: true From c4932d2de047a2c53ccfe43dc2f8d441c94f0d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= Date: Wed, 21 Feb 2024 12:08:11 +0100 Subject: [PATCH 2/2] expose Ross store --- templates/nginx/galaxy-main.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/nginx/galaxy-main.j2 b/templates/nginx/galaxy-main.j2 index 5b7795b5c..801fef3bd 100644 --- a/templates/nginx/galaxy-main.j2 +++ b/templates/nginx/galaxy-main.j2 @@ -147,6 +147,10 @@ server { root /opt; } + location /ebp-jbrowse { + alias /data/jwd/jbrowse2; + autoindex on; + } location /static/vgcn { expires 24h;