From a7ad27a443ec506e94023ce68688a3ee8a121d8d Mon Sep 17 00:00:00 2001 From: Mira <86979912+mira-miracoli@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:57:03 +0200 Subject: [PATCH] mount dnb-ds02 --- files/galaxy/tpv/destinations.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/galaxy/tpv/destinations.yml.j2 b/files/galaxy/tpv/destinations.yml.j2 index cd5b7d77f..12233c1ee 100644 --- a/files/galaxy/tpv/destinations.yml.j2 +++ b/files/galaxy/tpv/destinations.yml.j2 @@ -18,7 +18,7 @@ destinations: docker_volumes: "$_CONDOR_SCRATCH_DIR:rw, $defaults, {% for vol in dnb.values() %} - {% if vol.name not in ['db', 'dnb04', 'dnb-ds01', 'dnb-ds02', '5'] %} + {% if vol.name not in ['db', 'dnb04', 'dnb-ds01', '5'] %} {{ vol.path }}/galaxy_db/:{{ vol.docker_perm }}, {% endif %} {% endfor %}