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

Re-add PT Pulsar (University Lisbon) #1253

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion files/galaxy/config/user_preferences_extra_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ preferences:
- ["Bari (Italy) - RECAS 2", it02-pulsar]
# - ["Palermo (Italy) - GARR, 2wd true", remote_cluster_mq_2wdtrue_it03]
# - ["Palermo (Italy) - GARR, 2wd falsef", remote_cluster_mq_2wdfalse_it03]
# - ["Lisbon (Portugal) - Tecnico ULisboa", remote_cluster_mq_pt01]
- ["Lisbon (Portugal) - Tecnico ULisboa", pt-pulsar]
# - ["Oxfordshire (UK) - Diamond Light Source", remote_cluster_mq_uk01]
# - ["Oxfordshire (UK) - Diamond Light Source - GPUs on docker", remote_cluster_mq_docker_uk01]
- ["Brussel (Belgium) - VIB", be-pulsar]
Expand Down
11 changes: 11 additions & 0 deletions files/galaxy/tpv/destinations.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,17 @@ destinations:
require:
- egi-pulsar

pulsar_pt01_tpv:
inherits: pulsar_default
runner: pulsar_eu_pt01
max_accepted_cores: 0 # please change
max_accepted_mem: 0 # please change
min_accepted_gpus: 0 # please change
max_accepted_gpus: 0
scheduling:
require:
- pt-pulsar

pulsar_bsc01_tpv:
inherits: pulsar_default
runner: pulsar_eu_bsc01
Expand Down
Loading