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 Byte Array to string - empty value (1)

Thumb
The beanshell converts the empty string '' to a byte array which is then converted back to the empty string '' by the Byte_Array_To_string service.

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

Workflow Byte Array to string - non empty value (1)

Thumb
The beanshell converts the string 'hello' to a byte array which is then converted back to the string 'hello' by the Byte_Array_to_string service.

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

Workflow Concatenate two strings - empty strings (1)

Thumb
The concatenate two strings service takes two empty strings and returns an empty string.

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

Workflow Concatenate two strings (1)

Thumb
The concatenate two strings service takes the strings 'good' and 'bye' and returns the result 'goodbye'.

Created: 2010-10-29

Workflow FIlter list of strings by regex with a sui... (1)

Thumb
The workflow filters the five element list split from the first service and returns the three elements that match the regular expression.

Created: 2010-10-29

Workflow FIlter list of strings by regex with an un... (1)

Thumb
The workflow filters the five element list split from the first service and returns an empty list as no elements match.

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

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 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 Pathways and Gene annotations for QTL region (1)

Thumb
This workflow searches for genes which reside in a QTL (Quantitative Trait Loci) region in rice, Oryza sativa. 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 UniGene 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 pathway d...

Created: 2011-05-27 | Last updated: 2011-05-27

Credits: User Paul Fisher

Workflow Molecular Interactions from IntAct PSICQUI... (2)

Thumb
Get molecular interaction data in psi-mitab25 from IntAct through its REST PSICQUIC service. As input you can use an Uniprot Acc like "P99999" or a MIQL query like "alias:KHDRBS1".

Created: 2011-05-29 | Last updated: 2011-10-05

Credits: User Rafael C. Jimenez

Workflow Find PRIDE experiments by GO (1)

Thumb
Find PRIDE experiments in Human with related information like Cell Type and Tissue location filtering results by Gene Ontology terms. This is an example of how to use the PRIDE Biomart service in Taverna. Many other options are possible by modifying the filters and attributes of this service.

Created: 2011-05-29 | Last updated: 2011-05-29

Credits: User Rafael C. Jimenez

Workflow Find Reactome pathways and reactions by GO (1)

Thumb
Find Reactome pathways and reactions (names and accessions) in Human querying by a Gene Ontology term. This is an example of how to use the Reactome Biomart service in Taverna. Many other possibilities are possible by modifying the filters and attributes options of the service.

Created: 2011-05-29 | Last updated: 2011-05-29

Credits: User Rafael C. Jimenez

Workflow Find Biological Models by GO. (1)

Thumb
Find Biological Models (Ids and Names) from Biomodels querying by Gene Ontology terms.

Created: 2011-05-29 | Last updated: 2011-05-29

Credits: User Rafael C. Jimenez

Workflow DAS sequence retrieval (2)

Thumb
Retrieve Protein or Genome sequences using the Distributed Annotation System (DAS).

Created: 2011-05-30 | Last updated: 2011-05-30

Credits: User Rafael C. Jimenez

Workflow DAS sequence retrieval and parsing with JDAS (1)

Thumb
Retrieve Protein or Genome sequences using the Distributed Annotation System (DAS) and create your own text output by modifying the JDAS component. To be able to use this workflow with JDAS, copy this file … http://www.ebi.ac.uk/~maven/m2repo/uk/ac/ebi/das/jdas/1.0.3/jdas-1.0.3.jar … to the lib folder inside the Taverna application. This jar file is a dependency needed to parse DAS outputs.

Created: 2011-05-30 | Last updated: 2011-05-30

Credits: User Rafael C. Jimenez

Workflow DAS features retrieval (2)

Thumb
Retrieve Protein or Genome features (annotations) using the Distributed Annotation System (DAS).

Created: 2011-06-01 | Last updated: 2011-06-01

Credits: User Rafael C. Jimenez

Workflow DAS features retrieval and parsing with JDAS (2)

Thumb
Retrieve Protein or Genome features using the Distributed Annotation System (DAS) and create your own text output by modifying the JDAS component. To be able to use this workflow with JDAS copy this file … http://www.ebi.ac.uk/~maven/m2repo/uk/ac/ebi/das/jdas/1.0.3/jdas-1.0.3.jar … to the lib folder inside the Taverna application. This jar file is a dependency needed to parse DAS outputs.

Created: 2011-06-01 | Last updated: 2011-06-02

Credits: User Rafael C. Jimenez

Uploader

Workflow blastn and blastx (1)

Thumb
This workflow accepts an url of a fasta file as input and performs an NCBI blastn at the EBI against the bacteria database and an NCBI blastx against the uniref90 database.  From the blast results of the blastx the hit with the lowest e-value is taken and the GO is returned. Output is blastx and blastn results and GO from the first hit of the blastx.   Based on Katy Wolstencroft & Hamish McWilliam EBI_NCBI_BLAST http://www.myexperiment.org/workflows/1765.html

Created: 2011-06-08 | Last updated: 2011-06-08

Credits: User Niek

Uploader

Workflow Retrieval of molecular interactions within... (1)

Thumb
Description of the flow steps: 1. split the list of identifiers using allows separators, 2. build a MIQL query with these identifier in preparation of running a PSICQUIC request, 3. Retrieve molecular interaction from IntAct's PSICQUIC service using the generated MIQL statement, 4. filter the list of returned MITAB using the list of identifiers and only keep those lines where both participating molecules are members of the input list, 5. return the count and list of filtered MITAB lines.

Created: 2011-06-10 | Last updated: 2011-06-10

Credits: User Skerrien

Uploader

Workflow Detect compressed TIFF files and remove th... (3)

Thumb
The workflow takes a list of TIFF images as input, identifies the "Group 4 Fax" comressed TIFF images and converts them to uncompressed TIFF images using convert. Finally it characterises the converted image. This version of the workflow replaces the web services of the original workflow with tool services.

Created: 2011-06-15 | Last updated: 2012-03-08

Credits: User Sven

Attributions:

Uploader

Workflow Extract histogram features from image file (1)

Thumb
As a template for creation of image workflows was used xa-toolwrapper project from Sven Schlarb (https://github.com/openplanets/scape/tree/master/xa-toolwrapper). This project enables creation of WSDL web service that wraps command line tool like ‘extractFeatures’ or ‘create’. The workflow for ‘extractFeatures’ tool has two input parameters. The URL to the input image file and the number of histogram bins as integer. This workflow extracts histogram feature...

Created: 2011-06-16 | Last updated: 2012-04-04

Credits: User Roman

Uploader

Workflow Compare histogram features of image files (1)

Thumb
As a template for creation of image workflows was used xa-toolwrapper project from Sven Schlarb (https://github.com/openplanets/scape/tree/master/xa-toolwrapper). This project enables creation of WSDL web service that wraps command line tool like ‘extractFeatures’ or ‘create’. The workflow for ‘compare’ tool has three input parameters. These are two URLs to the XML histogram files that comprise information about image features. These files are acquired us...

Created: 2011-06-16 | Last updated: 2012-04-04

Credits: User Roman

Uploader

Workflow [untitled] (1)

Thumb
This is simly a test fortest

Created: 2011-06-19 | Last updated: 2011-06-19

Credits: User Merdmann

Workflow Associate hessi flares with active regions (3)

Thumb
This workflow is querying the HFC ActiveRegions list and HEC hessi_flare list. It requires a time periode and a search radius arround the centre of an Active Region as inputs It produces two outputs: AnnotatedFeatureTable is a modified VOTable where a field is added with the number of associated hessi flares. CombinedTable is a 2 dimensional list with an VOTable for each Active region and one with an VOTable for all associated flares for that Active Region.

Created: 2011-06-22 | Last updated: 2012-07-10

Credits: User Donal Fellows

Results per page:
Sort by: