All content

Search filter terms
Filter by category
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 154 results. Use the filters on the left and the search box below to refine the results.
Tag: example Group: myGrid

Workflow Get image URLs from HTML document and outp... (1)

Thumb
Retrieve the web page at http://www.mygrid.org.uk, examine it for images and output the images.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Get image from URL - only url specified (1)

Thumb
Retrieve the image at http://www.mygrid.org.uk/files/2008/09/dragon-workflow.png using just the url parameter

Created: 2008-09-27

Credits: User Alan Williams

Workflow Fail if true - true value (1)

Thumb
The fail if true service throws an exception when passed the value true.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Decode base64 to byte[] (1)

Thumb
The decode base64 to byte[] service decodes the base64 string. The byte array is then converted into the string 'Hello world'.

Created: 2008-09-27

Credits: User Alan Williams

Creator

Pack Taverna 2.5 Core Starter Pack


Created: 2014-04-02 11:32:18 | Last updated: 2017-01-09 13:09:40

This is a Starter Pack for Taverna 2.5 Core edition - it contains a number of example workflows to showcase various features of Taverna 2.5 Core and help you get started using it.Workflows from this Starter pack can also be found in the myExperiment perspective of the Taverna Workbench.Tutorials for Taverna are available under the Taverna 2.x documentation on the Taverna Web site.Also check out the Taverna User Manual.

14 items in this pack

Comments: 0 | Viewed: 87 times | Downloaded: 28 times

Tags:

Workflow A workflow version of the EMBOSS tutorial (1)

Thumb
Designed to show the use of EMBOSS based Soaplab services from Taverna, this workflow has no inputs as all initial values are specified as string constants. A sequence set is fetched using the seqret tool, then simultaneously scanned for predicted transmembrane regions and subjected to a multiple alignment using emma. This alignment is then plotted to a set of PNG images and also used to build a profile using the prophecy and prophet tools.

Created: 2009-12-15

Credits: User Alan Williams

Workflow Extract elements from a list - extraction ... (1)

Thumb
The extract_elements_from_a_list is passed the list [['a','b','c', 'd'], ['e','f','g','h'],['i','j','k','l'],['m','n','o','p']] with fromIndex of 1 and toIndex of 3 and depth 2, will output the list [['e','f','g','h'],['i','j','k','l']] as it is the outermost list i.e. that with depth 2 that is considered.

Created: 2008-09-29

Credits: User Alan Williams

Workflow Extract elements from a list - extraction ... (1)

Thumb
The extract_elements_from_a_list is passed the list [['a','b','c', 'd'], ['e','f','g','h'],['i','j','k','l'],['m','n','o','p']] with fromIndex of 1 and toIndex of 3 and the default depth of 1, will output the list [['b','c'], ['f','g'],['j','k'],['n','o'']] as it is the list with depth 1 e.g. ['e','f','g','h'] that are considered.

Created: 2008-09-29

Credits: User Alan Williams

Workflow Flatten list - three depth (2)

Thumb
The flatten_list service takes the list [[['a']], [['b']], [['c']], [['d']],[['e']]] and, using a flatten depth of 3, outputs the list ['a', 'b', 'c', 'd','e'].

Created: 2008-09-29 | Last updated: 2008-09-30

Credits: User Alan Williams

Workflow Flatten list - two depth (1)

Thumb
The flatten_list service takes the list [[['a']], [['b']], [['c']], [['d']]] and, using the default flatten depth of 2, outputs the list [['a'], ['b'], ['c'], ['d'], ['e']].

Created: 2008-09-29

Credits: User Alan Williams

Results per page:
Sort by: