commit/galaxy-central: natefoo: Fix passing of job name when running jobs as a system user.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/62fbfc687692/ changeset: 62fbfc687692 user: natefoo date: 2012-10-03 17:51:07 summary: Fix passing of job name when running jobs as a system user. affected #: 2 files diff -r 5b6ed441a320a133a6931fab43227f40321a53b0 -r 62fbfc687692dc173a9db4c9f6b86f1691afb281 lib/galaxy/jobs/runners/drmaa.py --- a/lib/galaxy/jobs/runners/drmaa.py +++ b/lib/galaxy/jobs/runners/drmaa.py @@ -68,7 +68,7 @@ return inspect.currentframe().f_back.f_code.co_filename DRMAA_jobTemplate_attributes = [ 'args', 'remoteCommand', 'outputPath', 'errorPath', 'nativeSpecification', - 'name','email','project' ] + 'jobName','email','project' ] class DRMAAJobState( object ): def __init__( self ): diff -r 5b6ed441a320a133a6931fab43227f40321a53b0 -r 62fbfc687692dc173a9db4c9f6b86f1691afb281 scripts/drmaa_external_runner.py --- a/scripts/drmaa_external_runner.py +++ b/scripts/drmaa_external_runner.py @@ -25,7 +25,7 @@ import drmaa DRMAA_jobTemplate_attributes = [ 'args', 'remoteCommand', 'outputPath', 'errorPath', 'nativeSpecification', - 'name','email','project' ] + 'jobName','email','project' ] def load_job_template_from_file(jt, filename): f = open(filename,'r') 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