forked from galaxyproject/galaxy
-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
galaxyproject#10408 adds the ability to view this data in the GUI and annotate it in tools and workflows.
The Galaxy hook on the tool side is parse_license and parse_creator inside of lib/galaxy/tool_util/parser/cwl.py.
The workflow hook is lib/galaxy/tool_util/cwl/parser.py:WorkflowProxy.to_dict
. This method produces a vanilla Galaxy workflow description for a CWL workflow - if that is populated with license and creator metadata as it would appear in a .ga file - the GUI should display the info.