Skip to content

Commit

Permalink
Merge pull request #956 from sanjaysrikakulam/remove_non_functional_o…
Browse files Browse the repository at this point in the history
…ption

Remove non-functional default option from remote resource selection in the user preferences
  • Loading branch information
sanjaysrikakulam authored Oct 20, 2023
2 parents 26574fe + ba705f8 commit 4bfaf91
Showing 1 changed file with 3 additions and 4 deletions.
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

0 comments on commit 4bfaf91

Please sign in to comment.