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 1566 results. Use the filters on the left and the search box below to refine the results.

Workflow Ask - just message parameter (1)

Thumb
The ask service displays a prompt with no title but with the prompt message 'Some message'. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2010-10-29

Workflow Ask - just title parameter (1)

Thumb
The ask service displays a prompt with the title 'Some title' but no prompt message. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

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

Workflow Ask - title and message parameters (1)

Thumb
The ask service displays a prompt with 'Some title' and the prompt message 'Some message'. If the user presses cancel, then a service failure is generated. If the user presses OK then their input, even if it is empty, is passed to the answer port of the ask service and so to the output of the workflow.

Created: 2010-10-29

Workflow Async WPS example (2)

Thumb
Example on how to work with an async service, where the statusURL is used to check for Example on how to work with an async service, where the statusURL is used to check for if the process has finished or not

Created: 2010-11-04 | Last updated: 2011-04-27

Credits: User Jorgejesus

Workflow retry-example (1)

Thumb
This workflow executes a local beanshell script that has been programmed to fail on some iterations. It demonstrates the advantages of setting retries in your workflows to make them more robust

Created: 2010-11-08 | Last updated: 2010-11-08

Credits: User Alan Williams

Workflow [untitled] (1)

Thumb
A tutorial workflow of Taverna.

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

Credits: User Sukhdeep Singh

Uploader

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-11-12 | Last updated: 2010-11-12

Credits: User Krisztina

Uploader

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-11-12

Credits: User Krisztina

Workflow Pathways and Gene annotations for QTL region (1)

Thumb
This workflow searches for genes which reside in a QTL (Quantitative Trait Loci) region in the mouse, Mus musculus. The workflow requires an input of: a chromosome name or number; a QTL start base pair position; QTL end base pair position. Data is then extracted from BioMart to annotate each of the genes found in this region. The Entrez and UniProt identifiers are then sent to KEGG to obtain KEGG gene identifiers. The KEGG gene identifiers are then used to searcg for pathways in the KEGG path...

Created: 2010-11-15 | Last updated: 2010-11-16

Credits: User Paul Fisher

Attributions: Workflow Pathways and Gene annotations for QTL region

Workflow Pathways and Gene annotations for RefSeq ids (1)

Thumb
This workflow searches for genes which were found to be differentially expressed from a microarray study in the mouse, Mus musculus. The workflow requires an input of gene ref_seq identifiers. Data is then extracted from BioMart to annotate each of the genes found for each ref_seq id. The Entrez and UniProt identifiers are then sent to KEGG to obtain KEGG gene identifiers. The KEGG gene identifiers are then used to search for pathways in the KEGG pathway database.

Created: 2010-11-15 | Last updated: 2010-11-15

Credits: User Paul Fisher

Workflow KEGG pathways common to both QTL and micro... (1)

Thumb
This workflow takes in two lists of KEGG pathway ids. These are designed to come from pathways found from genes in a QTL (Quantitative Trait Loci) region, and from pathways found from genes differentially expressed in a microarray study. By identifying the intersecting pathways from both studies, a more informative picture is obtained of the candidate processes involved in the expression of a phenotype

Created: 2010-11-15 | Last updated: 2010-11-15

Credits: User Paul Fisher

Workflow A Basic example R workflow (3)

Thumb
This workflow uses an R service running on localhost to calculate sin(0.45)

Created: 2010-11-26 | Last updated: 2014-08-20

Credits: User Alan Williams

Workflow R logical workflow (1)

Thumb
Checks what the logical_input is in R. For an logical_input of TRUE - is_false should be FALSE and is_true TRUE FALSE - is_false should be TRUE and is_true FALSE For any other input values, is_false and is_true should both be NA

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R numeric workflow (1)

Thumb
This workflow uses an Rshell service to calculate the square of a numeric inputThis workflow uses an

Created: 2010-11-26

Credits: User Alan Williams

Workflow R string workflow (1)

Thumb
This workflow determines the lower case version of the input string.

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R logical vector workflow (1)

Thumb
The workflow returns a list containing the logical inversion of the logical vector input

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R integer vector example (1)

Thumb
This workflow takes a list of integer values and returns a list containing the square of the input list's elements, and the sum of the input list's elements.

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R string vector example (1)

Thumb
The workflow takes a list of strings and outputs a list contains the lower-cased versions of the input elements, and also a concatenation of the input elements

Created: 2010-11-26 | Last updated: 2010-11-26

Credits: User Alan Williams

Workflow R integer workflow (1)

Thumb
This workflow uses an Rshell service to calculate 100 modulus the integer input

Created: 2010-11-29

Credits: User Alan Williams

Workflow R integer vector example (1)

Thumb
This workflow takes a list of integer values and returns a list containing 100 modulus the list's elements, and the sum of the input list's elements.

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

Credits: User Alan Williams

Workflow R PNG-value example (2)

Thumb
This workflow produces a PNG plot on the figure port.

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

Credits: User Alan Williams

Workflow R Text-file example (1)

Thumb
This workflow contains two services. The file_writer uses a File in R to output a string. The file_reader uses a File in R to input a string, the contents of which are output.

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

Credits: User Alan Williams

Workflow R generic example (1)

Thumb
This workflow shows how string vectors can be used to transfer a complex R object (in this case a matrix) between Rshell services

Created: 2010-11-29

Credits: User Alan Williams

Workflow NCBI BLAST (SOAP) (1)

Thumb
Perform a BLAST search using the EMBL-EBI’s NCBI BLAST (SOAP) service (see http://www.ebi.ac.uk/Tools/webservices/services/sss/ncbi_blast_soap). The query sequence, database to search and BLAST program to use are inputs, the other parameters for the search are allowed to default.

Created: 2010-11-29 | Last updated: 2013-03-28

Attributions: Workflow EBI_NCBI_BLAST Workflow NCBI BLAST (SOAP)

Uploader

Workflow Phylogenetic Tree (1)

Thumb
Workflow compose by 2 services that goal buid a Phylogenetic Tree using ClusltalW and Phylip services.

Created: 2010-11-30 | Last updated: 2010-11-30

Credits: User Caiocb

Results per page:
Sort by: