commit/galaxy-central: greg: Mode workflow classes added to the tool shed model for proper workflow display.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/735fff26229e/ Changeset: 735fff26229e User: greg Date: 2013-09-27 22:38:28 Summary: Mode workflow classes added to the tool shed model for proper workflow display. Affected #: 1 file diff -r dc25a4530db870ba55aa268f88800e5bc9956815 -r 735fff26229e56850632a011f7a2374a4ceb48ad lib/galaxy/webapps/tool_shed/model/__init__.py --- a/lib/galaxy/webapps/tool_shed/model/__init__.py +++ b/lib/galaxy/webapps/tool_shed/model/__init__.py @@ -387,6 +387,14 @@ self.workflow_step = workflow_step +class StoredWorkflowAnnotationAssociation( object ): + pass + + +class WorkflowStepAnnotationAssociation( object ): + pass + + class Workflow( object ): def __init__( self ): 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)
-
commits-noreply@bitbucket.org