commit/galaxy-central: 2 new changesets
2 new commits in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6dc37563b0b7/ Changeset: 6dc37563b0b7 User: dan Date: 2013-04-30 23:19:11 Summary: Update GenomeSpace serverurl.properties file location. Should resolve network issues experienced with Jumbo Frames and the Broad. Affected #: 3 files diff -r 9a21a5156b2efd6b4a169a62bd663bf69fdadf79 -r 6dc37563b0b744d8b571b0075110da54fd120df4 tools/genomespace/genomespace_exporter.py --- a/tools/genomespace/genomespace_exporter.py +++ b/tools/genomespace/genomespace_exporter.py @@ -11,7 +11,7 @@ log = logging.getLogger( "tools.genomespace.genomespace_exporter" )#( __name__ ) GENOMESPACE_API_VERSION_STRING = "v1.0" -GENOMESPACE_SERVER_URL_PROPERTIES = "http://www.genomespace.org/sites/genomespacefiles/config/serverurl.propertie..." +GENOMESPACE_SERVER_URL_PROPERTIES = "https://dm.genomespace.org/config/%s/serverurl.properties" % ( GENOMESPACE_API_VERSION_STRING ) CHUNK_SIZE = 2**20 #1mb diff -r 9a21a5156b2efd6b4a169a62bd663bf69fdadf79 -r 6dc37563b0b744d8b571b0075110da54fd120df4 tools/genomespace/genomespace_file_browser.py --- a/tools/genomespace/genomespace_file_browser.py +++ b/tools/genomespace/genomespace_file_browser.py @@ -9,7 +9,7 @@ import simplejson GENOMESPACE_API_VERSION_STRING = "v1.0" -GENOMESPACE_SERVER_URL_PROPERTIES = "http://www.genomespace.org/sites/genomespacefiles/config/serverurl.propertie..." +GENOMESPACE_SERVER_URL_PROPERTIES = "https://dm.genomespace.org/config/%s/serverurl.properties" % ( GENOMESPACE_API_VERSION_STRING ) CHUNK_SIZE = 2**20 #1mb diff -r 9a21a5156b2efd6b4a169a62bd663bf69fdadf79 -r 6dc37563b0b744d8b571b0075110da54fd120df4 tools/genomespace/genomespace_importer.py --- a/tools/genomespace/genomespace_importer.py +++ b/tools/genomespace/genomespace_importer.py @@ -13,7 +13,7 @@ from galaxy.datatypes.registry import Registry GENOMESPACE_API_VERSION_STRING = "v1.0" -GENOMESPACE_SERVER_URL_PROPERTIES = "http://www.genomespace.org/sites/genomespacefiles/config/serverurl.propertie..." +GENOMESPACE_SERVER_URL_PROPERTIES = "https://dm.genomespace.org/config/%s/serverurl.properties" % ( GENOMESPACE_API_VERSION_STRING ) CHUNK_SIZE = 2**20 #1mb https://bitbucket.org/galaxy/galaxy-central/commits/6ab749e35631/ Changeset: 6ab749e35631 Branch: stable User: dan Date: 2013-04-30 23:19:11 Summary: Update GenomeSpace serverurl.properties file location. Should resolve network issues experienced with Jumbo Frames and the Broad. Affected #: 3 files diff -r b0ea9722b9dd8e0da63208b59be20b90eae0cea7 -r 6ab749e3563153f714fe0699435ae9215ebe4ba2 tools/genomespace/genomespace_exporter.py --- a/tools/genomespace/genomespace_exporter.py +++ b/tools/genomespace/genomespace_exporter.py @@ -11,7 +11,7 @@ log = logging.getLogger( "tools.genomespace.genomespace_exporter" )#( __name__ ) GENOMESPACE_API_VERSION_STRING = "v1.0" -GENOMESPACE_SERVER_URL_PROPERTIES = "http://www.genomespace.org/sites/genomespacefiles/config/serverurl.propertie..." +GENOMESPACE_SERVER_URL_PROPERTIES = "https://dm.genomespace.org/config/%s/serverurl.properties" % ( GENOMESPACE_API_VERSION_STRING ) CHUNK_SIZE = 2**20 #1mb diff -r b0ea9722b9dd8e0da63208b59be20b90eae0cea7 -r 6ab749e3563153f714fe0699435ae9215ebe4ba2 tools/genomespace/genomespace_file_browser.py --- a/tools/genomespace/genomespace_file_browser.py +++ b/tools/genomespace/genomespace_file_browser.py @@ -9,7 +9,7 @@ import simplejson GENOMESPACE_API_VERSION_STRING = "v1.0" -GENOMESPACE_SERVER_URL_PROPERTIES = "http://www.genomespace.org/sites/genomespacefiles/config/serverurl.propertie..." +GENOMESPACE_SERVER_URL_PROPERTIES = "https://dm.genomespace.org/config/%s/serverurl.properties" % ( GENOMESPACE_API_VERSION_STRING ) CHUNK_SIZE = 2**20 #1mb diff -r b0ea9722b9dd8e0da63208b59be20b90eae0cea7 -r 6ab749e3563153f714fe0699435ae9215ebe4ba2 tools/genomespace/genomespace_importer.py --- a/tools/genomespace/genomespace_importer.py +++ b/tools/genomespace/genomespace_importer.py @@ -13,7 +13,7 @@ from galaxy.datatypes.registry import Registry GENOMESPACE_API_VERSION_STRING = "v1.0" -GENOMESPACE_SERVER_URL_PROPERTIES = "http://www.genomespace.org/sites/genomespacefiles/config/serverurl.propertie..." +GENOMESPACE_SERVER_URL_PROPERTIES = "https://dm.genomespace.org/config/%s/serverurl.properties" % ( GENOMESPACE_API_VERSION_STRING ) CHUNK_SIZE = 2**20 #1mb 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