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

Workflow Workflow Pattern - Structured Discriminator (2)

Thumb
This workflow is a GWorkflowDL representation of a structured discriminator (1-out-of-M Join) that invokes C after the first invocation of A or B (M=2). All next (M-1) invocations of A or B are ignored. This is only one out of various possibilities to model this workflow pattern. Notice alternative representation of this pattern at http://www.myexperiment.org/workflows/632

Created: 2009-01-19 | Last updated: 2009-01-19

Credits: User Andreas Hoheisel

Workflow REST access of xml.nig.ac.jp (WABI) (1)

Thumb
This workflow has a beanshell script for composing the REST URL for the services at xml.nig.ac.jp  (WABI) This URL is passed to the local worker Get_web_page_from_URL that fetches the requested data. Note: This is a proof of concept of accessing REST services through Taverna. All of WABI's services can more easily be browsed and used in Taverna by adding their WSDL, for instance http://xml.nig.ac.jp/wsdl/GetEntry.wsdl The example invokes the getDDBJEntry(accession) method of the getE...

Created: 2008-10-14 | Last updated: 2008-10-14

Credits: User Stian Soiland-Reyes

Workflow color_pathway_by_objects (1)

Thumb
Color given objects on a pathway map with specified colors and return the URL of the colored image. In the KEGG pathway maps, a gene or enzyme is represented by a rectangle and a compound is shown as a small circle. Example of input: pathway_id: path:eco00260 object_list: (to add as list) eco:b0514 eco:b2913 fg_color: (to add as list) blue orange bg_color: (to add as list) red orange

Created: 2008-10-01 | Last updated: 2008-10-01

Credits: User Franck Tanoh

Workflow Sequence_or_ID_or_GI (1)

Thumb
Get a sequence in fasta format given one of: An NCBI GI number (e.g. 75251068). An entry identifier in database:identifier format (e.g. uniprot:Q96247). 3. A sequence entry in a format supported by EMBOSS seqret.

Created: 2008-06-07

Credits: User Hamish McWilliam

Attributions: Workflow Structure_or_ID

Workflow Structure_or_ID (1)

Thumb
Given a structure or structure entry identifer (e.g. PDB:1crn), return the structure in PDB format. If a structure identifier, in database:identifier format, is input the EBI's WSDbfetch web service (see http://www.ebi.ac.uk/Tools/webservices/services/dbfetch) is used to retrive the structure in PDB format. Otherwise the input is assumed to be a formated structure and is passed through to the output.

Created: 2008-06-06

Credits: User Hamish McWilliam

Workflow EBI_MaxSprout (2)

Thumb
Generation of protein backbone and side chain co-ordinates from a C(alpha) trace using the MaxSprout tool. The EBI's WSMaxsprout service (see http://www.ebi.ac.uk/Tools/webservices/services/maxsprout) is used to access the tool.

Created: 2008-06-05 | Last updated: 2008-06-06

Credits: User Hamish McWilliam

Attributions: Workflow Structure_or_ID

Workflow EBI_InterProScan_with_prompts (1)

Thumb
Note: the WSInterProScan web service used by this workflow is no longer available haveing been replaced by the EMBL-EBI's InterProScan (REST) (http://www.ebi.ac.uk/Tools/webservices/services/pfa/iprscan_rest) and InterProScan (SOAP) (http://www.ebi.ac.uk/Tools/webservices/services/pfa/iprscan_soap) web services. Thus the workflow described here no longer works, see the alternative workflows for the InterProScan (SOAP) service for workflows which use the new services. Run an InterProScan anal...

Created: 2008-05-31 | Last updated: 2011-04-01

Credits: User Hamish McWilliam

Attributions: Workflow EBI_InterProScan

Workflow Staged iteration strategy (1)

Thumb
Consider two lists A and B, of equal size 3. A[1] corresponds to B[1], A[2] to B[2], etc, for instance A are image scans from 2007 and B from 2008, and the index indicates the patient number. A = [a0, a1, a2] B = [b0, b1, b2] There's then two lists of possible parameters P and Q, of different lengths, P has 2 and Q has 4 items. P = [p0, p1] Q = [q0, q1, q2, q3] Each of the A items should be processed in ap using each of the P parameters, and each of the B items ...

Created: 2008-05-07 | Last updated: 2008-05-07

Credits: User Stian Soiland-Reyes

Workflow AffyArrayQualityAnalysis (2)

Thumb
The AffyArrayQualityAnalysis web services provide quality control for raw Affymetrix GeneChip data. They are wrappers around Philip de Groot's quality control R script to provide remote programmatic access. This example workflow demonstrates the use of the AffyArrayQualityAnalysis services. The flow is as follows: A client executes the AffyArrayQualityAnalysis_submit service with two inputs: a User object and a collection of URLs linking to CEL files. The User object contains a u...

Created: 2008-03-13 | Last updated: 2009-02-16

Credits: User Pieter Neerincx User Philipg

Workflow Human Microarray Analysis (1)

Thumb
This workflow takes in probesets from and AffyMetrix  Affy HG U133A micorarray experiment and returns: genes ; gene start and end positions; chromosome where genes reside; ensembl trasncripts; SwissProt ids. The final output of the workflow is a list of candidate pathways which are linked to the genes expressed in the microarray data.   Example input for this workflow is: 212283_at 221634_at 220399_at  

Created: 2008-02-08 | Last updated: 2009-12-03

Credits: User Paul Fisher

Workflow Retrieve_bio_documents (2)

Thumb
This workflow retrieves relevant documents, based on a query optimized by adding a string to the original query that will rank the search output according to the most recent years. The added string adds years with priorities (most recent is highest); it starts at 2007.

Created: 2007-12-10 | Last updated: 2007-12-10

Credits: User Marco Roos User Edgar Network-member AID

Workflow CloneItemsInList (1)

Thumb
Utility workflow that clones an item copy_number times. You can use this to work around standard iteration strategies, e.g. in combination with the CountListItems workflow. Workflow examples: TestIterationStrategy_withClones. For an alternative approach see TestIterationStrategy_withNesting. Example I/O: input: A copy_number: 3 result: [A,A,A] input: [A,B,C] copy_number: 3 result: [[A,A,A][B,B,B][C,C,C]] input: [A,B,C] copy_number: [3,2] result: [[[A,A,A],[A,A]][[B,B,B],[B,B]],[[C,C,C],...

Created: 2007-11-29

Credits: User Marco Roos

Uploader

Workflow Fetch Dragon images from BioMoby v2 (3)

Thumb
Use the local java plugins and some filtering operations to fetch the comic strip image from http://www.dilbert.com

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

Credits: User Yuwei Lin User David De Roure User Jiten Bhagat

Workflow 1 (2)

Thumb
Trivial workflow which will initially fail, retry twice then fall over to the alternative specified for the FailingThing process.

Created: 2007-11-06 | Last updated: 2007-11-20

Credits: User Antoon Goderis User Carole Goble User A. Random Scientist Network-member try it out

Attributions:

Workflow Remove duplicate strings (2)

Thumb
This workflow takes in two list of strings and then concatenates them together. Any duplicates that are present are then removed, and the resulting file is returned back to the user.

Created: 2007-10-03 | Last updated: 2007-11-13

Workflow Cow-Human Ortholog Pathways and Gene annot... (2)

Thumb
This workflow searches for genes which reside in a QTL (Quantitative Trait Loci) region in the cow, Bos taurus. 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. As the Cow genome is currently unfinished, the workflow subsequently maps the cow ensembl gene ids to human orthologues. Entrez and UniProt identifiers are then identified...

Created: 2007-10-03 | Last updated: 2009-12-03

Uploader

Workflow RetroPath2.0-Mods-metabolomics (2)

Thumb
Set of workflows for the "Metabolome completion and metabolomics" use case:1) Produces a list of molecules using a user defined set of rules (RetroPath2.0 workflow).2) Takes as input the products generated by RetroPath2.0 and prepare the files to be read by OpenMS nodes.3) The last workflow finally searches for each produced compound the corresponding peak in some MS spectra.See [1] for details. How to useSee instructions embedded in the workflow.Usage specificationsThe workflo...

Created: 2017-06-30 | Last updated: 2018-11-14

Credits: User Thomas Duigou Network-member BioRetroSynth

Attributions: Workflow RetroPath2.0 - a retrosynthesis workflow with tutorial and example data

Uploader

Workflow User friendly data mining (7)

Thumb
This scienti fic workflow was designed for the novice data miners to learn how mining algorithms behave when applied on their datasets. The workflow is the responsible for invoking the mining recommender, as well as using the datasets required by the user, thus returning the ranking of algorithms according to the design criteria of the recommender. 

Created: 2013-10-03 | Last updated: 2019-01-08

Credits: User respinosa

Workflow Visualize Molecules from DBPedia as Molecu... (3)

Thumb
Downloads entries from DBPedia which have a SMILES and creates a molecule table with 2D structures of the hits found with SPARQL.

Created: 2010-03-14

Credits: User Egon Willighagen

Workflow Get pathways by external reference (3)

Thumb
Finds pathways on WikiPathways by an external gene/protein/metabolite reference. See http://www.pathvisio.org/Help_1.1#Supported_database_systems for a list of supported database systems.

Created: 2010-01-13

Credits: User Thomaskelder

Results per page:
Sort by: