GALAXY_URL with port 8080
Hi, just noticed that in our current setup the baseurl to post data back from ucsc tablebrowser is not picking up the port designation. I looked at two files: ucsc_display_sites <inputs action="http://genome-test.cse.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_direct_test1" /> <param name="sendToGalaxy" type="hidden" value="1" /> <param name="hgta_compressType" type="hidden" value="none" /> <param name="hgta_outputType" type="hidden" value="bed" /> </inputs> <request_param_translation> <request_param galaxy_name="URL_method" remote_name="URL_method" missing="post" /> it looks like too late to modify this part. and in __init__.py can somewhere the GALAXY_URL or REDIRECT_URL to reflect http:/site.blah.edu:8000/galaxy versus what it does now http:/site.blah.edu/galaxy ? Where/home __init__.py picking up the wrong url here? If it is from the *.ini setting of cookie path and cookie - can that be set to :8080/galaxy ? thanks, joe
participants (1)
-
Joseph Hargitai