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

Remove non-functional default option from remote resource selection in the user preferences #956

Merged
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
7 changes: 3 additions & 4 deletions files/galaxy/config/user_preferences_extra_conf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ preferences:
type: select
required: False
options:
- ["Select the remote resources", None]
- ["default - Galaxy will decide where to put your job", None]
# - ["Freiburg (Germany) - Condor cluster using Singularity with Conda", condor_singularity_with_conda]
# - ["Joint remote GPU cluster using docker engine - Galaxy will decide where to put your job", remote_condor_cluster_gpu_docker]
Expand Down Expand Up @@ -119,9 +118,9 @@ preferences:
# Require to attach pulsar endpoint to the Pulsar Network
byoc_pulsar:
description: >
Bring your own Pulsar endpoint to Galaxy. You can add here your Pulsar credentials and specifications.
After 24 hours Galaxy's job scheduling systems will take your Pulsar into account and schedule appropriate jobs to your compute resources.
This is an experimental feature. Contact us if you want to learn more about it.
Bring your own Pulsar endpoint to Galaxy. You can add here your Pulsar credentials and specifications.
After 24 hours Galaxy's job scheduling systems will take your Pulsar into account and schedule appropriate jobs to your compute resources.
This is an experimental feature. Contact us if you want to learn more about it.
inputs:
- name: username
label: RabbitMQ custom username (e.g. mypulsarendpoint).
Expand Down
Loading