commit/galaxy-central: natefoo: Remove config options for old data management features that were already removed.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/cdc80d206d54/ Changeset: cdc80d206d54 User: natefoo Date: 2014-07-27 05:54:22 Summary: Remove config options for old data management features that were already removed. Affected #: 2 files diff -r 03dba199c52645b104dc46c78b364b3ee763cfac -r cdc80d206d540234649a7034a70e00cfa676b044 lib/galaxy/config.py --- a/lib/galaxy/config.py +++ b/lib/galaxy/config.py @@ -64,8 +64,6 @@ tempfile.tempdir = self.new_file_path self.openid_consumer_cache_path = resolve_path( kwargs.get( "openid_consumer_cache_path", "database/openid_consumer_cache" ), self.root ) self.cookie_path = kwargs.get( "cookie_path", "/" ) - self.genome_data_path = kwargs.get( "genome_data_path", "tool-data/genome" ) - self.rsync_url = kwargs.get( "rsync_url", "rsync://datacache.galaxyproject.org/indexes" ) # Galaxy OpenID settings self.enable_openid = string_as_bool( kwargs.get( 'enable_openid', False ) ) self.openid_config = kwargs.get( 'openid_config_file', 'openid_conf.xml' ) diff -r 03dba199c52645b104dc46c78b364b3ee763cfac -r cdc80d206d540234649a7034a70e00cfa676b044 universe_wsgi.ini.sample --- a/universe_wsgi.ini.sample +++ b/universe_wsgi.ini.sample @@ -124,12 +124,6 @@ # -- Files and directories -# Path where genome builds are stored. This defaults to tool-data/genome -#genome_data_path = tool-data/genome - -# URL for rsync server to download pre-built indexes. -#rsync_url = rsync://datacache.galaxyproject.org/indexes - # Dataset files are stored in this directory. #file_path = database/files 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