Skip to content
Merged
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
Binary file not shown.
6 changes: 2 additions & 4 deletions environments/Conect/group_vars/all/galaxy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ galaxy_config:
workers: 2 # eg workflow scheduling

galaxy:
brand: "🧬 CONECT-AML"
brand: "🧬"
admin_users: !vault |
$ANSIBLE_VAULT;1.1;AES256
66646635666564653662306436393231646231613062623864363336653436343037613430383731
Expand Down Expand Up @@ -67,7 +67,7 @@ galaxy_config:
# Automation / Ease of Use / User-facing features
require_login: true
user_activation_on: true
allow_user_creation: false
allow_local_account_creation: false
# Miscellaneous
ftp_upload_dir: /home/galaxy/galaxy/database/ftp
ftp_upload_site: ftp://134.157.183.195
Expand All @@ -91,8 +91,6 @@ galaxy_config_files:
dest: "{{ galaxy_server_dir }}/static/images/ARTbio_logo.jpg"
- src: "{{ inventory_dir }}/files/galaxy/html/images/IBPS_logo.jpg"
dest: "{{ galaxy_server_dir }}/static/images/IBPS_logo.jpg"
- src: "{{ inventory_dir }}/files/galaxy/html/images/conect_logo.png"
dest: "{{ galaxy_server_dir }}/static/images/conect_logo.png"

galaxy_config_templates:
- src: "{{ inventory_dir }}/templates/html/welcome.html.j2"
Expand Down
12 changes: 2 additions & 10 deletions environments/Conect/templates/html/welcome.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
</head>
<body class="m-0">
<div class="document">
<p align="center">
<img src="images/conect_logo.png" width="400" />
</p>
<div class="row">
<div class="col-sm-6" align="center">
<a target="_blank" href="http://www.ibps.upmc.fr/en"><img src="images/IBPS_logo.jpg" width="200" /></a>
Expand All @@ -25,7 +22,7 @@
<div class="alert alert-success" style="margin-top: 0.5em">
<div>
<h3><center><p>
Welcome to the CONECT-AML Galaxy server, running Galaxy
This server is running Galaxy
<a href="https://github.com/galaxyproject/galaxy/tree/{{ galaxy_commit_id }}" target="_blank">
{{ galaxy_commit_id }}
</a>
Expand All @@ -34,12 +31,7 @@
Galaxy is deployed using the
<a href="https://github.com/ARTbio/galaxyXpand" target="_blank">galaxyXpand</a>
Ansible playbook.
</p>
<p>
CONECT-AML users may request tool installation by raising
a pull request after editing the <a href="https://github.com/ARTbio/galaxyXpand/blob/main/environments/Conect/files/galaxy/config/conect_tool_list.yml" target="_blank">
conect_tool_list.yml</a> in <a href="https://github.com/ARTbio/galaxyXpand" target="_blank">GitHub galaxyXpand</a> repository.
</p></h4>
</p></h4>
</div>
</div>
<div class="container" align="center">
Expand Down