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 125 results. Use the filters on the left and the search box below to refine the results.
Type: Taverna 2 Licence: by Group: myGrid

Workflow Remove duplicate strings (1)

Thumb
The remove duplicate strings service takes the list ['a','b','c','b','a','d'], strips out duplicate strings and outputs the result ['a','b','c','d'].

Created: 2010-10-29

Workflow Remove duplicate strings - empty list (1)

Thumb
The remove duplicate strings service takes the empty list [] and outputs the result [].

Created: 2010-10-29 | Last updated: 2010-10-29

Workflow Merge string list to string - empty list (1)

Thumb
The merge string list to string service takes an empty list [] and outputs an empty string ''.

Created: 2010-10-28

Workflow Merge string list to a string - default se... (1)

Thumb
The merge string list to string service takes the list ['a','b','c'] and outputs the string 'a b c'.

Created: 2010-10-28

Workflow Merge string list to string - colon separator (1)

Thumb
The merge string list to string service takes the list ['a','b','c'] and using the separator ':' outputs the string 'a:b:c'.

Created: 2010-10-28

Workflow Flatten list (1)

Thumb
The flatten_list service takes the list [['a'], ['b'], ['c'], ['d']] and outputs the list ['a', 'b', 'c', 'd', 'e'].

Created: 2010-10-28 | Last updated: 2010-10-28

Workflow Write text file - specified value (1)

Thumb
The beanshell creates an empty temporary file. The filepath to the temporary file is then passed to the Write_text_file service which writes 'hello' into the file. 'hello' is also output by the service.

Created: 2010-10-28

Workflow Write text file - overwriting content (1)

Thumb
The beanshell creates an empty temporary file. The filepath to the temporary file is then passed to the Write_text_file A service which writes the string 'hello' into the file. After service A has run, service B writes 'goodbye' into the file. The file is then read by the Read_Text_File service and its content, 'goodbye', output by the workflow.

Created: 2010-10-28

Workflow Write text file - empty string value (1)

Thumb
The beanshell creates an empty temporary file. The filepath to the temporary file is then passed to the Write_text_file service which writes the empty string '' into the file. '' is also output by the service.

Created: 2010-10-28

Workflow Read text file - several lines (1)

Thumb
The beanshell write the string 'hello' four times separated by a new lineto a temporary file. The filepath to the temporary file is then passed to the Read_text_file service which reads the file and outputs the string 'hello hello hello hello'.

Created: 2010-10-28

Results per page:
Sort by: