forked from galaxyproject/galaxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
123 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,10 @@ tool_shed: | |
# installation directory. | ||
#hgweb_config_dir: null | ||
|
||
# Allow pushing directly to mercurial repositories directly and | ||
# without authentication. | ||
#config_hg_for_dev: null | ||
|
||
# Where Tool Shed repositories are stored. | ||
#file_path: database/community_files | ||
|
||
|
@@ -188,6 +192,50 @@ tool_shed: | |
# Address to join mailing list | ||
#mailing_join_addr: [email protected] | ||
|
||
# Service ID for GA4GH services. | ||
# If unset, one will be generated using the URL the target API | ||
# requests are made against. | ||
# For more information on GA4GH service definitions - check out | ||
# https://github.com/ga4gh-discovery/ga4gh-service-registry and | ||
# https://editor.swagger.io/?url=https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-registry/develop/service-registry.yaml | ||
# This value should likely reflect your service's URL. For instance | ||
# for usegalaxy.org this value should be org.usegalaxy. Particular | ||
# Galaxy implementations will treat this value as a prefix and append | ||
# the service type to this ID. For instance for the DRS service "id" | ||
# (available via the DRS API) for the above configuration value would | ||
# be org.usegalaxy.drs. | ||
#ga4gh_service_id: null | ||
|
||
# The name of the organization that operates this Galaxy instance. | ||
# Serves as the default for the GA4GH service organization name and | ||
# can be exposed through Galaxy markdown for reports and such. For | ||
# instance, "Not Evil Corporation". | ||
# For GA4GH APIs, this is exposed via the service-info endpoint for | ||
# the Galaxy DRS API. If unset, one will be generated using | ||
# ga4gh_service_id (but only in the context of GA4GH APIs). | ||
# For more information on GA4GH service definitions - check out | ||
# https://github.com/ga4gh-discovery/ga4gh-service-registry and | ||
# https://editor.swagger.io/?url=https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-registry/develop/service-registry.yaml | ||
#organization_name: null | ||
|
||
# The URL of the organization that operates this Galaxy instance. | ||
# Serves as the default for the GA4GH service organization name and | ||
# can be exposed through Galaxy markdown for reports and such. For | ||
# instance, "notevilcorp.com". | ||
# For GA4GH APIs, this is exposed via the service-info endpoint. | ||
# For more information on GA4GH service definitions - check out | ||
# https://github.com/ga4gh-discovery/ga4gh-service-registry and | ||
# https://editor.swagger.io/?url=https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-registry/develop/service-registry.yaml | ||
#organization_url: null | ||
|
||
# Service environment (exposed via the service-info endpoint for the | ||
# Galaxy DRS API) for implemented GA4GH services. | ||
# Suggested values are prod, test, dev, staging. | ||
# For more information on GA4GH service definitions - check out | ||
# https://github.com/ga4gh-discovery/ga4gh-service-registry and | ||
# https://editor.swagger.io/?url=https://raw.githubusercontent.com/ga4gh-discovery/ga4gh-service-registry/develop/service-registry.yaml | ||
#ga4gh_service_environment: null | ||
|
||
# Write thread status periodically to 'heartbeat.log' (careful, uses | ||
# disk space rapidly!) | ||
#use_heartbeat: true | ||
|