1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/f720e8e003f7/ Changeset: f720e8e003f7 User: dannon Date: 2013-06-18 20:24:33 Summary: Toolshed workflow import: add storedworkflowannotation in addition to just the step annotations (oops) Affected #: 1 file diff -r ff17100de392abf7fba9327949308ab2594d2d07 -r f720e8e003f750a8c1f9c4f72ac4acadae9e761d lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py --- a/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py +++ b/lib/galaxy/webapps/galaxy/controllers/admin_toolshed.py @@ -420,7 +420,8 @@ repository_id=repository_id, changeset_revision=changeset_revision ) # Save the workflow in the Galaxy database. - stored_workflow = workflow_util.save_workflow( trans, workflow ) + # Pass workflow_dict along to create annotation at this point + stored_workflow = workflow_util.save_workflow( trans, workflow, workflow_dict ) # Use the latest version of the saved workflow. workflow = stored_workflow.latest_workflow if workflow_name: 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.