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.
Uploader
Project Biovel

Workflow select_random_points_based_on_threshold (2)

Thumb
Selects random presence and/or absence points given a threshold and a set of points with the corresponding model values.

Created: 2014-11-13 | Last updated: 2015-05-11

Credits: Network-member BioVeL

Workflow Interactive Service (4)

Thumb
Interactive service is developed to provide an interface for human users to intervene the execution process of scientific workflow. This allows that certain steps in workflow can be operated by human users rather than an end-to-end automatic process. This is helpful for activities in the workflow that currently cannot be executed by automatic process, and for the inspection activities.The workflow here utilized a set of REST web services, HTML pages, authentication services, client ...

Created: 2016-10-26 | Last updated: 2016-10-26

Credits: User Kewei Duan

Workflow repoRead (1)

Thumb
Workflow created to perform a search over the Harvard Dataverse. It can also download datasets linked files.

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

Workflow dataExploration (1)

Thumb
This workflow allows the user to explore and process a dataset file.

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

Workflow modelBuild (1)

Thumb
Using this workflow one can train a softmax regression model (a machine learning algorithm) and the learnt parameters are exported to files.

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

Workflow recommenderSystem (1)

Thumb
Complementary workflow for the modelBuild. It can read the trained model parameters in order to classify samples in another dataset.

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

Workflow profilePublications_over_time (1)

Thumb
This workflow takes a list of arbitrary Europe PMC search queries and generates the corresponding profiles of the number of matching publications per publication year.

Created: 2017-04-19

Credits: User Magnus Palmblad

Workflow searchPublications_and_MapAffil (1)

Thumb
This is a workflow for spatiotemporal analysis of literature indexed in PubMed. The workflow takes an arbitrary Europe PMC search query, calls the Europe PMC Web service searchPublications and extracts the publication year and PubMed ID from the results. The first author affiliation is then geoparsed by the MapAffil Web server to get latitude and longitudes. The coordinates are then concatenated together with the publication year, to produce a single list of publication years, latitudes and ...

Created: 2017-04-19

Credits: User Magnus Palmblad

Workflow Color auto balancing (1)

Thumb
Color auto balancing of RGB image

Created: 2017-05-02

Credits: User Christian S.

Uploader
Project Biovel

Workflow ENM resolution mix - multiple runs version (10)

Thumb
Multiple runs version of the workflow for comparing results of two kinds of ecological niche models: one using only low resolution layers and the other using a random mix of low and high resolution layers. Users select the study region and the environmental variables considered to be the main drivers of a virtual species niche. The workflow is all based on the ENM components, which use the openModeller Web Service (OMWS). After getting initial parameters from the user, the workflow generates ...

Created: 2014-11-13 | Last updated: 2015-05-12

Credits: User Renato De Giovanni Network-member BioVeL

Uploader
Project Biovel

Workflow ENM resolution mix - single run version (6)

Thumb
Single run version of the workflow for comparing results of two kinds of ecological niche models: one using only low resolution layers and the other using a random mix of low and high resolution layers. Users select the study region and the environmental variables considered to be the main drivers of a virtual species niche. The workflow is all based on the ENM components, which use the openModeller Web Service (OMWS). After getting initial parameters from the user, the workflow generates a r...

Created: 2014-11-18 | Last updated: 2015-04-04

Credits: User Renato De Giovanni Network-member BioVeL

Workflow H1-2-H4-SLEEPDEMO (1)

Thumb
H1-2-H4-SLEEPDEMO

Created: 2017-09-11

Credits: User Kasikrit Damkliang

Workflow 8_nested_workflows (1)

Thumb
8_nested_workflows

Created: 2017-09-11

Credits: User Kasikrit Damkliang

Workflow WSDL Calculator (1)

Thumb
Utiliza uma calculadora com métodos disponíveis via WSDL para somar dois números.

Created: 2017-10-10

Credits: User Johnathan Melo Neto

Uploader

Workflow Variant Annotation with VEP (Variant Effec... (1)

Thumb
Here, from a list of g.vcf files, we execute GenotypeGVCFs command line GenotypeGVCFs perform joint genotyping on gVCF files produced by HaplotypeCaller Variant Effect Predictor http://www.ensembl.org/info/docs/tools/vep/script/index.html The VEP determines the effect of your variants (SNPs, insertions, deletions, CNVs or structural variants) on genes, transcripts, and protein sequence, as well as regulatory regions.

Created: 2017-10-19

Credits: User alabarga

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: