Note: some items may not be visible to you, due to viewing permissions.
File
File
File
File
Workflow
Workflow
Spreadsheet Import Example
(1)
Example using the SpreadsheetImport service to import data from an Excel spreadsheet.
The workflow imports the file spreadsheet file WaterUse.xlsx and generates a graph from the date.
The source data is from http://data.gov.uk/
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Simple Python example
(1)
This workflow generates a random number within the range 0 to 100. The generation is done by a python script.
The workflow assumes that python is in the path.
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Secure Web service call example
(1)
This is an example of a workflow that contains a call to a secure Web service that runs behind HTTPS and requires user to authenticate. The first thing you can expect to see is a pop up dialog asking if you trust the Web service to be invoked over HTTPS. You can use testuser/testpasswd as username and password for authentication when running the workflow. To see where the security is being configured, right-click the service in the diagram and select "Configure security" from the menu.
You m...
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Secure REST service call example
(1)
This is an example of a workflow that contains a call to a secure REST service that requires user to authenticate with HTTP Basic Authentication. You can use testuser/testpasswd as username and password for authentication when running the workflow.
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Render gene via BioGPS
(1)
This workflow uses the REST API of BioGPS to
list the plugins and then allow the user to select which
plugin to use to display the input gene id
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Workflow
Workflow
Workflow
Hello World
(1)
One of the simplest workflows possible. No workflow input ports, a single workflow output port "greeting", outputting "Hello, world!" as produced by the String Constant "hello".
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Hello Anyone
(1)
An extension to helloworld.t2flow - this workflow takes a workflow input "name" which is combined with the string constant "Hello, " using the local worker "Concatenate two strings", and outputs the produced string to the workflow output "greeting".
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
GBSeq test
(1)
This workflow retrieves nucleotide and protein sequences with the literature and references associated
to them given a protein and a nucleotide id.
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Fetch today's xkcd comic
(1)
Use the local services and some filtering operations to fetch the comic strip image from http://xkcd.com/
Based on the FetchDailyDilbert workflow.
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Example workflow for REST and XPath activi...
(1)
This workflow fetches weather forecast for the user-specified location.
First of all it uses the provided location name to obtain a WOEID ("Where On Earth ID") of that location, then uses that unique identifier to fetch the weather forecast from Yahoo server.
Multiple results may be obtained in case there is no unique translation of the location to a WOEID.
REST activity is used to perform HTTP requests and fetch data from remote servers; XPath activity is then used to parse the XML data a...
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Workflow
Example of explicit looping
(1)
This workflow demonstrates how a nested workflow can be called an explicit number of times.
Note that the loop iterator does not need to be used in the logic of the loop contents. It can
be used as a sentinel (see the conditional workflow)
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
Workflow
Example for external tools with zip and unzip
(1)
This workflow only works on a Unix machine.
This workflow takes a fixed URL from which a text file is downloaded (output as Original_file). That file is zipped (output as Zipped_File) and then unzipped again (output as Unzipped_File). The orginal file and the unzipped version are then diff'd/
Created: 2014-04-03
Credits:
Alex Nenadic
Workflow
EBI_InterproScan_NewServices
(2)
This workflow performs an interproscan at the EBI on sequences provided as input. The output is provided as text and xml.
This workflow uses the new EBI services, which are asynchronous and require looping over the nested workflow (Status) until the workflow has finished. Many of the EBI services now work in this way, so you can use this workflow as an example of the invocation pattern and looping configuration.
Created: 2014-04-03
| Last updated: 2014-04-09
Credits:
Alex Nenadic
Workflow
Demonstration of configurable iteration
(2)
This workflow shows the use of the iteration strategy editor to ensure that only relevant combinations of inputs are used during an implicit iteration.
Created: 2014-04-03
| Last updated: 2014-07-09
Credits:
Alex Nenadic
Workflow
Secure Web service call example
(1)
This is an example of a workflow that contains a call to a secure Web service that runs behind HTTPS and requires user to authenticate. The first thing you can expect to see is a pop up dialog asking if you trust the Web service to be invoked over HTTPS. You can use testuser/testpasswd as username and password for authentication when running the workflow. To see where the security is being configured, right-click the service in the diagram and select "Configure security" from the menu.
Created: 2011-07-14
| Last updated: 2011-07-14
Credits:
Alex Nenadic
Workflow
Secure REST service call example
(1)
This is an example of a workflow that contains a call to a secure REST service that requires user to authenticate with HTTP Basic Authentication. You can use testuser/testpasswd as username and password for authentication when running the workflow.
Created: 2011-07-14
| Last updated: 2011-07-14
Credits:
Alex Nenadic
Workflow
HTTP Basic authentication example workflow
(1)
This workflow shows an example access to a resource protected by HTTP Basic authentication. Use testuser/testpasswd whenever prompted for username and password.
Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.
Created: 2010-12-03
| Last updated: 2010-12-03
Credits:
Alex Nenadic
Workflow
HTTP Basic authentication + HTTPS example ...
(1)
This workflow shows an example access to a resource protected by HTTP Basic authentication and HTTPS. Use testuser/testpasswd whenever prompted for username and password.
Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.
Created: 2010-12-03
| Last updated: 2010-12-03
Credits:
Alex Nenadic
Workflow
HTTP Digest authentication example workflow
(1)
This workflow shows an example access to a resource protected by HTTP Digest authentication. Use testuser/testpasswd whenever prompted for username and password.
Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.
Created: 2010-12-03
| Last updated: 2010-12-03
Credits:
Alex Nenadic
Workflow
HTTP Digest authentication + HTTPS example...
(1)
This workflow shows an example access to a resource protected by HTTP Digest authentication and HTTPS. Use testuser/testpasswd whenever prompted for username and password.
Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.
Created: 2010-12-03
| Last updated: 2010-12-03
Credits:
Alex Nenadic
Workflow
WS-Security example workflow
(1)
This workflow shows an example access to various secure Web services protected by WS-Security authentication. Use testuser/testpasswd whenever prompted for username and password.
Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.
Created: 2010-12-03
| Last updated: 2010-12-03
Credits:
Alex Nenadic
Workflow
WS-Security + HTTPS example workflow
(1)
This workflow shows an example access to various secure Web services protected by WS-Security authentication. Use testuser/testpasswd whenever prompted for username and password.
Check http://www.mygrid.org.uk/dev/wiki/display/story/Taverna+2.x+test+secure+services+and+workflows for more details about the secure services used in the workflow.
Created: 2010-12-03
| Last updated: 2010-12-03
Credits:
Alex Nenadic
Workflow
Workflow
Workflow
Workflow
Get survey data from SurveyMapper
(2)
Extracting public data (such as public surveys and their questions) from SurveyMapper. SurveyMapper (http://www.surveymapper.com/) a free real-time geographic survey and polling tool from the nice people at the Centre for Advanced Spatial Analysis, University College London.
Created: 2010-04-21
| Last updated: 2010-06-18
Credits:
Alex Nenadic
Workflow
Syntetic population mapper
(3)
This workflow creates individual-level population from census data and then joins with the BHPS (British Household Panel Survey) and reaggregates. In the last stage it maps the chosen BHPS field.
Created: 2010-06-23
| Last updated: 2010-12-09
Credits:
Alex Nenadic