commit/galaxy-central: greg: Add the drmaa_external_runjob_script attribute to the tool shed's config so that setting repositroy metadata works.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/d1e723facfcc/ changeset: d1e723facfcc user: greg date: 2012-01-19 20:21:32 summary: Add the drmaa_external_runjob_script attribute to the tool shed's config so that setting repositroy metadata works. affected #: 1 file diff -r 773fcafde414f13f2d03bc271121c2ccf60db219 -r d1e723facfcc043c18f8aa7e9b10797c5f947bdf lib/galaxy/webapps/community/config.py --- a/lib/galaxy/webapps/community/config.py +++ b/lib/galaxy/webapps/community/config.py @@ -87,6 +87,7 @@ # Proxy features self.apache_xsendfile = kwargs.get( 'apache_xsendfile', False ) self.nginx_x_accel_redirect_base = kwargs.get( 'nginx_x_accel_redirect_base', False ) + self.drmaa_external_runjob_script = kwargs.get('drmaa_external_runjob_script', None ) # Parse global_conf and save the parser global_conf = kwargs.get( 'global_conf', None ) global_conf_parser = ConfigParser.ConfigParser() 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)
-
Bitbucket