1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/changeset/786a5d6c56c7/ changeset: 786a5d6c56c7 user: greg date: 2011-10-27 19:52:05 summary: Eliminate forgotten (and not wanted) PostJobAction code when generating a workflow it's dict representation for rendering as an svg image in the tool shed. affected #: 1 file diff -r 753196399060239c365040aa6ecb18cba345b69e -r 786a5d6c56c77b592598df8e32b227cb6e5cb63f lib/galaxy/webapps/community/controllers/workflow.py --- a/lib/galaxy/webapps/community/controllers/workflow.py +++ b/lib/galaxy/webapps/community/controllers/workflow.py @@ -339,12 +339,6 @@ workflow.has_errors = True # Stick this in the step temporarily. step.temp_input_connections = step_dict[ 'input_connections' ] - # Unpack and add post-job actions. - post_job_actions = step_dict.get( 'post_job_actions', {} ) - for name, pja_dict in post_job_actions.items(): - pja = PostJobAction( pja_dict[ 'action_type' ], - step, pja_dict[ 'output_name' ], - pja_dict[ 'action_arguments' ] ) steps.append( step ) steps_by_external_id[ step_dict[ 'id' ] ] = step # Second pass to deal with connections between steps. 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.