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 120 results. Use the filters on the left and the search box below to refine the results.
Type: Taverna 2 User: Alan Williams Licence: by

Workflow String list difference - yielding empty list (1)

Thumb
The string list difference service takes in ['a','b','c'] and ['a','c','b'] and returns the empty list [].

Created: 2010-10-29

Workflow String list difference - yielding non-empt... (1)

Thumb
The string list difference service takes in ['a','b','c'] and ['a','e','c'] and returns the list ['b','e'].

Created: 2010-10-29

Workflow Split string into string list by regular e... (2)

Thumb
The split string into string list by regular expression takes the string 'boo:and:foo' and using the specified regular expression 'o.*n' splits it into the list ['b','d:foo']

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

Workflow Split string into string list by regular e... (1)

Thumb
The split string into string list by regular expression takes the string 'boo:and:foo' and using the specified regular expression ':' splits it into the list ['boo','and','foo']

Created: 2010-10-29

Workflow Split string into string list by regular e... (1)

Thumb
The split string into string list by regular expression takes the string 'a,b,c' and using the default regular expression ',' splits it into the list ['a','b','c']

Created: 2010-10-29

Workflow Pad numeral with leading 0s - too short ta... (1)

Thumb
The pad numeral with leading 0s takes the input '12' and because the specified target length of 1 is too short, yields the output '12'.

Created: 2010-10-29

Workflow Pad numeral with leading 0s - specified ta... (1)

Thumb
The pad numeral with leading 0s takes the input '12' and pads it to the specified target length of 4, yielding the output '0012'.

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

Workflow Pad numeral with leading 0s - default targ... (1)

Thumb
The pad numeral with leading 0s takes the input '12' and pads it to the default target length of 7, yielding the output '0000012'.

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

Workflow FIlter list of strings by regex extracting... (1)

Thumb
The workflow examines the five element list split from the first service. For each element, if it contains an 'a' followed by two characters, then that triple is included in the output. Thus, for the input ['a','b','abcde','cdef','axy'], only 'abcde' and 'axy' contain a match and so ['abc', 'axy'] is output.

Created: 2010-10-29

Workflow FIlter list of strings by regex extracting... (1)

Thumb
The workflow examines the five element list split from the first service. For each element, if it contains an 'a' followed by two characters, then the two characters after the 'a' are included in the output. Thus, for the input ['a','b','abcde','cdef','axy'], only 'abcde' and 'axy' contain a match and so ['bc', 'xy'] is output.

Created: 2010-10-29

Results per page:
Sort by: