1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/17302ca3be4e/ changeset: 17302ca3be4e user: jgoecks date: 2012-06-11 21:22:51 summary: Put myExperiment URL in config's Beta features location. affected #: 1 file diff -r 0f32c2fc37cdc2959c86d2fdb0debe9a4c66282b -r 17302ca3be4e7b3d987733ea6e61982f9520996d universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -527,6 +527,9 @@ # be used for each "Set at Runtime" input, independent of others in the Workflow #enable_unique_workflow_defaults = False +# The URL to the myExperiment instance being used (omit scheme but include port) +#myexperiment_url = www.myexperiment.org:80 + # Enable Galaxy's "Upload via FTP" interface. You'll need to install and # configure an FTP server (we've used ProFTPd since it can use Galaxy's # database for authentication) and set the following two options. @@ -681,9 +684,6 @@ #pbs_stage_path = #pbs_dataset_server = -# The URL to the myExperiment instance being used (omit scheme but include port) -myexperiment_url = www.myexperiment.org:80 - # This option allows users to see the full path of datasets via the "View # Details" option in the history. Administrators can always see this. #expose_dataset_path = False Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.