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 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: 2008-03-05 | Last updated: 2008-03-25

Credits: User Tomoinn

Workflow Daily Dilbert (2)

Thumb
Retrieves the Daily Dilbert image ....to start the day with

Created: 2007-10-03 | Last updated: 2008-03-06

Workflow ProteinSynonymsToQuery (2)

Thumb
This workflow uses Martijn Schuemie's protein synonym service to produce synonyms and a new query string from the input query term. The service is limited to proteins, enzymes and genes. An input query that is a boolean string will be split and processed, but the boolean logic of the input query will be lost. Workflow URL: http://rdf.adaptivedisclosure.org/~marco/BioAID/Public/Workflows/BioAID/ProteinSynonymsToQuery.xml

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

Credits: User Marco Roos User Martijn Schuemie Network-member AID

Workflow Termine with c-value threshold (1)

Thumb
This workflow accepts a list of sentences from a single document and returns the terms found by the TerMine web service. It also allows you to set a threshold c-value score so that only terms with a user-controlled probability (of being a real term) are returned as an output.   To get sentences to supply to this workflow you can use the sentence splitting workflow.  The TerMine service (used in this workflow) only accepts text in ASCII encoding, so you should also use the Clean p...

Created: 2010-02-19 | Last updated: 2011-12-13

Credits: User James Eales

Workflow PDF to plain text (1)

Thumb
This workflow will extract the plain text content of PDF files supplied to the input port.  You can connect the Load PDF from directory workflow to this workflows input. We recommend you send the output from this workflow to the Clean plain text workflow, because the PDF to text process can add characters into the text that are XML-invalid and therefore can not be sent to most services as plain text.  Another way round this problem is to encode the text as Base64 using the handy loc...

Created: 2010-02-19 | Last updated: 2011-12-13

Credits: User James Eales

Workflow Dummy example of looping (3)

Thumb
Example of looping over asynchronous services. The dummy beanshell scripts represents the operations of an asynchronous submit-status-results style service, such as EBI's InterProScan and NCBI Blast. createJob creates a temporary file with the content "0". Filename retuirned as a "job ID". checkStatus reads the job, and return state "RUNNING" as long as the content is less than 10, increasing the number for each call. (As no actual job is being run) getResults reads the file content, with...

Created: 2010-01-27 | Last updated: 2013-10-08

Credits: User Stian Soiland-Reyes

Workflow Phylogeny Bootstrapped Algorithm (2)

Thumb
Bootstrapped sequences algorithm reads in a data set, and produces multiple data sets from it by bootstrap resampling. http://pro.genomics.purdue.edu/cgi-bin/emboss/help/fseqboot

Created: 2010-01-13 | Last updated: 2010-11-17

Credits: User Carol Lushbough

Workflow Pathways and Gene annotations for QTL region (2)

Thumb
This workflow searches for genes which reside in a QTL (Quantitative Trait Loci) region in the Pig, Sus scrofa. 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 pathway ...

Created: 2009-11-20 | Last updated: 2009-11-20

Credits: User Paul Fisher

Attributions: Workflow Pathways and Gene annotations for QTL region

Workflow SigWin-detector Config-Basic (2)

Thumb
Detects significant windows in a sequence. Input: A space-delimited file with (at least) one column containing the input sequence E= {E1, E2, …, EN}. A two-line header should precede the data. Input file example. Output: (1) A file containing the detected significant windows for each label. Each data row represents a stretch of consecutive significant windows. Column 1 gives the window size and columns 2 and 3 give the first and last significant windows in the stretch. Output file e...

Created: 2009-10-09 | Last updated: 2010-04-23

Credits: User Adambel

Workflow DNA sequence analysis pilot (1)

Thumb
  http://amc-app1.amc.sara.nl/twiki/bin/view/         Workflow-based  DNA sequence analysis on the Dutch Life Science Grid, presented as Application Showcase at the NBIC Conference 2009, Lunteren, The Netherlands, 17 & 18 March 2009. http://www.biomedgrid.it/programme may 15th 2009. Hands on workflow: grid-enabled medical imaging  (Johan Montagnat – Tristan Glatard)  

Created: 2009-07-10 | Last updated: 2009-11-30

Credits: User Angela Luijf User Glatard

Workflow Using CQL to query protein sequence data (1)

Thumb
To query protein sequence infomation out of 3 caGrid data services: caBIO, CPAS and GridPIR Adapted from http://www.myexperiment.org/workflows/600

Created: 2009-05-07

Credits: User Stian Soiland-Reyes

Attributions: Workflow Using CQL to query protein sequence data

Workflow DOI Record Generator (1)

Thumb
This workflow generates DOI record files for deposit, using data set metadata for the FLOSSmole project. It reads in an input file generated from a SQL query from an eprints database, and transforms the parts of the source file as necessary to create a comprehensive DOI deposit record. It also generates DOIs for the data sets. These metadata are inserted into an XML record template (based on the std-doi.xsd schema) and the individual resources are aggregated into a single file.

Created: 2009-04-29

Credits: User Andrea Wiggins

Attributions: Workflow Data Set Metadata Generator

Workflow Run XMPP cloud services. (2)

Thumb
Basic workflow indicating how a XMPP service can be called with XML input and output. Source code for the activity is available from: github.com/egonw/xws-taverna/tree/master That page explains you how to install the plugin you must install on top of Taverna 2.0. The workflow will not work otherwise.

Created: 2009-04-25 | Last updated: 2010-03-22

Credits: User Egon Willighagen

Workflow Workflow Pattern - Structured Discriminato... (1)

Thumb
This workflow is an alternative 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 for the same data group. Other tokens on the place "begin" can be processed recurrently if they belong to another data group. Please note that the transitions "C" and "ignore" have different priorities (not shown in the graph) that make the net determ...

Created: 2009-01-20

Credits: User Andreas Hoheisel

Workflow Workflow Pattern - Structured Loop (C) (2)

Thumb
This workflow is a GWorkflowDL representation of a structured loop that counts from 0 to 99.   This workflow is equivalent to the following pseudo code: for ( i:=0; i Please remark that this demonstration workflow does not invoke any external services at all.

Created: 2008-12-09

Credits: User Andreas Hoheisel

Attributions: Workflow Workflow Pattern - Structured Loop (B)

Workflow Download pathways for external references ... (2)

Thumb
Takes a list of external references to genes/proteins/metabolites, finds all pathways on WikiPathways that contain one of the given genes/proteins/metabolites and downloads them in a given file format.

Created: 2008-11-14

Credits: User Thomaskelder

Attributions: Workflow CloneItemsInList

Uploader

Workflow AppendToFile (2)

Thumb
Processor to add content to a (existing)  file. The content is added to the end of the file. The inputs: Filename: the file name of a file, if the file does not exists, a new file is added Content: the string to append NewLine [default = true]: if true, a newline is added to the end of the line (useful if you want to add a record each time)   The processor supports Multi-Threading since version 2.

Created: 2008-11-11 | Last updated: 2008-11-11

Credits: User Wassinki

Uploader

Workflow Blat against ENSEMBLE Danio_rerio_Genome (1)

Thumb
The blat workflow invokes the blat services provided at www.bioinformatics.nl (author Pieter Neerincx). As input, it takes a database name (for example, Danio_rerio_Genome for Zebra Fish) and one or more sequences in Fasta format. The output will be a tab separated output of the blat. An eValue string constant is added to filter on the e-Value. Note, the e-Value is not exactly the same as the blast e-Value. To run this workflow, a certificate to access www.bioinformatics.nl needs to instal...

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

Credits: User Wassinki

Workflow Data Set Metadata Generator (1)

Thumb
This workflow generates ePrints XML import files with data set metadata for the FLOSSmole project. It reads in an input file generated from a Notre Dame SourceForge dump SQL query and uses regular expressions to parse the filename for the data set's source repository, download URL, and basic description. It also translates the epoch date into a sql format suitable for import, and the file size from bytes into larger units, e.g. GB, MB, etc. These data are inserted into an XML eprint record te...

Created: 2008-08-19 | Last updated: 2008-08-19

Credits: User Andrea Wiggins

Workflow Retrieve Protein Sequence (1)

Thumb
Retrieves a protein sequence in Fasta format from GenBank, given a GenBank identifier. Example input for this workflow is: EDL10223.1

Created: 2008-07-30 | Last updated: 2009-12-03

Credits: User Katy Wolstencroft

Workflow Fasta_string_to_fasta_list (1)

Thumb
Split a string containing a set of sequences in fasta format into a list for fasta formated sequences.

Created: 2008-06-06

Credits: User Hamish McWilliam

Workflow EBI_FASTA (1)

Thumb
Run a FASTA or SSEARCH sequence similarity search using the EBI's WSFasta service (see http://www.ebi.ac.uk/Tools/webservices/services/fasta). Note: the WSFasta service used by this workflow is deprecated as of 21st September 2010 and should not be used in any new development. This service is will be retired during 2011. EBI's replacement FASTA services (REST or SOAP) should be used instead.  

Created: 2008-05-30 | Last updated: 2010-12-06

Credits: User Hamish McWilliam

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.  I just uploaded this example so I can play around with the myexperiment api.

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

Credits: User Alan Williams

Attributions: Workflow Fetch today's xkcd comic

Workflow Unique tags (2)

Thumb
This workflow takes a comma separated list of tags and removes duplicate entries. Tags may have multiple words in them. An example string is "carrots,handbags,carrots,cheese".

Created: 2008-03-11 | Last updated: 2008-03-11

Credits: User Don Cruickshank

Attributions: Blob Viking boat

Workflow Fetch PDB flatfile from RCSB server (1)

Thumb
Given aPDB identifier such as '1crn', this workflow fetches the PDB format flatfile from the RCSB

Created: 2008-01-25 | Last updated: 2008-03-05

Credits: User Katy Wolstencroft

Uploader

Workflow Retrieve SNPs from regions around known genes (1)

Thumb
Given a list of Gene IDs this workflow will query against the Ensembl human genome data to fetch the genomic region for each gene, extend that region by 1000bp in each direction and use this set of ranges, one per gene, to build a query against dbSNP to return the SNP identifier and location information (chromosome name, strand and position)

Created: 2007-11-07

Workflow Example of a conditional execution workflow (2)

Thumb
If the input is true the workflow returns the temperature in Celsius, if false the temperature in Fahrenheit is returned.

Created: 2007-10-03 | Last updated: 2008-01-27

Workflow BLASTP with simplified results returned (2)

Thumb
This workflow Performs a blastp search on protein sequence, extracts sequence id within the blast report and retrives the corresponding seuqences.

Created: 2007-10-03 | Last updated: 2008-03-06

Workflow Parse UniProt text file (2)

Thumb
This workflow performs a search through the SRS linking system to find the text files for a particular UniProt identifier. This UniProt text file is then parsed to extract a small list to summarise the file, primarily consisting of external identifiers. Example input for this workflow is: O35613

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

Workflow Remove null values (2)

Thumb
This workflow removes any null values from a list of strings

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

Workflow DOI2PMID (2)

Thumb
Converts Digital Object Identifiers into their corresponding PubMed identifiers, if they exist.

Created: 2007-10-03

Workflow NCBI Gi to Kegg Pathways (1)

Thumb
User inputs background and foreground colour to be used to highlight proteins in KEGG pathway image. User provides NCBI GI numbers. Worflow calculates KEGG ID and pathway ID and sends value to colour service, which adds colour to that KEGG id on pathway image. Also outputs kegg description, pathway description and url of image.

Created: 2010-03-19 | Last updated: 2010-03-19

Credits: User Ian Laycock Network-member nclteamc

Attributions: Workflow color_pathway_by_objects Workflow NCBI Gi to Kegg Pathways

Workflow find events in xray and radio (7)

Thumb
instruments: hessiEC, phoenix2 attention: hessi name has changed!

Created: 2010-03-16 | Last updated: 2010-03-16

Credits: User Anja Le Blanc

Workflow Fetch PDB flatfile from RCSB server (1)

Thumb
Given an identifier such as '1crn' fetches the PDB format flatfile and returns the corresponding 3D image of the protein.

Created: 2009-07-03 | Last updated: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow Fetch PDB flatfile from RCSB server Workflow Fetch PDB flatfile from RCSB server

Uploader

Workflow Analysing workflows (3)

Thumb
This workflows analyses workflows stored at the myExperiment site. It is used in the paper submitted to the Workshop on Scientific Workflow 2009. The workflow shows the task usage in the Taverna workflows stored at the myExperiment site The amount of services used The amount of local processors used The amount of scripting tasks The amount of sub workflows Furthermore it classifies the local services based on their intended function. The workflow has two inputs: ...

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

Credits: User Wassinki User Pieter Neerincx User Katy Wolstencroft User Marco Roos

Workflow AffyArrayNormalization (2)

Thumb
The AffyArrayNormalization web services normalise raw Affymetrix GeneChip data. They are wrappers around Philip de Groot's normalization R script to provide remote programmatic access. This example workflow demonstrates the use of the AffyArrayNormalization services. The flow is as follows: A client executes the AffyArrayNormalization_submit service with two inputs: a User object and a collection of URLs linking to CEL files. The User object contains a user ID, a password and an ...

Created: 2009-02-16 | Last updated: 2009-02-16

Credits: User Pieter Neerincx User Philipg

Workflow MediGRID FEAT Workflow (1)

Thumb
This workflow is a translation of the VLeMed workflow to the GWorkflowDL format, which is used in MediGRID. The translation of the "cross product" iteration strategy is currrently under work and not yet finished. So this workflow only varies the parameters p1, p2, and p3.

Created: 2009-02-13

Credits: User Andreas Hoheisel

Attributions: Workflow feat_workflow

Workflow FLOSS Communication Centralization Plot, U... (2)

Thumb
The analysis in this workflow represents the basis of the analysis in our paper, Social dynamics of FLOSS team communication across channels. This workflow uses WSDL components to select periodized data from the FLOSSmole database and generate sociomatrices. The workflow parses the threaded list structure into a communication network based on reply-to relationships. In the analysis process, an unit weighting is applied to the edges. The weighted sociomatrices are then dichotomized according ...

Created: 2009-02-07

Credits: User Andrea Wiggins User Crowston User James Howison

Workflow What is known about HIV using Bio2RDF's SP... (2)

Thumb
To answer this question Bio2RDF Atlas about mouse and human genome sparql endpoint available at http://atlas.bio2rdf.org/sparql is searched.  The selected URIs are then loaded into your local Virtuoso triplestore at http://localhost:8890/sparql. You must enable insert mode into the graph. Once the mashup is built, two SPARQL queries analyze the obtained graph.  Finally you can submit queries to the RDF mashup about HIV as you like.  Enjoy. This is the queries present in t...

Created: 2009-02-05 | Last updated: 2009-02-05

Credits: User Francois Belleau

Uploader

Workflow BlatBlastCombi (2)

Thumb
This workflow combines the blat and blast workflows. It takes as input a database name (Danio_rerio_Genome for Zebra Fish for example) and and a set of Fasta sequences. It first tries to perform a blat (at www.bioinformatics.nl). When this service returns nothing, a blast is done (also at www.bioinformatics.nl). The resulting reports are combined.   To run this workflow, a certificate to access www.bioinformatics.nl needs to installed (Some services use an SSL connection). Look at the ...

Created: 2009-02-03 | Last updated: 2009-02-03

Credits: User Wassinki

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

Workflow Demo of statistics webservice invoked from... (1)

This "spreadflow" was created by searching Seekda for a statistics webservice, adding it using "Web Services References" in Excel, and creating a simple VBA module to implement the corresponding Excel functions (sum, average, standard deviation etc) . The module simply gathers data from the cells to build an array of doubles that can be passed to the webservice. For more details about adding webservices to Excel see the inchidemo workflow http://www.myexperiment.org/workf...

Created: 2009-03-29

Credits: User David De Roure

Workflow Workflow Pattern - Structured Discriminato... (1)

Thumb
This workflow is an alternative 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. The pattern is resets if both, A and B have been invoked. Please note that the transitions "C", "ignore", and "release" have different priorities (not shown in the graph) that make the net deterministic (except the occurrence of "A" and &q...

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

Credits: User Andreas Hoheisel

Uploader

Workflow Using CQL to query protein sequence data (1)

Thumb
To query protein sequence infomation out of 3 caGrid data services: caBIO, CPAS and GridPIR. Scientific value To query protein sequence information out of 3 caGrid data services: caBIO, CPAS and GridPIR. To analyze a protein sequence from different data sources. Steps Querying CPAS and get the id, name, value of the sequence. Querying caBIO and GridPIR using the id or name obtained from CPAS.    

Created: 2008-12-05 | Last updated: 2009-07-14

Credits: User Wei Tan

Workflow Workflow Pattern - Simple Merge (XOR-Join) (1)

Thumb
This workflow is a GWorkflowDL representation of a simple merge (XOR Join) that invokes C when either A or B has been invoked. The structure of the GWorkflowDL representation of a simple merge is identical to the multi merge pattern!

Created: 2008-12-03 | Last updated: 2009-01-19

Credits: User Andreas Hoheisel

Uploader

Workflow Blast against ENSEMBLE Danio_rerio_Genome (1)

Thumb
This workflow invokes the blast service provided at www.bioinformatics.nl, written by Pieter Neerincx. The workflow takes as input a database name (Danio_rerio_Genome for Zebra Fish for example) and a set of sequences in fasta format. The blast service is invoked (using polling) and the result is a tab separated blast report.   To run this workflow, a certificate to access www.bioinformatics.nl needs to installed (Some services use an SSL connection). Look at the link below how to ins...

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

Credits: User Wassinki

Workflow EBI_Fetch_InterPro_Matches_UniParc (1)

Thumb
For a UniParc (see http://www.ebi.ac.uk/uniprot/database/DBDescription.html#uniparc) identifier/accession fetch the assocated InterPro Matches from SRS@EBI (see http://srs.ebi.ac.uk/srsbin/cgi-bin/wgetz?-page+LibInfo+-lib+IPRMC_UNIPARC).

Created: 2008-06-08

Credits: User Hamish McWilliam

Uploader

Workflow selectworker (1)

Thumb
This workflow shows how the selectData beanshell script can be used to select items from a given list for analysis by downstream processors. Use Control and left mouse click to select multiple items.

Created: 2008-03-25 | Last updated: 2008-03-25

Credits: User Peter Li

Workflow GeneIlluminator_GetPubMedQuery (2)

Thumb
Example workflow demonstrating how to use GeneIlluminator_GetPubMedQuery, a synchronous BioMOBY service for gene symbol disambiguation. If a gene symbol is ambiguous this service uses GeneIlluminator to create clusters describing which different genes, sharing the same symbol, exist in different parts of the tree of life. GeneIlluminator provides also aliases associated to the input gene symbol. Finally, using the cluster characteristics it creates a boolean PubMed query that could be used to...

Created: 2008-02-27 | Last updated: 2008-03-03

Credits: User Pieter Neerincx User Alako

Workflow GeneIlluminator_Disambiguate (2)

Thumb
Example workflow demonstrating how to use GeneIlluminator_Disambiguate, a synchronous BioMOBY service for gene symbol disambiguation. If a gene symbol is ambiguous this service provides GI_Clusters describing which different genes, sharing the same symbol, exist in different parts of the tree of life. Provides also gene symbol aliases associated to the input gene symbol. (This is the same output as the one from the GeneIlluminator_GetClusters service.) In addition this service takes an Organi...

Created: 2008-02-27 | Last updated: 2008-03-03

Credits: User Pieter Neerincx User Alako

Workflow ExampleWorkflow1 (2)

Thumb
This workflow was created based on the Leeds Taverna Workshop 2008-02-04 material developed by Katy.

Created: 2008-02-04 | Last updated: 2008-02-04

Credits: User Katy Wolstencroft

Workflow Extract_proteins (2)

Thumb
This workflow filters protein_molecule-labeled terms from an input string(list). The result is a tagged list of proteins (disregarding false positives in the input). Internal information: This workflow is a copy of 'filter_protein_molecule_MR3' used for the NBIC poster (now in Archive).

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

Credits: User Marco Roos

Workflow Discover_entities (2)

Thumb
This workflow contains the 'Named Entity Recognize' web service from the AIDA toolbox, created by Sophia Katrenko. It can be used to discover entities of a certain type (determined by 'learned_model') in documents provided in a lucene output format. Known issues: The output of NErecognize contains concepts with / characters, breaking the xml. For post-processing its results it is better to use string manipulation than xml manipulations. The output is per document, which means entities will ...

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

Credits: User Marco Roos User Sophia katrenko Network-member AID

Workflow TestIteratorStrategy_withCloning (2)

Thumb
This workflow implements a strategy for this problem: > I would like to perform an iteration including a dot product between > a list and a list of lists; example: > Input: > > [1] (1) > [A,B,C] (2) > [[a,b],[c,d],[e,f]] (3) > > Desired output: > > [1Aa, 1Ab, 1Bc, 1Bd, 1Ce, 1Cf] In this implementation a java beanshell is used to clone the items in list 2 as many times per item as there are items in the sublists of list 3. The iteration stra...

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

Credits: User Marco Roos

Workflow kegg_gene_to_swissprot_identifier (1)

Thumb
Takes a KEGG gene identifier, e.g. sce:YAL038W (yeast pyruvate kinase) and converts to the corresponding Swissprot identifier.

Created: 2007-11-27 | Last updated: 2007-11-28

Credits: User Sirisha Gollapudi

Workflow BioAID_Discover_proteins_from_text_plus_sy... (1)

Thumb
This workflow discovers proteins from plain text and adds synonyms using Martijn Schuemie's proteins synonym service. Proteins are discovered with the AIDA 'Named Entity Recognize' web service by Sophia Katrenko (service based on LingPipe), from which output it filters out proteins. The Named Recognizer services uses the pre-learned genomics model, named 'MedLine', to find genomics concepts in plain text.

Created: 2007-11-15

Credits: User Marco Roos User Martijn Schuemie Network-member AID

Uploader

Workflow Query Maxd microarray database (1)

Thumb
Retrieves data from the maxd database given name of data set

Created: 2007-11-14 | Last updated: 2007-11-22

Credits: User Peter Li

Workflow pELM_getInstance_Return_Seq (2)

Thumb
Simple workflow to retrieve the sequence of a phospho.ELM entry given the Instance identifier. Input requires xml as the namespace is not correctly handled by the xml splitter. Example input: I000299 Further outputs can easily be added, most are text with some xml. See list in InstanceXML.

Created: 2007-10-03 | Last updated: 2008-05-02

Credits: User Niall Haslam

Workflow getFragWithClosure (2)

Thumb
Bit of a hack, but it works now, adds trailing "%90" to the output.

Created: 2007-10-03

Workflow getFragWithClosure (2)

Thumb
getFragment with closure "workflow", actually just one service, but need example inputs for smiles string, group and closure parameters.

Created: 2007-10-03

Workflow MrBayesPPtest (13)

Thumb
robust connection

Created: 2013-12-11 | Last updated: 2014-11-27

Workflow ConsensusTree (15)

Thumb
robust interaction

Created: 2013-12-11 | Last updated: 2014-11-27

Workflow ConVergenceTreeDiagnosticGeoKS (15)

Thumb
robust interaction

Created: 2013-12-11 | Last updated: 2014-11-27

Uploader

Workflow Building a knowledge base for data mining ... (7)

Thumb
Scientifi c workflow for creating the knowledge base. 

Created: 2013-10-03 | Last updated: 2018-09-20

Credits: User respinosa

Attributions: Workflow Measuring data quality criteria in arff files Workflow Data Mining Algorithms

Workflow G-language Genome Analysis Environment - R... (2)

Thumb
This workflow displays a documentation of G-language GAE programs. If you input the "keywords", this workflow searches for the keyword through the documentations. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

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

Credits: User cory (Kazuki Oshita)

Workflow microRNA to KEGG Pathways and Abstracts (1)

Thumb
Workflow takes in a text file of microRNAs from microCOSM (at the EBI) and outputs a list of KEGG pathway information, including genes in pathways and pathway abstracts from PubMed. The results can then be used in various text mining applications/workflows to rank the results against a given disease.Workflow takes in a file of microRNAs

Created: 2010-03-17

Credits: User Paul Fisher

Attributions: Workflow Pathways and Gene annotations for QTL region

Workflow Sentence splitting (1)

Thumb
This workflow will attempt to split up text into sentences, returning a list of sentences to the output port.  The sentence splitting service makes use of the OpenNLP sentence detector and has been trained to work on english text. This workflow can be used to provide input to the Termine with c-value threshold workflow. This is a workflow component, designed to be used as a nested workflow inside a larger text mining or text processing workflow.

Created: 2010-02-19 | Last updated: 2011-12-13

Credits: User James Eales

Workflow DataBiNS with Kegg ID (3)

Thumb
Consumes a KEGG gene id and mines for pathway, GO, PubMed and SNP information about that gene

Created: 2009-07-09 | Last updated: 2010-11-22

Credits: User Mark Wilkinson User Fong Chun Chan

Workflow Arabidopsis thaliana Microarray Analysis (1)

Thumb
This workflow searches for genes which are found to be differentially expressed in a microarray study using Arabidopsis thaliana. The workflow requires an input of a list of differentially expressed AffyMetrix Probeset identifiers. Data is then extracted from BioMart to annotate each of the genes. The 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 pathway database.

Created: 2009-07-08

Credits: User Paul Fisher

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: 2009-07-03 | Last updated: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow A workflow version of the EMBOSS tutorial

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: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow Fetch today's xkcd comic

Workflow Biomart and EMBOSS analysis (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: 2009-07-03 | Last updated: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow BiomartAndEMBOSSAnalysis

Uploader

Workflow EBI InterproScan T2 (1)

Thumb
This T2 version of the Interpro scan workflow is an example of the while loop in action. This is used to poll the async EBI service for the result (busy waiting)

Created: 2009-06-30 | Last updated: 2009-06-30

Credits: User Stian Soiland-Reyes User Katy Wolstencroft

Attributions:

Workflow DOI Files (1)

Thumb
This workflow generates additional files required for handling DOI creation: the DOI URL mapping required for the DOI deposit, and a set of sql update statements to insert the DOIs into an eprints database. Note that it is extremely important for this workflow to use the same CSV file as was used with the DOI record generator, as well as the same seed number.

Created: 2009-06-05

Credits: User Andrea Wiggins

Attributions: Workflow DOI Record Generator

Uploader

Workflow KEGG Gene IDs to KEGG Pathways (1)

Thumb
this is a simplified version of Paul's workflow (linked?) that is designed to be provenance-friendly

Created: 2009-06-04 | Last updated: 2010-01-07

Credits: User Paolo

Attributions: Workflow Pathways and Gene annotations for QTL region

Uploader

Workflow Test SOAP/WSDL Service Availability (1)

Thumb
This workflow tests for all Taverna workflows stored at myExperiment wether the SOAP/WSDL services used still exists. For each SOAP/WSDL service it checks wether the WSDL file is still accessible and whether the operation is still exists. The output is among others a report of accessible services and operation, operations which WSDL file is not accessible, operations which WSDL file still exists, but the operation is not defined anymore. The last set needs to be checked by hand, because...

Created: 2009-05-29

Credits: User Wassinki

Uploader

Workflow Index MyExperiment Workflow (2)

Thumb
This workflow uses AIDA components to index all of the workflows on MyExperiment. First, it lists and downloads each workflow's xml file. Then, the titles and descriptions are parsed and submitted to an Indexer webservice. After it's finished, your index will be searchable by visiting http://aida.science.uva.nl:9999/search.

Created: 2009-05-26 | Last updated: 2009-05-27

Credits: User Edgar

Workflow GATE Monte-Carlo simulations (3)

Thumb
Application description is found in the following papers: Jan S et al, GATE: a simulation toolkit for PET and SPECT. Phys. Med. Biol. 49 (2004) 4543-4561 Sarrut D. and Guigues L. Region-oriented CT image representation for reducing computing time of Monte Carlo simulations. Med Phys. 35(4):1452-1463. 2008 Two components (fgate and merge, merge being disabled in experiments conducted for the heteropar and JGC papers) are run on the EGEE grid. A quite elaborated workflow is ma...

Created: 2009-05-23 | Last updated: 2009-08-13

Credits: User Glatard

Workflow MassBank to KEGG (1)

Thumb
Workflow that queries MassBank DB to retrieve database identifiers (KEGG, PubChem, InChI) and continue search with them to retrieve pathways from KEGG for given compound identifier,searches PubChem via eutils and PUG, queries ChemSpider for compound information and image. Note: Usage of ChemSpider web services requires a valid security token - receive one by registering at ChemSpider (look at your profile to see your token)

Created: 2009-03-30 | Last updated: 2009-03-30

Credits: User Michael Gerlich

Workflow Download pathways for external references ... (2)

Thumb
Takes a list of external references to genes/proteins/metabolites, finds all pathways on WikiPathways that contain one of the given genes/proteins/metabolites and downloads them in a given file format.

Created: 2009-02-03

Credits: User Thomaskelder

Uploader

Workflow feat FSL group analysis (1)

Thumb
This workflow is to be run on results obtained from this one (couldn't manage to find a clean solution for merging those two in Scufl). Processor "feat_group": 1. builds the experiment intput (design) file from template and input parameters 2. calls feat FSL Processor "roi" reads activation maps produced by feat_group, extract a region of interest and compute the mean, stdev, max and min activation within it. Here is a sample input in VBrowser's XML dialect. Below is...

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

Credits: User Glatard

Results per page:
Sort by: