Powered by OPF
OPF WIKI STATIC ARCHIVE
2,681 pages · 153 spaces · 776 tags · 4,025 history records · 96.2% of the original wiki recovered
Archived copy. This page was recovered from the Internet Archive snapshot of /display/SP/Components on myExperiment taken on 2019-07-24. The original wiki at wiki.opf-labs.org is being decommissioned.

Components on myExperiment

Created by David Withers on Nov 21, 2012 · last edited by Markus Plangg · on Oct 07, 2013 (view history) · 12 versions
http://wiki.myexperiment.org/index.php/Developer:Components

Components and Component Profiles will be stored on myExperiment. Taverna (and other tools) will be able to search myExperiment to discover components.

Component Structure on myExperiment

Components

Components will be structured as packs on myExperiment. A component pack contains the workflow that implements the component and (optionally) documentation, example data and any other information related to the component. Example at http://www.myexperiment.org/packs/351.html

Component Families

Components will be grouped into component families: a collection of components that conform to the same component profile and have common purpose. Multiple component families may have the same component profile. For example, in SCAPE we may choose to create component families for Image Migration and Audio Migration that both use the Migration Component Profile. Component families may also contain documentation that is common to all components in the family. Example at http://www.myexperiment.org/packs/350.html

Component Profiles

Component profiles are files on myExperiment. A component profile file will tagged with 'component profile'. Example at http://www.myexperiment.org/files/863.html

Querying Components

Components can be queried by their semantic annotations through myExperiment's REST API. A special endpoint /components.xml will be created, which will return a list of suitable components (as workflows) when a HTTP GET request, with a set of parameters detailing their required properties, is made.

The components query endpoint is further documented at http://wiki.myexperiment.org/index.php/Developer:Components.