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 GetWikiPWByCHEBI (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query for pathways containing a specific Chemical Entities of Biological Interest (ChEBI) identifier. The mapping service behind WikiPathways takes care of the identifier mapping, making sure that all relevant results are found even if they were originally reported using a different identifier scheme.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow AllPW2CHEBI (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all Chemical Entities of Biological Interest (ChEBI) identifers for all pathways and merge them to one, unique list.

Created: 2015-09-01 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow REF2014 impact study summary by ID (2)

Thumb
Queries the UK REF2014 impact study API by the ID of the study, extracts the ImpactSummary element, and outputs its value as text.

Created: 2015-09-05 | Last updated: 2015-09-05

Workflow Get article titles from Europe PMC for sin... (2)

Thumb
This small workflow demonstrates how to connect to the new (August 2015) version of Europe PMC (http://europepmc.org/RestfulWebService). Changes from previous versions include the addition of a pageSize parameter, allowing the client to request up to 1,000 records at once. If this would still not be sufficient, the offSet paremeter can be used to retrieve data in chunks of 1,000 records and the Flatten List service used to concatenate the results.

Created: 2015-09-07 | Last updated: 2015-09-10

Credits: User Magnus Palmblad

Workflow Visualize Geographical Bias between PubMed... (3)

Thumb
This workflow analyzes the scientific output, as documented by PubMed, geographically. The workflow takes as input the PubMed data in XML and the ISO 3166-1 and ISO 3166-3 country lists. The XML files can contain any subset from two specific PubMed searches. for example for two different journals in the same field. The XPath components extract author affiliations, and feed these to a series of Beanshell components that match these with countries in the ISO standard. This data is then fed to ...

Created: 2015-09-10 | Last updated: 2015-09-10

Credits: User Magnus Palmblad User Arzu Tugce Guler

Workflow Author Publications and Citations by Year (2)

Thumb
This small workflow demonstrates how to connect to and use Europe PMC (http://europepmc.org/RestfulWebService) to count the number of publications and citations per year for one author. Two Web service calls are made. First, we searchPublications to retrieve the bibliographic records for all published work of a single author. Then, we getCitations to extract the year of all articles citing the work of this author. A conditional XPath is here used to only look up citing articles for cited work...

Created: 2015-09-14 | Last updated: 2015-09-17

Credits: User Magnus Palmblad

Workflow Pipelined list iteration (1)

Thumb
Perform multiple iterations of services in order to show pipelining

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Loop (1)

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: 2015-09-29

Credits: User Thiago Soares

Workflow Merge (1)

Thumb
No description

Created: 2015-09-29 | Last updated: 2015-09-29

Credits: User Thiago Soares

Workflow Produto Lista (1)

Thumb
No description

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Retry (1)

Thumb
No description

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Paralelo (1)

Thumb
No description

Created: 2015-09-29

Credits: User Thiago Soares

Workflow Beanshell fibonacci (1)

Thumb
No description

Created: 2015-09-30

Credits: User igor russo

Workflow Beanshell fibonacci 2 (2)

Thumb
No description

Created: 2015-09-30 | Last updated: 2015-09-30

Credits: User igor russo

Workflow Simple test with paralel execution using b... (1)

Thumb
A simple exercise on parallel processing using BeanShell

Created: 2015-10-01 | Last updated: 2015-10-01

Credits: User Ciro Barbosa

Workflow AllPW2ENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all ENSEMBL identifers for all pathways and merge them into one, unique list.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow GetWikiPWByENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query for pathways containing a specific ENSEMBL identifier. The mapping service behind WikiPathways takes care of the identifier mapping, making sure that all relevant results are found even if they were originally reported using a different identifier scheme.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow PW2ENS (2)

Thumb
This workflow uses the WikiPathways Webservice/API to query to retrieve all ENSEMBL identifers for the given pathway.

Created: 2015-10-02 | Last updated: 2015-10-12

Credits: User Kristina Hettne User Eleni

Workflow Get_Weather (1)

Thumb
Modeal based on other models already hosted at myExperiment, but with small changes (changed input from static to input type).

Created: 2015-10-06 | Last updated: 2015-10-06

Workflow Create Local Citation Graph (1)

Thumb
This workflow demonstrates how to build a local citation/reference graph for a single pubilcation in PubMed. The id input is the PubMed id (pmid) for any publication in the PubMed or PMC Europe. The workflow then queries the PMC Europe Web services to get the citations and references for this publication. Two XPath parsers are used to extract the citation and reference ids, which are then combined and passed on to an Rshell that draws a Sugiyama style layered graph using the igraph package. T...

Created: 2015-10-11

Credits: User Magnus Palmblad

Workflow Web Service sample in .NET (1)

Thumb
To run this sample, you should first set up a web service with the following C# code: using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namespace TrabsEsicnece { [WebService(Namespace = "http://trabsescience.org/")] [WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)] [System.ComponentModel.ToolboxItem(false)] public class Service1 : System.Web.Services.WebService { [WebMethod] public...

Created: 2015-10-13

Workflow Submit Job Cluster (1)

Thumb
No description

Created: 2015-10-13

Credits: User Thiago Soares

Workflow Local JAR execution. (2)

Thumb
No description

Created: 2015-10-14 | Last updated: 2015-10-14

Credits: User igor russo

Workflow Remove string duplicates (1)

Thumb
No description

Created: 2015-10-14

Credits: User igor russo

Workflow Author Citation Network (1)

Thumb
Map citation/reference network for one author using Europe PMC Web services. This workflow was created during the Tavernathon exercise held at the LUMC on October 14, 2015 and is intended to show the integration of several Web services, XPath XML parsing and use of the igraph package in R. Although the workflow is functional, the information in PubMed is incomplete, resulting in the workflow producing a subset of the correct citation graph.

Created: 2015-10-20

Credits: User Magnus Palmblad

Workflow FInd/filter idA and idB from MITAB (1)

Thumb
A workflow to filter idA and idB out of a MITAB file.

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

Workflow Query PSICQUIC and filter by idA and idB (... (1)

Thumb
Queries PSICQUIC and returns idA and idB.

Created: 2015-11-05

Workflow Query for all PISCQUIC services (Name+URL) (1)

Thumb
No description

Created: 2015-11-05

Workflow Define one query and retrieve Molecular In... (1)

Thumb
Define one query and retrieve Molecular Interactions from PSICQUIC Services registered in the PSICQUIC registry.

Created: 2015-11-05

Workflow Get ontology parents (2)

Thumb
Retrieves the ontology parents of an entity including the relationship type, using the ChEBI identifier.

Created: 2015-11-16 | Last updated: 2016-04-26

Credits: User Kristina Hettne

Attributions: Workflow Get ontology parents

Workflow Get ENSEMBL cross-references for UniProt IDs (1)

Thumb
This small workflow uses the PICR (http://www.ebi.ac.uk/Tools/picr/) WDSL Web Service to look up ENSEMBL (ENSP) cross-references for UniProt IDs. The input is a list of UniProt IDs and the output a corresponding list of ENSEMBL IDs. This instance of the workflow specifically uses the ENSEMBL_HUMAN database and taxonID 9606 (Homo sapiens).

Created: 2015-11-16

Credits: User Magnus Palmblad

Uploader

Workflow getDatabaseLinks (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow searchPublications (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow searchPublications (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow getDatabaseLinks (1)

Thumb
No description

Created: 2015-11-16 | Last updated: 2015-12-02

Uploader

Workflow single_double_flattten (1)

Thumb
No description

Created: 2015-11-17 | Last updated: 2015-12-02

Workflow Author to Wordcloud (3)

Thumb
This small workflow demonstrates how to connect to and use Europe PMC (http://europepmc.org/RestfulWebService). The workflow searches the publications of an author, extracts the abstracts, counts the word frequencies and plot a wordcloud using the R package of the same name. The Rshell plot_wordcloud also applies text mining operations (transformation to lower case, removing punctuation, stripping whitespace and removing English stopwords) using the R package tm.

Created: 2015-12-02 | Last updated: 2015-12-07

Credits: User Magnus Palmblad

Workflow Author Citation Network (1)

Thumb
Map citation/reference network for one author using Europe PMC Web services. This workflow is intended to show the integration of several Web services, XPath XML parsing and use of the igraph package in R. Although the workflow is functional, the information in PubMed is incomplete. This means the results may be a subset of the correct citation graph.

Created: 2015-12-04 | Last updated: 2015-12-04

Credits: User Magnus Palmblad User Yassene

Workflow UniProt Protein Protein Network (1)

Thumb
This workflow uses the Europe PMC Web Services searchPublications and getDatabaseLinks to reconstruct a protein-protein network based on co-occurence in the scientific literature, arbitrary filtered by a PubMed query, e.g. the word "complex" appearing in the title or abstract. The workflow also looks up the second degree connections, i.e. proteins co-occuring with proteins co-occuring with the protein given as input, but not with this protein itself. The output is a (1) Pajek graph file, a GM...

Created: 2015-12-04

Credits: User Magnus Palmblad User Yassene

Workflow SImple Europe PMC Search (1)

Thumb
This very simple workflow searches Europe PMC using the searchPublications Web Service and a conditional XPath to retrieve the article titles for all cited work matching the search query.

Created: 2015-12-04

Credits: User Magnus Palmblad

Workflow Connecting to Europe PMC (1)

Thumb
This very simple workflow connects to Europe PMC using the searchPublications Web Service.

Created: 2015-12-04

Credits: User Magnus Palmblad

Workflow Search Europe PMC and get ChEBI annotations (3)

Thumb
This workflow first conducts a search and downloads the PMIDs for all publications in PubMed and PMC that match a particular query using the Europe PMC Articles API. In a second phase, the workflow fetches the ChEBI annotations for all these publications using the Europe PMC Annotations API.

Created: 2018-02-09 | Last updated: 2018-02-12

Credits: User Magnus Palmblad

Uploader

Workflow Get (3)

Thumb
No description

Created: 2018-05-27 | Last updated: 2018-05-27

Uploader

Workflow Demo (1)

Thumb
No description

Created: 2019-06-25 | Last updated: 2019-06-26

Workflow Killer whale demography (1)

Thumb
This workflow analyzes the demography and population growth of resident killer whale populations. Originally created for comparative studies of Northeastern Pacific populations at risk, Southern Resident Killer Whales (SRKW) and the Northern Resident Killer Whales (NRKW), the workflow can be used for other killer whale populations or cetaceans counting with census data and life cycles that can be represented using the matrix models described in this document. This workflow perform the follow...

Created: 2014-09-24

Credits: User Maria Paula Balcazar-Vargas User Antonio Velez-Espino User Andres Araujo User Jon Giddy User Francisco Quevedo

Workflow Workflow_waveform-compare_2.0.2 (2)

Thumb
xcorrSound waveform-compare component - minor edits

Created: 2014-09-25 | Last updated: 2014-09-26

Workflow xcorrSound_overlap-analysis_2.0.2 (1)

Thumb
This component uses xcorrSound overlap-analsis to find the overlap between two input wav files and output an analysis report in a txt output format.

Created: 2014-09-26 | Last updated: 2014-09-26

Workflow xcorrSound_sound-match_2.0.2 (1)

Thumb
This component uses xcorrSound sound-match to find occurrences of the first (small) input wav file in the second (larger) wav file and output the result in a txt output format.

Created: 2014-09-26 | Last updated: 2014-09-26

Workflow Characterise_Audio_using_FFprobe (1)

Thumb
The workflow takes an inputfilepath as input parameter. It relies on FFprobe being installed locally, when it is run. It has been tested with ffprobe version 0.10.3. It outputs bitrate, bitsPerSample, channels, duration and audio sampling frequency (hz) as well as an activity report (raw FFprobe STDOUT+STDERR).

Created: 2014-09-26 | Last updated: 2014-09-26

Workflow Resident killer whale-chinook salmon inter... (1)

Thumb
The resident killer whale-chinook salmon interactions workflow provides an environment to calculate a two-sex stage-structured matrix with no density dependence and with vital rates as random variables or as functions of Chinook abundance from specific stock aggregates and to (i) quantify the differences in demographic rates between killer whale (Orcinus orca) population that explain population growth; (ii) to determine the relative influence of vital rates and Chinook (Oncorhynchus tshawytsc...

Created: 2014-09-26

Credits: User Maria Paula Balcazar-Vargas User Antonio Velez-Espino User Andres Araujo User Jon Giddy User Francisco Quevedo

Attributions: Workflow Killer whale demography

Workflow Exploration of fishing scenarios (1)

Thumb
This workflow must run after the workflow: Resident killer whale-chinook salmon interactions. The interaction workflows generates a PostWorkspace file, this is a zip file and it is an R Workspace that transfers values from the Resident killer whale-chinook salmon interactions (main) workflow to the Exploration of fishing scenario (post-processing) workflow. This workflow merges statistical inference derived from linkages between RKW vital rates (survival probability and fecundity rates) a...

Created: 2014-09-26

Credits: User Maria Paula Balcazar-Vargas User Antonio Velez-Espino User Andres Araujo User Jon Giddy User Francisco Quevedo

Attributions: Workflow Resident killer whale-chinook salmon interactions

Workflow xcorrSound_waveform-compare_alt (1)

Thumb
xcorrSound waveform-compare Wav File Comparison. "Alt" version uses the xcorrSound Project debian package installation rather than the scape toolwrapper debian package installation.

Created: 2014-09-30 | Last updated: 2014-09-30

Uploader
Project Biovel

Workflow Biome-BGC GLUE 1.3 (2)

Thumb
Biome-BGC is working with a lots of ‘a priori’ unknown and hard to obtain model parameters. Therefore the parameterization is a critical step of using the model. Parameteres can be estimated using inverse calibration techniques based on measurement data, which means that the model is being calibrated. Measurement data have to be collected with respect to the model in order to compare them. Comparison is based on misfit measure (e.g. a sort of likelihood value), which is the function of the di...

Created: 2014-10-02 | Last updated: 2014-10-09

Credits: User Peter Ittzes User Ferenc HORVATH User Dora Krasser User Zoltan BARCZA User Doborl Network-member BioVeL

Workflow Construct viewparams (1)

Thumb
Construct the viewparams parameter to OBIS services

Created: 2014-10-02

Credits: User Alan Williams

Workflow Species Occurrence (1)

Thumb
Retrieve the first 100 occurrences of a species in Darwin format

Created: 2014-10-03

Credits: User Alan Williams

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.

Created: 2014-10-03

Credits: User Alan Williams User Franck Tanoh

Attributions: Workflow Get weather information

Workflow Species chooser (1)

Thumb
In your browser, choose between marmots and horseshoe crabs

Created: 2014-10-03

Credits: User Alan Williams

Workflow Increment an integer (1)

Thumb
This workflow uses R to increment the input integer

Created: 2014-10-03

Credits: User Alan Williams

Uploader
Project Biovel

Workflow Microbial Metagenomic Trait Calculation an... (3)

Thumb
This workflow calculates the microbial traits of your metagenome and retrieves additional traits data from the Microbial Metagenomic Trait Database http://mb3is.megx.net/mg-traits. The list of traits: - GC content - Variance of GC content - Dinucleotides - Number of rRNA - Codon usage - Amino acid composition - Acidic to basic amino acids ratio - % of Transcriptional factors - % of classified reads - Functional content - Functional diversity - Taxonomic content - Taxonomic diversity As ...

Created: 2014-10-03 | Last updated: 2015-06-12

Credits: User Renzo User Antonio Fernandez-Guerra

Attributions: Workflow Microbial Metagenomic Trait Statistical Analysis Workflow

Uploader
Project Biovel

Workflow Biome-BGC SA 1.3 (1)

Thumb
Biome-BGC is a process-based biogeochemical model that can be used to simulate carbon, nitrogen and water fluxes of different terrestrial ecosystems. Two models have been implemented: the Biome-BGC v4.1.1 Max Planck Institute model, and the newly developed Biome-BGC MuSo 3.0 model. Performance, success or failure of these models are highly dependent on parameter settings and variation. Due to the high number of parameters (around 40 and 60 for 4.1.1 MPI and MuSo respectively) and the non-line...

Created: 2014-10-04

Credits: User Ferenc HORVATH User Dora Krasser User Peter Ittzes User Zoltan BARCZA Network-member BioVeL

Uploader
Project Biovel

Workflow extract_auc (2)

Thumb
Extracts the AUC value from a test result XML.

Created: 2014-10-09 | Last updated: 2014-10-13

Credits: Network-member BioVeL

Uploader
Project Biovel

Workflow extract_roc_points (1)

Thumb
Extracts the ROC points from a test result XML.

Created: 2014-10-13 | Last updated: 2014-12-04

Credits: Network-member BioVeL

Uploader
Project Biovel

Workflow extract_confusion_matrix (1)

Thumb
Extracts confusion matrix data from a test result XML.

Created: 2014-10-13 | Last updated: 2014-12-04

Workflow Match concept to HPO profiles (1)

Thumb
This workflow matches a query concept to the list of Human Phenotypes. The Human Phenotypes are the subset of the Human Phenotype Ontology for which we have a mapped UMLS concept available and a concept profile. HPO-UMLS mapping: Winnenburg, R., & Bodenreider, O. (2014). Coverage of Phenotypes in Standard Terminologies. In Proceedings of the ISMB’2014 SIG meeting “BioLINK.” Retrieved from http://phenoday2014.bio-lark.org/pdf/5.pdf Concept Profile Database: July 2012

Created: 2014-10-20

Credits: User Marco Roos Network-member BioSemantics

Attributions: Workflow Match concept profiles Workflow Get concept information

Workflow Get HPO concept label and synonym (1)

Thumb
This workflow queries bioportal for label and synonyms of Human Phenotype Ontology concepts.Note: this workflow requires a BioPortal API key to work. It can be requested from bioportal.bioontology.org

Created: 2014-10-20 | Last updated: 2014-10-20

Credits: User Rajireturn Network-member BioSemantics

Workflow HPO-UMLS-ConceptID mapping (1)

Thumb
Generate HPO-Concept profiles via HPO-UMLS mappings. The result is a list of Concept IDs corresponding to Concept profiles for UMLS concepts that approximate HPO concepts. The output is a table of UMLS-ID, HPO- ID, COncept-ID rows.

Created: 2014-10-20

Credits: User Marco Roos Network-member BioSemantics

Workflow Workflow submit docking job to the grid (1)

Thumb
No description

Created: 2014-10-28

Credits: User Farida Louacheni

Uploader

Workflow Data Mining Recommender (4)

Thumb
Scientifi c workflow for the recommender construction 

Created: 2014-10-29 | Last updated: 2018-09-20

Credits: User respinosa

Uploader
Project Biovel

Workflow convert_points_xml_to_csv (4)

Thumb
Converts points in openModeller XML format into CSV format (header: occurrenceID,nameComplete,decimalLongitude,decimalLatitude). Most input/output ports related with presence or absence points expect/return data in openModeller XML format. This component can be used to simply convert such data back to a more human friendly format.

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

Credits: Network-member BioVeL

Workflow digital-preservation-migration-image-image... (1)

Thumb
Converts any ImageMagick supported image format to TIFF

Created: 2014-11-06

Workflow digital-preservation-migration-image-gimp-... (1)

Thumb
Converts PNG to TIFF

Created: 2014-11-06

Workflow digital-preservation-migration-image-graph... (1)

Thumb
Converts any GraphicsMagick supported image format to TIFF

Created: 2014-11-06

Workflow fits - TIFF image characterisation - image... (3)

Thumb
Extracts image width, image height, file size, and validity and compression type of a tiff image.

Created: 2014-11-06 | Last updated: 2014-11-06

Credits: User Markus Plangg

Workflow wc - Comparative File Size (2)

Thumb
SCAPE QA Object Component. Measures the file size and comparative file size of two images.

Created: 2014-11-06 | Last updated: 2014-11-06

Credits: User Markus Plangg

Uploader
Project Biovel

Workflow define_frequently_used_constants (3)

Thumb
Defines constants that are frequently used as parameters for ENM Components. When building a new workflow with ENM Components, some constant values will likely be used multiple times as parameters. This component conveniently defines the most frequently used constants so that users can directly connnect them to the corresponding input ports without needing to manually create each constant.

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

Credits: Network-member BioVeL

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: