commit/galaxy-central: natefoo: Always access UCSC Main via HTTPS.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/579d211c2b0f/ Changeset: 579d211c2b0f User: natefoo Date: 2014-09-22 15:31:56+00:00 Summary: Always access UCSC Main via HTTPS. Affected #: 1 file diff -r 7867dda60542072921153e30195fffde741e5333 -r 579d211c2b0fa8ef4195930cb999edbb9a0cf8eb tools/data_source/ucsc_tablebrowser.xml --- a/tools/data_source/ucsc_tablebrowser.xml +++ b/tools/data_source/ucsc_tablebrowser.xml @@ -7,7 +7,7 @@ <tool name="UCSC Main" id="ucsc_table_direct1" tool_type="data_source"><description>table browser</description><command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command> - <inputs action="http://genome.ucsc.edu/cgi-bin/hgTables" check_values="false" method="get"> + <inputs action="https://genome.ucsc.edu/cgi-bin/hgTables" check_values="false" method="get"><display>go to UCSC Table Browser $GALAXY_URL</display><param name="GALAXY_URL" type="baseurl" value="/tool_runner" /><param name="tool_id" type="hidden" value="ucsc_table_direct1" /> 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.
participants (1)
-
commits-noreply@bitbucket.org