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 83 results. Use the filters on the left and the search box below to refine the results.
Type: Taverna 2 Tag: example

Workflow What is Paget's disease sparql query example (3)

Thumb
SELECT distinct ?s1 FROM <http://atlas.bio2rdf.org/sparql> WHERE {   ?s1 ?p1 ?o1 .   ?o1 bif:contains "paget" .   FILTER( regex(?s1, "omim")   OR regex(?s1, "geneid") OR regex(?s1, "uniprot")) }   followed by SELECT ?type1, count(*) FROM <http://localhost:8890/sparql> WHERE {   ?s1 ?p1 ?o1 .   ?o1 bif:contains "paget" .   ?s1  

Created: 2009-01-20

Credits: User Francois Belleau

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 Execute GWorkflowDL workflow using Taverna... (1)

Thumb
This workflow makes use of the "Grid Workflow Execution Service" (GWES) in order to exececute a GWorkflowDL workflow by means of the Taverna Workbench 2. As the GWES is deployed as a regular SOAP service, the WSDL can be imported as a normal service into the Taverna Workbench. This workflow contains all the input parameters as string constants, so it can be started right away without user inputs.

Created: 2009-06-30

Credits: User Andreas Hoheisel

Attributions: Workflow Execute GWorkflowDL workflow using Taverna 2

Workflow Execute GWorkflowDL workflow using Taverna 2 (1)

Thumb
This workflow makes use of the "Grid Workflow Execution Service" (GWES) in order to exececute a GWorkflowDL workflow by means of the Taverna Workbench 2. As the GWES is deployed as a regular SOAP service, the WSDL can be imported as a normal service into the Taverna Workbench.

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

Credits: User Andreas Hoheisel

Workflow EBI_NCBI_BLAST (4)

Thumb
This workflow performs an NCBI blast at the EBI. It accepts a protein sequence as input. Default values have been set for the search database (Uniprot), the number of hits to return (10), and all scoring and matrix options. These can be changed in the workflow by altering the string constant values if required. This workflow uses the new EBI services. They are asynchronous and so require looping over the nested workflow (Status) until the workflow has finished. Many of the EBI services now wo...

Created: 2011-01-17 | Last updated: 2013-05-30

Credits: User Katy Wolstencroft User Hamish McWilliam

Attributions: Workflow EBI_NCBI_BLAST

Uploader

Workflow caDSR Data service query in caGrid (3)

Thumb
This workflow is used as an example in this wiki article: https://wiki.cagrid.org/display/knowledgebase/How+to+Create+CaGrid+Workflow+Using+Taverna+2   Tested with Taverna 2.1.2 as of 6/10/2010

Created: 2010-05-25 | Last updated: 2010-06-11

Credits: User Wei Tan

Uploader

Workflow An example workflow with WSRF service (1)

Thumb
An example workflow with WSRF service The service used is http://sidgrid.ci.uchicago.edu:8100/wsrf/services/CounterService The service is included in Globus toolkit installation (ws-core). If the it is down you can host your own and modify the workflow definition file to point to your own. The workflow first creates a counter instance and adds the value 10 for two times to the same counter. Therefore the result should be 20.

Created: 2009-07-28

Credits: User Wei Tan User Stian Soiland-Reyes

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

Uploader

Workflow chicken_ensembl_gene_id (1)

Thumb
Accepts a chromosome eg. 1 and returns the ensembl gene ids for that chromosome

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

Credits: User Rory

Uploader

Workflow Scoring small molecules for metabolite lik... (2)

Thumb
 Prerequisite:   - CDK -Taverna Plugin 0.5.1 http://www.ts-concepts.de/cdk-taverna2/plugin/ - To run this workflow the atom_signatures file of Natural product(NP), Synthetic Molecules(SM) and query structures are needed - This could be generated from GenerateAtomSignatures.t2flow http://www.myexperiment.org/workflows/2120/download?version=1   Description of input ports : NP_file: needs precomputed Atom_signatures of desired Natural product structu...

Created: 2011-05-13 | Last updated: 2012-03-18

Credits: User Kalai

Results per page:
Sort by: