Skip to content

Commit 038e5b4

Browse files
authored
Merge branch 'master' into enable/gxadmin_galaxy_cleanup
2 parents 04e1d5f + 44dcf02 commit 038e5b4

File tree

7 files changed

+17
-4
lines changed

7 files changed

+17
-4
lines changed

.github/workflows/tpv.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
run: |
2727
rm -f group_vars/htcondor/vault.yml
2828
rm -f group_vars/htcondor-secondary/vault.yml
29+
rm -f group_vars/all/ssh-keys_vault.yml
2930
3031
- name: Update git submodules.
3132
working-directory: "infrastructure-playbook"
@@ -177,6 +178,7 @@ jobs:
177178
run: |
178179
rm -f group_vars/htcondor/vault.yml
179180
rm -f group_vars/htcondor-secondary/vault.yml
181+
rm -f group_vars/all/ssh-keys_vault.yml
180182
181183
- name: Update git submodules.
182184
working-directory: "infrastructure-playbook"

files/galaxy/config/datatypes_conf.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434
<datatype extension="gfa2" auto_compressed_types="gz" type="galaxy.datatypes.text:Gfa2" mimetype="text/plain" display_in_upload="true">
3535
<infer_from suffix="gfa" />
3636
</datatype>
37+
<datatype extension="pnts" type="galaxy.datatypes.binary:Binary" mimetype="application/octet-stream" display_in_upload="true" description="3D Tiles Point Cloud (PNTS) binary format for Cesium visualization" description_url="https://github.com/CesiumGS/3d-tiles/tree/main/specification/TileFormats/PointCloud">
38+
<infer_from suffix="pnts" />
39+
</datatype>
3740
<datatype extension="asn1" type="galaxy.datatypes.data:GenericAsn1" mimetype="text/plain" display_in_upload="true"/>
3841
<datatype extension="asn1-binary" type="galaxy.datatypes.binary:GenericAsn1Binary" mimetype="application/octet-stream" display_in_upload="true"/>
3942
<datatype extension="axt" type="galaxy.datatypes.sequence:Axt" display_in_upload="true" description="A pairwise alignment format." description_url="https://genome.ucsc.edu/goldenPath/help/axt.html"/>

files/galaxy/tpv/destinations.yml.j2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,14 @@ destinations:
126126
else:
127127
entity.params['submit_requirements'] = gpu_conditions
128128

129+
embedded_pulsar_docker_gpu_pxe_div4:
130+
inherits: embedded_pulsar_docker_gpu_pxe
131+
context:
132+
galaxy_group: 'GalaxyGroup == "pxe-gpu-div4"'
133+
scheduling:
134+
require:
135+
- pxe-gpu-div4
136+
129137
#######################
130138
# PULSAR DESTINATIONS #
131139
#######################

files/galaxy/tpv/interactive_tools.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,9 @@ tools:
216216
mem: 8
217217
env:
218218
XLA_FLAGS: "--xla_gpu_cuda_data_dir=/op/conda/"
219+
scheduling:
220+
require:
221+
- pxe-gpu-div4
219222

220223
#interactive_tool_jupyter_notebook:
221224
# inherits: interactive_tool

files/galaxy/tpv/tools.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ tools:
532532
_GALAXY_JOB_TMP_DIR: '/tmp'
533533
toolshed.g2.bx.psu.edu/repos/bgruening/parabricks_fq2bam/parabricks_fq2bam/.*:
534534
inherits: basic_docker_tool
535-
mem: 16
535+
mem: 40
536536
gpus: 1
537537
cores: 16
538538
params:

files/galaxy/tpv/users.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ users:
88
'interactive_tool_jupyter_notebook' in tool.id
99
cores: 1
1010
mem: 15
11-
1211
1312
rules:
1413
- id: user-specific-notebook

traefik-proxy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@
3838
- docker
3939
- selinux
4040

41-
42-
4341
- name: Copy Galaxy active users script
4442
ansible.builtin.copy:
4543
src: files/traefik/active_users.sh

0 commit comments

Comments
 (0)