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 Tratamento de erro para WSDL (1)

Thumb
Verifica se web service está ativo antes de propriamente executá-lo, como forma de tratamento de erro, enviando mensagem de alerta caso erro ocorra.

Created: 2017-10-30

Credits: User Johnathan Melo Neto

Workflow Predador Presa v1 (1)

Thumb
Envia dois textos e três parâmetros numéricos para um web service, e recebe um texto como saída. O web service implementa um modelo de predador-presa.

Created: 2017-10-30 | Last updated: 2017-10-30

Credits: User Johnathan Melo Neto

Workflow Text search within sparql point (1)

Thumb
This workflow make possible full text search within different sparql point made available by the Bio2RDF project.

Created: 2009-01-19

Credits: User Francois Belleau

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 Author's collaborators according to pubmed (1)

Thumb
SELECT distinct ?s2 FROM <http://atlas.bio2rdf.org/sparql> WHERE {   ?s1 ?p1 ?o1 .   ?o1 bif:contains "author" .   ?s2 ?p2 ?s1 .   FILTER( regex(?s1, "pubmed") ) } followed by SELECT ?creator, count() FROM <http://localhost:8890/sparql> WHERE {   ?s1 ?p1 .   ?s1 ?p2 ?o2 .   FILTER( regex(?o2, "author"))   ?s1 ?creator . } ORDER BY DESC(count())

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

Credits: User Francois Belleau

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 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

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

Workflow Pubmed mashup demo in a Virtuoso triplestore (1)

Thumb
This workflow build a mashup in your local virtuoso server (available at http://localhost:8890/sparql) by downloading the needed pubmed documents from NCBI and by converting them into N3 format.  Once all documents loaded into the triplestore you can query them with SPARQL. For example try those queries : SELECT count(*) WHERE {?s ?p ?o} SELECT ?o, count(*) WHERE {?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?o} Dr Labrie's MeSH subject of interest : SELECT ?o, count...

Created: 2009-02-11

Credits: User Francois Belleau

Workflow Initialize triplestore with Murin's protoc... (1)

Thumb
This workflow initialize the Sesame triplestore with initial data.  The 5 rdfiser in JSP are needed, they are executed on localhost.

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

Credits: User Francois Belleau

Results per page:
Sort by: