commit/galaxy-central: inithello: Added name attribute to MigrateToolsApplication to generate a correct metadata dict for migrated tools.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/ddfdfd2fce3e/ changeset: ddfdfd2fce3e user: inithello date: 2013-02-26 22:59:17 summary: Added name attribute to MigrateToolsApplication to generate a correct metadata dict for migrated tools. affected #: 1 file diff -r b9a7f2ae70a830e7ad5ef2a4c7e24f43d4575fa1 -r ddfdfd2fce3ef42d50f4b7b5a02db1cad03c5663 lib/tool_shed/galaxy_install/migrate/common.py --- a/lib/tool_shed/galaxy_install/migrate/common.py +++ b/lib/tool_shed/galaxy_install/migrate/common.py @@ -14,6 +14,7 @@ def __init__( self, tools_migration_config ): install_dependencies = 'install_dependencies' in sys.argv galaxy_config_file = 'universe_wsgi.ini' + self.name = 'galaxy' if '-c' in sys.argv: pos = sys.argv.index( '-c' ) sys.argv.pop( pos ) 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