New Features in Service Detail Panel
So previously i have showed that how the CWL service detail panel going to be in the Taverna Workbench. Since then i have made improvements like, adding format, label and change the color.
CWL input/ output parameter is consist of "format" and "label" tags. Label is a short human readable description of the parameter and it is optional to have. Since service detail panel is represented using HTML, i have modified the previous implementation such that panel is defined as a table and all the configuration of the panel is done through the <table> tag.
Format is a short description of which formats are allowed for the parameter and it's optional to have. Format can be a String, Expression or referred to an ontology. So if it's an ontology, it should be mapped to an URI in the Namespaces defined in CWL Tool.
No comments:
Post a Comment