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 GRASS-GIS orchestration using pyWPS (2)

Thumb
Generic workflow that run r.watershed, with auxiliary services: r.math and geotiff2png. Watershed accumulation is calculated from DEM using r.watershed, the accumulation result is then filtered using r.math with equation:output=(if(a>10,a,null())) Generic workflow that run r.watershed, with auxiliary services: r.math and geotiff2png. Watershed accumulation is calculated from DEM using r.watershed, the accumulation result is then filtered using r.math with equation: output=(if(a>10,...

Created: 2011-04-18 | Last updated: 2011-04-25

Credits: User Jorgejesus

Workflow M_Super_aln_boot_phylo_New (1)

Thumb
This workflow performs a generic protein sequence analysis. A multiple sequence alignment and finally a phylogenetic analysis.This workflow performs a generic protein sequence analysis. In order to do that a novel protein sequence enters into the software along with a list of known protein identifiers chosen by the biologist to perform a homology search, followed by a multiple sequence alignment and finally a phylogenetic analysis.This workflow performs "parallel" generic protein sequence ana...

Created: 2011-04-18 | Last updated: 2011-04-18

Credits: User Achille Zappa

Attributions: Workflow EMBL-EBI ClustalW2 (SOAP)

Workflow Remove_Duplicates (1)

Thumb
This workflow removes any duplicates from a list of inputs, merges the unique values, and then removes any null values.

Created: 2011-04-21 | Last updated: 2011-04-21

Credits: User Paul Fisher

Workflow Gene expression interpretation by the Glob... (1)

Thumb
This workflow adds meaning to gene expresion values by performing a standard and a literature weighted Global Test. Gene expression is expected to be from Affymetrix microarrays, for which an RMA normalization and entrez Gene ID mapping/summation is performed. Original workflow is by Dennis Leenheer, edits by Marco Roos. Scripts by Kristina Hettne, acknowledging Rob Jellier, Jelle Goeman, and Peter-Bram 't Hoen. The workflow was created for the LUMC BioSemantics group, part of the Human Gen...

Created: 2011-04-26 | Last updated: 2011-04-26

Credits: User Marco Roos

Workflow [untitled] (1)

Thumb
This workflow allows the user to search for processes that are involved with a certain gene. Using microarray-files (CEL-files), consisting of wild type and KO mice to which a stimulant is induced, the user can get an idea of the processes involved. (This is done using the global test and the literature weighted global test.) The results are then given as a text-file. Warning: workflow is not working (needs some revisions), all input is currently hardcoded! (You will have to change the file...

Created: 2011-04-26 | Last updated: 2011-04-26

Credits: User Dennis Leenheer

Workflow PUT data into RapidAnalytics (1)

Thumb
Use the example value for the input port

Created: 2011-04-27 | Last updated: 2011-12-13

Workflow Voronoi polygon generation using GRASS-GIS... (1)

Thumb
Generic example on how to deal with vectorial data. Major pitfall is the need to process ProcessOutputs using Xpath plugin. A random point file in GML 2.1.2 is sent to the v.voronoi service and after it is sent to a service that runs v.out.svg generating a SVG image that can be rendered in Taverna (need to set output to SVG image)

Created: 2011-04-27 | Last updated: 2011-04-27

Credits: User Jorgejesus

Workflow Agglomerative clustering of a GEO dataset ... (2)

Thumb
No description

Created: 2011-04-28 | Last updated: 2011-12-13

Credits: User James Eales

Workflow Distance heatmap of GEO dataset produced b... (2)

Thumb
No description

Created: 2011-04-28 | Last updated: 2011-12-13

Credits: User James Eales

Workflow CGR from multiple fasta files (1)

Thumb
 The workflow generates Chaos Game Represenations (CGR) image from multiple fasta files. See http://www.g-language.org/wiki/cgr for more information about the Chaos Game Representations.

Created: 2011-04-29 | Last updated: 2011-04-29

Credits: User cory (Kazuki Oshita)

Workflow Classification of GEO assays using RapidAn... (2)

Thumb
No description

Created: 2011-05-04 | Last updated: 2011-12-13

Credits: User James Eales

Uploader

Workflow [untitled] (1)

Thumb
No description

Created: 2011-05-05 | Last updated: 2011-05-05

Credits: User Yahmet82

Workflow External Tool: Numerically adding two valu... (1)

Thumb
The workflow is an examples for the External Tools / UseCase plugin to integrate external tools. It wraps the "bc" command line calculator. Internally, it executes the following script: if [ ! -r "$1" ]; then echo "Cannot read file indicated by first argument '$1'." ; exit -1 ; fi ; if [ ! -r "$2" ];then echo "Cannot read file indicated by second argument '$1'." ; exit -1 ; fi if [ -x /usr/bin/bc ]; then ...

Created: 2011-05-06 | Last updated: 2011-05-06

Credits: User Steffen Möller

Workflow One sentence per line (1)

Thumb
This workflow accepts a plain text input and provides a single text document per input containing one sentence per line.  Newline characters are removed from the original input. The OpenNLP sentence splitter is used to split the text, this is provided by University of Manchester Web Services.

Created: 2011-05-06 | Last updated: 2011-12-13

Credits: User James Eales

Workflow Dot viewing (1)

Thumb
No description

Created: 2011-05-12

Uploader

Workflow Generate Atom Signatures of molecules give... (1)

Thumb
Reference: Natural Product-likeness Score and Its Application for Prioritization of Compound Libraries Peter Ertl,* Silvio Roggo, and Ansgar Schuffenhauer Novartis Institutes for BioMedical Research, CH-4002 Basel, Switzerland http://peter-ertl.com/reprints/Ertl-JCIM-48-68-2008.pdf    The natural product likeness scorer implemented by Peter Ertl was originally devised to screen large compound libraries for natural product likeness in drug designing studies. His work is re...

Created: 2011-05-13 | Last updated: 2011-05-13

Credits: User Kalai

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

Uploader

Workflow Plotting distribution of natural product l... (1)

Thumb
 Prerequisite:  CDK -Taverna Plugin 0.5.1 http://www.ts-concepts.de/cdk-taverna2/plugin/ - To run this workflow you need a Score file which is written to text file.  - This could be generated from ScorerActivity.t2flow http://www.myexperiment.org/workflows/2121/download?version=1   Description of input ports : score_file: Path to file name that has pre computed scores. Note: While passing file as input it could be passed as list of many files or single fi...

Created: 2011-05-13 | Last updated: 2011-05-13

Credits: User Kalai

Workflow Molecular Interactions from IntAct PSICQUI... (2)

Thumb
Get molecular interaction data in psi-mitab25 from IntAct through its PSICQUIC service. As input you can use an Uniprot Acc like "P99999" or a MIQL query like "alias:(KHDRBS1 OR HCK)". This workflow finds by itself how many queries needs to make (SOAP service limited to 200 binary interactions per call) to be able to return all the results in one file.

Created: 2011-05-17 | Last updated: 2011-07-20

Credits: User Rafael C. Jimenez

Workflow Example for external tools with gzip and g... (1)

Thumb
This workflow is self-contained. It has a fixed URL from which a text file is downloaded (output as Original_file). That file is gzipped (output as Compressed_File) and then gunzipped again (output as Decompressed_File). The workflow wraps external tools from taverna.nordugrid.org and needs a beta version of Taverna 2.3 or later.

Created: 2011-05-18 | Last updated: 2011-05-18

Credits: User Steffen Möller User Alan Williams

Workflow EBI PICR, find cross-references for protei... (2)

Thumb
Find cross-references (based on 100% sequence identity) for protein accessions from more than 95 distinct databases. For instance input a list of IPI accessions and find cross-references for Swissprot and Ensembl. Mappings can be limited by source database, taxonomic ID and activity status.

Created: 2011-05-18 | Last updated: 2011-05-29

Credits: User Rafael C. Jimenez

Uploader

Workflow Get names of proteins similar to RNA bindi... (1)

Thumb
A very simple demo workflow using some existing SADI services. It finds UniProt proteins of GO function "RNA Binding", it then runs a BLAST service to find similar UniProt proteins and then outputs their names.

Created: 2011-05-18 | Last updated: 2011-05-18

Credits: User hindlem

Uploader

Workflow get human and mouse phenotypes for a gene (2)

Thumb
This workflow gets phenotype annotations associated with human genes and the mouse orthologs from human (GWAS Central) and mouse (EuroPhenome and MGI) databases.

Created: 2011-05-20 | Last updated: 2012-03-29

Credits: User Tim Beck

Uploader

Workflow Download Structures from PubChem given che... (1)

Thumb
This workflow takes the input file containing chemical names and returns a single SDF file of structures. The names are searched against pubchem compounds via e-search. If the compound name is found an XML file containing PubChem ID is returned.The max return compound_ID is set to 1 which could be increased. If the compound name is not found then no ID is returned.  The pubchem compound_ID is then used to download structures from PubChem.  

Created: 2011-05-24 | Last updated: 2011-05-24

Credits: User Kalai User Michael Gerlich

Attributions: Workflow Download Entries from PubChem

Uploader

Workflow Probabilistic Model Checking (PMC): plot r... (1)

Thumb
Exemplary experiment using Tav4SB (http://bioputer.mimuw.edu.pl/tav4sb/) Mathematica plotting Web service operation. This is a second-part for the computationaly exhaustive PMC: compute results workflow (http://www.myexperiment.org/workflows/2266).

Created: 2011-07-20 | Last updated: 2011-07-20

Credits: User trybik

Results per page:
Sort by: