Aminah Keliet wrote:
Biomart is running in https address, and i installed Galaxy in https address too. And, i want to include this Biomart on the data sources of Galaxy. But, the data from Biomart don't exported in Galaxy, because he want to connect in http (not https) to retrieve the results.
Hi Aminah, Assuming you're using Apache to proxy Galaxy, you'll need to set the following header in your proxy VirtualHost so that Galaxy knows to generate https:// URLs: RequestHeader set X-URL-SCHEME https I've added this information to the wiki: http://bitbucket.org/galaxy/galaxy-central/wiki/Config/ApacheProxy The Biomart URL can be changed in tools/data_source/biomart.xml: <inputs action="http://www.biomart.org/biomart/martview" check_values="false" method="get" target="_top">