1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/d3f602da3533/ Changeset: d3f602da3533 User: natefoo Date: 2013-10-15 17:48:27 Summary: Include job_runner_external_id in the dataset error email. Affected #: 1 file diff -r 1f9ecea922615ec3c231aa196a8b1785e7b148a4 -r d3f602da35338f2a5208cdcadd3d36bdc9eb00f2 lib/galaxy/webapps/galaxy/controllers/dataset.py --- a/lib/galaxy/webapps/galaxy/controllers/dataset.py +++ b/lib/galaxy/webapps/galaxy/controllers/dataset.py @@ -64,6 +64,7 @@ ----------------------------------------------------------------------------- job id: ${job_id} tool id: ${job_tool_id} +job pid or drm id: ${job_runner_external_id} ----------------------------------------------------------------------------- job command line: ${job_command_line} @@ -231,6 +232,7 @@ history_view_link=history_view_link, job_id=job.id, job_tool_id=job.tool_id, + job_runner_external_id=job.job_runner_external_id, job_command_line=job.command_line, job_stderr=util.unicodify( job.stderr ), job_stdout=util.unicodify( job.stdout ), 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.