All content

Search filter terms
Filter by category
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 4527 results. Use the filters on the left and the search box below to refine the results.

Workflow getInchIfromMassBankPeaklist_ChemSpider_wo... (2)

Thumb
uses InChI's retrieved from a MassBank peaklist query to get compound information about those compounds via querying ChemSpider for information and displaying those results with image

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

Credits: User Michael Gerlich

Workflow EBI_TCoffee (1)

Thumb
Perform a multiple sequence alignment using T-Coffee (see http://www.tcoffee.org/). The EBI's WSTCoffee web service (see http://www.ebi.ac.uk/Tools/webservices/services/tcoffee) is used. Note: the WSTCoffee 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 T-COFFEE services (REST or SOAP) should be used instead.  

Created: 2008-06-03 | Last updated: 2010-12-06

Credits: User Hamish McWilliam

Workflow EBI_MUSCLE (1)

Thumb
Perform a multiple sequence alignment using the MUSCLE tool (see http://www.drive5.com/muscle/). The EBI's WSMuscle web service (see http://www.ebi.ac.uk/Tools/webservices/services/muscle) is used. Note: the WSMuscle 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 MUSCLE services (REST or SOAP) should be used instead.  

Created: 2008-06-03 | Last updated: 2010-12-06

Credits: User Hamish McWilliam

Uploader

Blob Taverna tutorial

Created: 2008-03-03 11:05:24 | Last updated: 2008-03-03 11:20:45

Credits: User Franck Tanoh User Katy Wolstencroft

License: Creative Commons Attribution-Share Alike 3.0 Unported License

A step by step guide on how to build workflows in Taverna. This tutorial is designed for any background. i welcome your comments and suggestions.

File type: PowerPoint presentation

Comments: 4 | Viewed: 495 times | Downloaded: 682 times

Tags:

Uploader

Blob Smiles Search of ChemSpider

Created: 2008-02-27 16:21:30 | Last updated: 2012-01-12 21:12:15

Credits: User Paul Dobson

License: Creative Commons Attribution-Share Alike 3.0 Unported License

A Pipeline Pilot protocol to search ChemSpider by structure (smiles string) to illustrate use of the ChemSpider wsdl

File type: XML

Comments: 0 | Viewed: 533 times | Downloaded: 242 times

Tags:

Workflow GeneIlluminator_GetGraph (2)

Thumb
Example workflow demonstrating how to use GeneIlluminator_GetGraph, 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, a graphical overview of the clusters and gene symbols is created in SVG format and returned to ...

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

Credits: User Pieter Neerincx User Alako

Workflow GeneIlluminator_GetClusters (2)

Thumb
Example workflow demonstrating how to use GeneIlluminator_GetClusters, 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. (Use GeneIlluminator_GetGraph for a graphical representation of the clusters or GeneIlluminator_Disambiguate to get the mos...

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

Credits: User Pieter Neerincx User Alako

Workflow Get cities by country name (1)

Thumb
Get all the cities supported by the 'Get Weather info' workflow.... just enter your country name as input.

Created: 2008-02-15

Credits: User Franck Tanoh

Workflow Get weather information (1)

Thumb
Get the weather forcast of the day for you city. Info display: wind, visibility, temperature, sky conditions and pressure. The default value is my home town. To find out any supported city run the 'Get cities by country name' workflow

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

Credits: User Franck Tanoh

Workflow Demo_DiseaseDiscovery_byHumanUniprot_scaffold (1)

Thumb
This workflow finds disease relevant to the query string via the following steps: A user query: a list of terms or boolean query - look at the Apache Lucene project for all details. E.g.: (EZH2 OR "Enhancer of Zeste" +(mutation chromatin) -clinical); consider adding 'ProteinSynonymsToQuery' in front of the input if your query is a protein. Retrieve documents: finds 'maximumNumberOfHits' relevant documents (abstract+title) based on query (the AIDA service inside is based on Apache's Lucene)...

Created: 2007-12-10

Credits: User Marco Roos Network-member AID

Workflow Retrieve_documents_MR1 (1)

Thumb
This workflow applies the search web service from the AIDA toolbox. Comments: This search service is based on lucene defaults; it may be necessary to optimize the querystring to adopt the behaviour to what is most relevant in a particular domain (e.g. for medline prioritizing based on publication date is useful). Lucene favours shorter sentences, which may be bad for subsequent information extraction.

Created: 2007-12-10

Credits: User Marco Roos User Edgar Network-member AID

Workflow Lucene_bioquery_optimizer_MR1 (1)

Thumb
This workflow does four things: it retrieves documents relevant for the query string it discovers entities in those documents, these are considered relevant entities it filters proteins from those entities (on the tag protein_molecule) it removes all terms from the list produced by 3 (query terms temporarily considered proteins) ToDo Replace step 4 by the following procedure: 1. remove the query terms from the output of NER (probably by a regexp matching on what is inside the tag, ...

Created: 2007-12-10

Credits: User Marco Roos Network-member AID

Workflow TestIteratorStrategy_withNesting (1)

Thumb
Implementation of the iteration workaround by Tom Oin conform the Q&A below. The nested workflow 'NestedProcessor' is called that to conform to Tom's explanation. For an alternative solution using a java beanshell to clone list items see 'TestIteratorStrategy_withCloning. This workflow implements the following Q&A: Marco Roos wrote: > Dear Taverna user, > > Issue 1: Complex iteration > > I would like to perform an iteration including a dot product between > a list and a list of li...

Created: 2007-11-29

Credits: User Marco Roos User Tomoinn

Workflow TestIterator (1)

Thumb
Workflow to experiment with list iteration strategies. Look at metadata of nested workflow 'Concatenate' to see the current iteration strategy.

Created: 2007-11-28

Credits: User Marco Roos

Workflow ChEBI-get_synonyms (2)

Thumb
This workflow takes a list of entity names separated by a newline and queries the ChEBI database for synonyms. Thanks to Paul Fisher for resolving the problems with the XML Splitter by using an XPath statement to retrieve synonyms.

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

Credits: User Sirisha Gollapudi

Uploader

Blob Viking boat

Created: 2007-11-07 11:46:06 | Last updated: 2008-02-06 12:02:05

Credits: User Don Cruickshank

License: Creative Commons Attribution-No Derivative Works 3.0 Unported License

This boat is alongside the largest remaining section of Southampton's city wall, next to the Grand Harbour hotel. The sand and blue coloured stone sections on the ground represent the original beach and waterline before the land was reclaimed.

File type: Progressive JPEG image

Comments: 0 | Viewed: 261 times | Downloaded: 1 time

Tags:

Workflow Picture of me (2)

Thumb
If you enter http://www.cs.man.ac.uk/~goderisa as input I smile back at you as output.

Created: 2007-10-03

Workflow TreeVisualizationItol (11)

Thumb
robust interaction

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

Workflow SelectingEvolutionaryModelWithPartFinder (19)

Thumb
BioVeL – Biodiversity Virtual e-Laboratory Workflow Documentation Name:Perform Short Bayesian Phylogenetic Inference Capacities Programme of Framework 7: EC e-Infrastructure Programme – e-Science Environments - INFRA-2011-1.2.1 Grant Agreement No: 283359 Project Co-ordinator: Mr Alex Hardisty Project Homepage: [http://www.biovel.eu][1] [1]: http://www.biovel.eu ## 1 Description The Pack contain 3 workflows that perform and validate bayesian phylogenetic i...

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

Uploader
Project Biovel

Workflow BioVeL ESW STACK - ENM Statistical Workflo... (5)

Thumb
The ENM Statistical Stack Workflow (ESW STACK) allows the computation of the extent, intensity and a cummulated potential species distribution through computation of an average sum layer from the input raster layers using the R statistical environment (R Core Team 2013). The sum layer is computed from all input files. e.g from different distribution of species as a mean value from each corresponding raster cell values, coming from the Ecological Niche Modelling (ENM) Workflow (http://www.myex...

Created: 2013-10-13 | Last updated: 2016-06-22

Credits: User Robert Kulawik

Results per page:
Sort by: