Content from the myGrid group

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

Workflow Transcribe DNA (1)

Thumb
The Transcribe DNA service takes the DNA sequence, here defaulted to 'gatcctccat' and outputs the corresponding transcribed RNA sequence, in this example, 'gauccuccau'.

Created: 2010-10-28

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: 2010-10-28

Workflow Read SwissProt file (1)

Thumb
The Read_SwissProt_file service reads the file at the swiss_prot_file_url and converts the SwissProt data into Agave format. The result is then sent to the workflow's swiss_prot_data port.

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

Workflow Read GenBank file (1)

Thumb
The Read_GenBank_file service reads the file at the genbank_file_url and converts the GenBank data into Agave format. The result is then sent to the workflow's gen_bank_data port.

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

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: 2010-10-28

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: 2010-10-28

Workflow Example workflow for REST and XPath activi... (1)

Thumb
Note that this workflow depends upon the REST and XPath plugins. 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 d...

Created: 2010-09-13 | Last updated: 2010-09-13

Credits: User Sergejs Aleksejevs

Workflow Multiple choice quiz (1)

Thumb
A fun example workflow showing user-interaction and service looping

Created: 2010-09-06

Credits: User George

Attributions: Workflow Multiple Choice Quiz

Workflow Spreadsheed Data Import Example (1)

Thumb
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: 2010-07-13 | Last updated: 2010-07-13

Credits: User David Withers

Workflow Retrieve sequence in EMBL format (1)

Thumb
This workflow retrieves a sequence associated with its features in embl format

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Franck Tanoh

Workflow Pipelined list iteration (1)

Thumb
Perform multiple iterations of services in order to show pipelining

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Ian Dunlop User Stian Soiland-Reyes

Workflow GBSeq test (1)

Thumb
This workflow retrieves nucleotide and protein sequences with the literature and references associated to them given a protein and a nucleotide id.

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Franck Tanoh

Workflow Fetch today's xkcd comic (1)

Thumb
Use the local java plugins and some filtering operations to fetch the comic strip image from http://xkcd.com/ Based on the FetchDailyDilbert workflow.

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Tomoinn User Stian Soiland-Reyes

Workflow Fetch PDB flatfile from RCSB server (1)

Thumb
Given an identifier such as '1crn' fetches the PDB format flatfile from the RCSB

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Tomoinn

Workflow EBI_InterProScan for Taverna 2 (1)

Thumb
Perform an InterProScan analysis of a protein sequence using the EBI’s WSInterProScan service (see http://www.ebi.ac.uk/Tools/webservices/services/interproscan). The input sequence to use and the user e-mail address are inputs, the other parameters for the analysis (see Job_params) are allowed to default. InterProScan searches a protein sequence against the protein family and domain signature databases integrated into InterPro (see http://www.ebi.ac.uk/interpro/). A set of matches to the s...

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Alan Williams

Workflow Demonstration of configurable iteration (1)

Thumb
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: 2010-07-04 | Last updated: 2010-07-04

Credits: User Tomoinn

Workflow BioMoby tutorial workflow (1)

Thumb
A workflow from part of the BioMoby tutorial

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User EdwardKawas

Workflow BiomartAndEMBOSSAnalysis (1)

Thumb
Using Biomart and EMBOSS soaplab services, This workflow retrieves a number of sequences from 3 species: mouse, human, rat; align them, and returns a plot of the alignment result. Corresponding sequence ids are also returned.

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Alan Williams

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: 2010-07-04 | Last updated: 2010-07-04

Credits: User Tomoinn

Workflow Find/show Taverna's home directory (1)

Thumb
Find Taverna's home directory and open that folder using Explorer/Finder/Gnome. This is the folder that is typically something like C:\Users\stain\AppData\Roaming\taverna-2.1.2, C:\Documents and settings\stain\taverna-2.1.2, /home/stain/.taverna-2.1.2 or /Users/stain/Library/Application support/taverna-2.1.2 This workflow should work on both Taverna 1 and Taverna 2. For Taverna 2 the beanshell script uses reflection to try to call ApplicationRuntime.getInstance().getApplicationHome() ...

Created: 2010-04-12 | Last updated: 2010-04-12

Credits: User Stian Soiland-Reyes

Workflow EBI_InterProScan_T2 (1)

Thumb
Perform an InterProScan analysis of a protein sequence using the EBI’s WSInterProScan service (see http://www.ebi.ac.uk/Tools/webservices/services/interproscan). The input sequence to use and the user e-mail address are inputs, the other parameters for the analysis (see Job_params) are allowed to default. InterProScan searches a protein sequence against the protein family and domain signature databases integrated into InterPro (see http://www.ebi.ac.uk/interpro/). A set of matches to the s...

Created: 2009-12-15

Credits: User Alan Williams

Workflow Warn - message parameter (1)

Thumb
The warn service displays a warning dialog with no title but message 'Some message'. When the user presses OK the string 'answer' is passed to the answer port of the warn service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Warn - title parameter (1)

Thumb
The warn service displays a warning dialog with 'Some title' but no message. When the user presses OK the string 'answer' is passed to the answer port of the warn service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Warn - no parameters (1)

Thumb
The warn service displays a prompt with no title or message. When the user presses OK the string 'answer' is passed to the answer port of the warn service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Tell - message parameter (1)

Thumb
The tell service displays an informative dialog with no title but with message 'Some message'. When the user presses OK the string 'answer' is passed to the answer port of the tell service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Tell - title parameter (1)

Thumb
The tell service displays an informative dialog with 'Some title' but no message. When the user presses OK the string 'answer' is passed to the answer port of the tell service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Tell - no parameters (1)

Thumb
The tell service displays an informative dialog with no title or message. When the user presses OK the string 'answer' is passed to the answer port of the tell service and so to the output of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

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: 2008-09-27

Credits: User Alan Williams

Workflow Select - title and message parameters (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a,b,c,d,e' and outputs the list ['a','b','c','d','e']. The select service displays a dialog with ''Some title' and 'Some message'. The user is able to select from the values ['a','b','c','d',e']. When the user presses OK the value the user selected is passed to the answer port of the select service and so to the output of the workflow. If the user clicks Cancel then a service failure is generated.

Created: 2008-09-27

Credits: User Alan Williams

Workflow Select - message parameter (1)

Thumb
The split_string_into_string_list_by_regular_expression parses the string 'a,b,c,d,e' and outputs the list ['a','b','c','d','e']. The select service displays a dialog with no title but with 'Some message'. The user is able to select from the values ['a','b','c','d',e']. When the user presses OK the value the user selected is passed to the answer port of the select service and so to the output of the workflow. If the user clicks Cancel then a service failure is generated.

Created: 2008-09-27

Credits: User Alan Williams

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: 2008-09-27

Credits: User Alan Williams

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: 2008-09-27

Credits: User Alan Williams

Workflow List files by regex - single answer (1)

Thumb
The create_temporary_directory beanshell creates a temporary directory and outputs the path to that directory. The populate_directory beanshell creates several files within the temporary directory. Once the directory has been populated, it is examined by the List_files_by_regex service and the file path to the one file matching 'c.*' i.e. starting with 'c' is output.

Created: 2008-09-27

Credits: User Alan Williams

Pack Taverna 2.1 beta 2 example workflows


Created: 2009-06-26 13:59:43 | Last updated: 2009-12-17 17:08:41

No description

9 items in this pack

Comments: 0 | Viewed: 275 times | Downloaded: 63 times

Tags:

Uploader

Blob Bonn 2014 Xpath Taverna Slides

Created: 2014-09-01 08:38:56

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 21 times | Downloaded: 34 times

This File has no tags!

Uploader

Blob Bonn 2014 Tool Services Taverna Slides

Created: 2014-09-01 08:37:43

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

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

This File has no tags!

Uploader

Blob Bonn 2014 Spreadsheet Taverna Slides

Created: 2014-09-01 08:36:27

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

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

This File has no tags!

Uploader

Blob Bonn 2014 Simple Workflow Taverna Slides

Created: 2014-09-01 08:35:13

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 29 times | Downloaded: 46 times

This File has no tags!

Uploader

Blob Bonn 2014 Shims Slides

Created: 2014-09-01 08:33:33

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 33 times | Downloaded: 38 times

This File has no tags!

Uploader

Blob Bonn 2014 RShell Slides

Created: 2014-09-01 08:32:23

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 18 times | Downloaded: 21 times

This File has no tags!

Uploader

Blob Bonn 2014 REST Services Taverna Slides

Created: 2014-09-01 08:30:40

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 20 times | Downloaded: 36 times

This File has no tags!

Uploader

Blob Bonn 2014 REST Biocatalogue Taverna Slides

Created: 2014-09-01 08:24:52 | Last updated: 2014-09-01 08:26:17

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 21 times | Downloaded: 39 times

This File has no tags!

Uploader

Blob Bonn 2014 Nested Workflows Taverna Slides

Created: 2014-09-01 08:22:47 | Last updated: 2014-09-01 09:05:56

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 17 times | Downloaded: 26 times

This File has no tags!

Uploader

Blob Bonn 2014 MyExperiement Taverna Slides

Created: 2014-09-01 08:21:30

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 15 times | Downloaded: 38 times

This File has no tags!

Uploader

Blob Bonn 2014 Interactions Taverna Slides

Created: 2014-09-01 08:20:18

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 19 times | Downloaded: 15 times

This File has no tags!

Uploader

Blob Bonn 2014 Biodiversity Slides

Created: 2014-09-01 08:19:02

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 22 times | Downloaded: 27 times

This File has no tags!

Uploader

Blob Bonn 2014 Advanced Taverna Slides

Created: 2014-09-01 08:13:19

Credits: User Christian Network-member myGrid

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 23 times | Downloaded: 36 times

This File has no tags!

Uploader

Blob Bonn 2014 Components Taverna Slides

Created: 2014-09-01 08:11:36

Credits: User Christian Network-member myGrid

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 22 times | Downloaded: 29 times

This File has no tags!

Uploader

Blob Bonn 2014 Installing Taverna Slides

Created: 2014-09-01 08:09:01

Credits: User Christian

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Adobe PDF

Comments: 0 | Viewed: 17 times | Downloaded: 21 times

This File has no tags!

Uploader

Blob Gene spreadsheet for VPH-Share workshop

Created: 2014-07-13 17:31:59

Credits: User Alan Williams

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Excel workbook

Comments: 0 | Viewed: 19 times | Downloaded: 19 times

This File has no tags!

Uploader

Blob Genes for VPH-Share workshop

Created: 2014-07-13 17:18:43

Credits: User Alan Williams

License: Creative Commons Attribution-Share Alike 3.0 Unported License

No description

File type: Plain text

Comments: 0 | Viewed: 27 times | Downloaded: 21 times

This File has no tags!

Results per page:
Sort by: