1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/7867dda60542/ Changeset: 7867dda60542 User: jmchilton Date: 2014-09-22 15:23:02+00:00 Summary: Always access EBI SRA via HTTPS. Thanks to Ilya for opening pull request to make it conditionally use HTTPS - https://bitbucket.org/galaxy/galaxy-central/pull-request/491/remove-http-fro... - but this goes one step further and always uses HTTPS as suggested by Nate in the pull request comments. Affected #: 1 file diff -r e3b16462112b2ab8150564e183213048e7c027da -r 7867dda60542072921153e30195fffde741e5333 tools/data_source/ebi_sra.xml --- a/tools/data_source/ebi_sra.xml +++ b/tools/data_source/ebi_sra.xml @@ -4,7 +4,7 @@ <!-- This paython script imports the file into Galaxy --><command interpreter="python">data_source.py $output $__app__.config.output_size_limit</command><!-- The URL where Galaxy will forwards the user when this tool is accessed from the Get Data menu --> - <inputs action="http://www.ebi.ac.uk/ena/data/search" check_values="false" method="get"> + <inputs action="https://www.ebi.ac.uk/ena/data/search" check_values="false" method="get"><display>go to EBI SRA server $GALAXY_URL</display></inputs><uihints minwidth="800"/> 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.