Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Filter by wsdl
Filter by curation
Results per page:
Sort by:
Showing 228 results. Use the filters on the left and the search box below to refine the results.
Tag: example

Workflow Workflow Pattern - Sequence (1)

Thumb
This workflow is a GWorkflowDL representation of a sequence that sequentially invokes A and B. This workflow is equivalent to the following pseudo code: end_A = A(); end_B = B(end_A);

Created: 2008-12-03

Credits: User Andreas Hoheisel

Uploader

Workflow Sample grid workflow (1)

Thumb
This is a sample workflow submitting jobs to the EGEE grid using the Generic Application Service Wrapper (GASW). The job submission service has to be installed locally.

Created: 2008-10-24 | Last updated: 2008-10-31

Credits: User Glatard

Workflow If Sample (1)

Thumb
This WF is a sample which shows support of common programming constructs within Trident. The If workflow has two parts; the condition block which generates a TRUE or FALSE condition and two parallel branches for ‘If’ and ‘Else’.

Created: 2008-10-21 | Last updated: 2008-10-21

Credits: Network-member Trident

Workflow Extract elements from a list - single elem... (1)

Thumb
The extract_elements_from_a_list is passed the list ['a','b','c','d','e']. The fromIndex is 2 and the toIndex is 3, so the service outputs the single element list ['c'].

Created: 2008-09-29

Credits: User Alan Williams

Workflow Extract elements from a list - full extrac... (1)

Thumb
The extract_elements_from_a_list is passed the list ['a','b','c','d','e']. The fromIndex is 0 and the toIndex is 5, so the service outputs an identical list.

Created: 2008-09-29

Credits: User Alan Williams

Workflow Test always fails - no parameters (1)

Thumb
The test always fails service generates a service failure when no parameter values are supplied.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Reverse complement DNA (1)

Thumb
The Reverse Complement DNA service takes the DNA sequence, here defaulted to 'gatcctccat' and outputs the corresponding reverse complement sequence, in this example, 'atggaggatc'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Read GenBank file (1)

Thumb
The Get_web_page_from_URL downloads a file from myExperiment that contains GenBank data. That data is then saved to a temporary file generated by the create_and_populate_temporary_file beanshell. The path to the temporary file is then passed to the Read_GenBank_file service. That service reads the file and converts the GenBank data into Agave format. The result is then sent to the workflow's out port.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if false - false value (1)

Thumb
The fail if true service throws an exception if given the value 'false'.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Encode byte[] to base64 (1)

Thumb
The encode byte[] to base 64 service encodes the bytes representing (in the local character set) 'hello'.

Created: 2008-09-27

Credits: User Alan Williams

Results per page:
Sort by: