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 Find Orthologs for proteins in Ensembl (1)

Thumb
Find Orthologs for proteins in Ensembl using biomart.

Created: 2011-10-03 | Last updated: 2011-10-03

Credits: User Rafael C. Jimenez

Workflow [untitled] (1)

Thumb
 æˆ‘的第一个工作流,测试

Created: 2011-10-03 | Last updated: 2011-10-03

Credits: User Zhaoyingguang

Uploader

Workflow Comparing Quantities using HyperLEDA (1)

Thumb
This workflow receives the name of the property to compare, a file with a list of names of galaxies, and a file with the list of original values of that property. The property name must be typed in the same way used in the HTML returned by HyperLEDA The workflow calls to HyperLEDA using the names of the galaxies as input, and it returns a HTML file with information about the galaxy. This file is parsed by the python tool "ExtractPropertyValues", that extracts the value of the property introdu...

Created: 2011-10-03

Workflow Retrieve Molecular Interactions from PSICQ... (1)

Thumb
Retrieve Molecular Interactions from PSICQUIC Services for a list of Protein Accessions in PSI-MITAB format

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

Credits: User Rafael C. Jimenez

Workflow What's the Season? (1)

Thumb
When given a list of astronomical object names, this workflow will check them against a simple Excel spreadsheet and return which season the object is best observed in. It will also compare the distances to the objects in a Google Charts bar chart. A later version of this may switch to a scatter plot, depending on whether or not this works with the Google Chart API. Running this workflow requires Python. Sys and string should be bundled in Python, but the numpy module will need to be downloa...

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

Attributions: Workflow Spreadsheet Import Example

Uploader

Workflow Extracting Quantities from HyperLEDA (1)

Thumb
This workflow receives the name of the property to compare and a file with a list of names of galaxies. The property name must be the same used in the HTML file returned by the HyperLEDA service. The workflow calls to HyperLEda service, using as input the names of the galaxies in order to get a HTML file with information about each galaxy. From each HTML file, it extracts the value of the property selected by the user. The workflow uses a python tool to parse the HTML file (one for each gala...

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

Workflow HTML Citation Extraction (1)

Thumb
 This workflow is a beanshell script that locates and extracts text within an html page.  It was designed to pull citation information from the website http://robjhyndman.com/TSDL/.

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

Credits: User Jeff adamus

Workflow Current Date Output (1)

Thumb
Returns the Current Date optionally Formatted by input. Free to copy and use by all!.

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

Credits: User Jeff adamus

Workflow Time Series Data Graphed and Cited (1)

Thumb
This workflow uses time series data from Rob Hyndman's Time Series Data Library (TSDL) and graphs it with Google charts. It also provides the citation information with the current date. The outputs are a Google Chart and the corresponding citation information. The inputs are URL strings for two datasets provided by Rob Hyndman under the subject of Ecology. These datasets include the annual number of lynx pelts and the annual unit price of lynx pelts during the year range 1857 -1911. This...

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

Credits: User Trisha Adamus User Alan Williams User Jeff adamus

Attributions: Workflow Fetch today's xkcd comic Workflow Spreadsheed Data Import Example Workflow HTML Citation Extraction Workflow Current Date Output

Uploader

Workflow [untitled] (1)

Thumb
This workflow ...tbc img, #cubbies-overlay{ -moz-transition-property: margin, box-shadow, z-index; -moz-transition-duration: 0.1s; -webkit-transition-property: margin, box-shadow, z-index; -webkit-transition-duration: 0.1s; } .cubbies-selected{ z-index: 9999; box-shadow: 3px 3px 8px -1px blue !important; cursor: pointer !important; margin: -3px 3px 3px -3px; } .cubbies-selected:active{ box-shadow: 2px 2px 5px -1px darkblue !important; margin: -1px 1px 1px -1px; } #cubbies-overlay{ positio...

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

Credits: User Chrisser

Workflow Get Element ID from Gzipped GenBank file (1)

Thumb
This workflow gunzips a *.gbk.gz file, converts it to XML (via agavewriter) and finds the Element ID. Does not work on *.gz files larger than 10MB. I upped the JVM settings on Taverna to:         <key>VMOptions</key>         <string>-Xmx4096m -XX:MaxPermSize=1024m</string> Created my own agave.dtd to get the XPath service to work the XML file generated from the Read_GenBank_File service. You will need to ...

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

Credits: User Mutanthumb User Alan Williams

Uploader

Workflow Elevation plot v.2 (2)

Thumb
Functionally identical to the original. I tried to upload a version with annotation, but somehow the notes didn't make it to myExperiment. From the prior verion: This workflow accepts city and country names as user-supplied input. These value are supplied to the GetWeather webservice (http://www.webservicex.net/globalweather.asmx?WSDL), which returns an XML record of location and weather info for each recognized city. (See the uploaded photo "weather example") The XML returned fr...

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

Credits: User Chrisser

Uploader

Workflow Latitude with beanshell (1)

Thumb
This workflow takes in a string value or list of values and pulls out latitude coordinates formatted as ##-##(N or S) using the following regular expression: \d\d-\d\d(N|S). The coordinates are processed and formatted to be in the form required by the web service used in my "Elevation plot" workflow. This workflow contains primarily string manipulation. For many of the text and list services used, the beanshell script needed to be modified in order to produce the formatting I requi...

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

Credits: User Chrisser

Uploader

Workflow Longitude with beanshell (1)

Thumb
This workflow takes in a string value or list of values and pulls out longitude coordinates formatted as ###-##(N or S) using the following regular expression: \d\d\d-\d\d(E|W). The coordinates are processed and formatted to be in the form required by the web service used in my "Elevation plot" workflow. This workflow primarily contains string manipulation. For many of the text and list services used, the beanshell script needed to be modified in order to produce the formatti...

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

Credits: User Chrisser

Uploader

Workflow Mapping Workflow - Attempt (1)

Thumb
PLEASE NOTE: This is an early variation of http://www.myexperiment.org/workflows/2474.html. This workflow was abandoned as the above mentioned workflow is more streamlined. This workflow may or may not work successfully.

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

Credits: User tpacurtis

Uploader

Workflow Mapping Service (2)

Thumb
This service generates a google map of a group of place names and coordinates. The workflow will accept both coordinates and place names. This workflow takes place names/coordinates from both a spreadsheet, as well as on-the-fly input of a list of coordinates or place names (please note, if no supplemental data is desired, an empty link will allow the workflow to function). The Mapping Service workflow was created to assist in generating a map of where a series of interviews took p...

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

Credits: User tpacurtis

Workflow Simple Python example (1)

Thumb
This workflow generates a random number within the range 0 to 100. The generation is done by a python script. The workflow assumes that python is in the path.

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

Credits: User Alan Williams

Uploader

Workflow Average and Standard Deviation (1)

Thumb
This workflow takes in a list of values and a list name, and returns the list name, average, and standard deviation of the values.

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

Credits: User Atminer

Uploader

Workflow Population Plot with R (1)

Thumb
This script pulls the population of every country and creates a plot of them. This is based on the script at http://www.myexperiment.org/workflows/1728.html , with a few modifications for labelling axes and the title.

Created: 2011-10-08

Credits: User Atminer

Uploader

Workflow Broccoli Production New York State, 1960-1965 (1)

Thumb
This workflow takes data about agricultural production in New Jersey and New York from 1960 -1965, to compare productivity in broccoli growing.

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

Credits: User Atminer User Alan Williams

Attributions: Workflow Spreadsheet Import Example

Uploader

Workflow Spreadsheet Import - Fertilizer Use (1)

Thumb
This workflow takes data from a spreadsheet and creates a graph of fertilizer use in NY state from 1960-1965.

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

Credits: User Atminer

Attributions: Workflow Spreadsheet Import Example

Workflow WPS-GRASS-Bridge r.los example (1)

Thumb
r.los generates a raster output map in which the cells that are visible from a user-specified observer position are marked with the vertical angle (in degrees) required to see those cells (viewshed). A value of 0 is directly below the specified viewing position, 90 is due horizontal, and 180 is directly above the observer. The angle to the cell containing the viewing position is undefined and set to 180. http://grass.fbk.eu/grass62/manuals/html62_user/r.los.html

Created: 2011-10-13

Credits: User Jorgejesus

Workflow Get homologous from NCBI homoloGene (1)

Thumb
Get homologous from NCBI homoloGene for a list of Refseq protein accessions. Be patient, the workflows has to bring a file around 11Mb. ftp://ftp.ncbi.nlm.nih.gov/pub/HomoloGene/README

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

Credits: User Rafael C. Jimenez

Workflow Find orthologs using a uniprot accession (1)

Thumb
Find orthologs based on ensembl information using as input/output uniprot accession

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

Credits: User Rafael C. Jimenez

Workflow Find orthologs using a list of uniprot acc... (2)

Thumb
Find orthologs based on ensembl information using as input/output uniprot accessions

Created: 2011-10-14 | Last updated: 2014-06-03

Credits: User Rafael C. Jimenez

Workflow Get homologous from NCBI homoloGene using ... (1)

Thumb
Get homologous from NCBI homoloGene for one UniProt protein accession. Use PICR to convert UniProt to RefSeq, get homologous from homoloGene and convert RefSeq results to UniProt. Be patient, the workflows has to bring a file around 11Mb. ftp://ftp.ncbi.nlm.nih.gov/pub/HomoloGene/README

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

Credits: User Rafael C. Jimenez

Workflow Get homologous from NCBI homoloGene using ... (1)

Thumb
Get homologous from NCBI homoloGene for a lsit of UniProt protein accession. Use PICR to convert UniProt to RefSeq, get homologous from homoloGene and convert RefSeq results to UniProt. Be patient, the workflows has to bring a file around 11Mb. ftp://ftp.ncbi.nlm.nih.gov/pub/HomoloGene/README

Created: 2011-10-14 | Last updated: 2011-10-27

Credits: User Rafael C. Jimenez

Workflow KEGG pathway to proteins (2)

Thumb
Get various information about the proteins in a KEGG pathway. Demonstrates integrating SADI services with non-SADI services.

Created: 2011-10-17 | Last updated: 2011-10-18

Uploader

Workflow Revisión Sistemática de Software (4)

Thumb
 Workflow for sistematic software revision.

Created: 2011-10-18 | Last updated: 2011-12-12

Credits: User E3matheus

Workflow Get homologous from an NCBI homoloGene.dat... (1)

Thumb
Get homologous from NCBI homoloGene for a lsit of UniProt protein accession. This workflow is useful if you have a long list of protein accessions. Use PICR to convert UniProt to RefSeq, get homologous from homoloGene and convert RefSeq results to UniProt. Be patient, the workflows has to bring a file around 11Mb. ftp://ftp.ncbi.nlm.nih.gov/pub/HomoloGene/README

Created: 2011-10-20 | Last updated: 2011-10-27

Credits: User Rafael C. Jimenez

Workflow BLASTP with simplified results returned (1)

Thumb
Perform a blastp search on protein sequence and extract information based on the user input, e.g. a list of GI numbers.

Created: 2011-10-25 | Last updated: 2011-10-25

Credits: User Halima alshabani

Workflow r.stats workflow for pixel statistics (1)

Thumb
r.stats operation for image. Output will group pixels by: DN, total area, relative %. This worflow is used inside the ice Class exampel as a nested workflow

Created: 2011-11-02 | Last updated: 2011-11-02

Credits: User Jorgejesus

Workflow date filter for ice Class Map service (NERSC) (1)

Thumb
Workflow to filter available dates with ice classification images. Service provided by NERCS. Dates are filtered using a simple regular expression

Created: 2011-11-02 | Last updated: 2011-11-04

Credits: User Jorgejesus

Workflow Ice Class Map pixel analysis (NERSC) (1)

Thumb
NERSC ice classification workflow. Avaible images for a specific date will be fecthed from the WPS service, and their color table changed to allow for a user to easly identify specific areas. Statistical analysis also run using the r.stats module. Worflow uses a list of image, the list will flow thru the workflow for process resulting in mutiple outputs

Created: 2011-11-02 | Last updated: 2011-11-02

Credits: User Jorgejesus

Uploader

Workflow Propagation of physical quantities in the ... (3)

Thumb
This workflow takes as input a file for each of this properties: J2000 Coordinates, velocity, galactic extinction, log of axis ratio, and the Total B-magnitude. With this properties it calculates the distance of the galaxy and, in other hand, the total apparent corrected B-magnitude. It takes account if the velocity of the galaxy is lower than a threshold (1000km/s), it can not be possible to calculate the distance so, in those cases the distance will be "NaN". At the end, it calculates the ...

Created: 2011-11-30 | Last updated: 2013-04-22

Uploader

Workflow Gathering galaxy properties using HyperLEDA (2)

Thumb
The user provides an ASCII text file with a list of galaxy names, and the workflow queries the HyperLEDA database and parses the response with the help of regular expressions included in simple Python scripts. The result of the workflow is a series of ASCII text files with the values of the equatorial coordinates in J2000 epoch, the velocities in km/s, the dust extinction coefficient Ag, the axis ratio of the isophote 25 mag/arcsec2 logr25 and the apparent total B magnitude BT. The performanc...

Created: 2011-11-30 | Last updated: 2013-03-08

Uploader

Workflow Comparison and update values (1)

Thumb
This workflow receives two files, the name of a table and the name of a field as input. One of the file should be contain a list of old values (name galaxy and value), and the other one should be a list of new values (name galaxy,value) The workflow makes a comparison between the two files. This comparison will be a list of 7 columns: name of the galaxy, old value, old error, new value, new error, difference of value, difference of error. In other hand, this workflow makes a sql script with ...

Created: 2011-11-30 | Last updated: 2011-11-30

Workflow Match concept profiles (6)

Thumb
Purpose of workflow: The workflow can be used to match a set of concept profiles with another set of concept profiles. Result: A list of concepts ordered by their match to the query concept profiles.

Created: 2011-12-02 | Last updated: 2014-07-14

Credits: User Marco Roos User Kristina Hettne User Martijn Schuemie User Reinout van Schouwen

Workflow dcraw (NoConversion, NoInterpretation, Fix... (4)

Thumb
Reads a RAW image with these parameters using dcraw and returns the image data as byte array.

Created: 2011-12-08 | Last updated: 2011-12-16

Workflow dcraw (sRGB, ColorInterpolated, FixedWhite... (2)

Thumb
Reads a RAW image with these parameters using dcraw and returns the image data as byte array.

Created: 2011-12-08 | Last updated: 2011-12-16

Workflow dcraw (sRGB, ColorInterpolated, FixedWhite... (2)

Thumb
Reads a RAW image with these parameters using dcraw and returns the image data as byte array.

Created: 2011-12-08 | Last updated: 2011-12-16

Workflow Connect flare events with proton events on... (2)

Thumb
This workflow uses flares listed in any HELIO HEC flare catalogue (using the semantic mapping service), checks whether these flares are connected to Earth via the Parker spiral, and looks for proton events at earth listed in the goes_proton_event list. The flare listing and the proton listing are combinded into a list of VOTable outputs (one VOTable per flare catalogue with results).

Created: 2011-12-09 | Last updated: 2011-12-13

Credits: User Anja Le Blanc

Attributions: Workflow Connect flare events with proton events on Earth via propagation model

Workflow Propagation of the Co-roationg interaction... (2)

Thumb
use of the processing service to calculate time delays to the planets Inputs: time when propagation should start longitude of starting point on the sun speed of the solar wind error speed of the solar wind

Created: 2011-12-13 | Last updated: 2012-02-03

Credits: User Anja Le Blanc

Workflow Propagation of the Solar Energetic Particl... (2)

Thumb
use of the processing service to calculate time delays to the planets Inputs: time when propagation should start longitude of starting point on the sun speed of the solar wind error value of solar wind speed traveling speed of energetic particals as percentage of the speed of light

Created: 2011-12-13 | Last updated: 2012-02-03

Credits: User Anja Le Blanc Network-member HELIO

Workflow Mock-Up mp3 To Wav Migrate And QA (4)

Thumb
This is a Mock-Up Workflow illustrating SCAPE solution 'SO4 mp3 To Wav Migrate And QA Mock Up', see wiki.opf-labs.org/display/SP/SO4+Audio+mp3+to+wav+Migration+and+QA+Workflow  

Created: 2011-12-15 | Last updated: 2014-05-14

Credits: User Bolette Jurik

Workflow Discretize by Binning (1)

Thumb
 Choosing an attribute ('a1') with an attribute filter type condition (single).

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

Credits: User Rishi Ramgolam

Workflow [untitled] (1)

Thumb
 A KUP domain image segmentation workflow that identifies ans annotates important regions on microscopic Kidney biopsy images (vessels and glomerulus)

Created: 2012-01-03 | Last updated: 2012-01-03

Credits: User Charalampos

Workflow Hello World (1)

Thumb
One of the simplest workflows possible. No workflow input ports, a single workflow output port "greeting", outputting "Hello, world!" as produced by the String Constant "hello".

Created: 2012-01-03 | Last updated: 2014-03-03

Credits: User Stian Soiland-Reyes

Workflow Hello Anyone (1)

Thumb
An extension to helloworld.t2flow - this workflow takes a workflow input "name" which is combined with the string constant "Hello, " using the local worker "Concatenate two strings", and outputs the produced string to the workflow output "greeting".

Created: 2012-01-03 | Last updated: 2014-03-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow Hello World

Workflow Calculation of distances, magnitutes and l... (2)

Thumb
Calculation of distances, corrected apparent B magnitude mB-corr and luminosities with values gathered from the HyperLEDA database. This workflow receives a list of galaxy names (hyperLEDA names. ie: KIG0001) and a file with the morphological types of those galaxies Using the name of a galaxy, the workflow querys Hyperleda to extract some properties of this galaxy (J2000 Coordinates, velocity, galactic extinction,log of axis ratio, and the Total B-magnitude ). With this properties it calcula...

Created: 2012-01-10 | Last updated: 2012-01-16

Credits: User Stian Soiland-Reyes

Attributions: Workflow Calculation of distances, magnitutes and luminosities using HyperLEDA Blob Data involved in RO Propagation of quantities Blob Scripts in RO Propagation of quantites

Workflow NCBI Gi to Kegg Pathway Descriptions (5)

Thumb
This workflow accepts a list of NCBI gene identifiers and returns descriptions of gene functions and a list of all pathways each gene is involved in (plus pathway image) from the KEGG database. This workflow replaces the earlier SOAP version with the new KEGG REST services

Created: 2012-01-12 | Last updated: 2013-01-30

Credits: User Katy Wolstencroft

Attributions: Workflow NCBI Gi to Kegg Pathways

Workflow getFirstElementDFS (2)

Thumb
Returns the first element of a nested list using depth first search. The maximum depth of the input is set to 2. You can savely increase this by increasing the depth of the workflow input port and the beanshell input port. Taverna will wrap the input into a list with correct depth. However this will create a little overhead.

Created: 2012-01-13 | Last updated: 2012-02-13

Workflow Import and convert gene list (1)

Thumb
This workflow extracts a column of RefSeq gene IDs from a CSV file and then converts them to Unigene identifiers

Created: 2012-01-15 | Last updated: 2012-03-12

Credits: User Katy Wolstencroft

Workflow UnigeneID to KEGG Pathways (3)

Thumb
This workflow accepts a list of Unigene gene identifiers and returns descriptions of gene functions and a list of all pathways each gene is involved in (plus pathway image) from the KEGG database. This workflow replaces the earlier SOAP version with the new KEGG REST services

Created: 2012-01-16 | Last updated: 2012-12-17

Credits: User Katy Wolstencroft User Paul Fisher

Attributions: Workflow NCBI Gi to Kegg Pathways

Workflow Reactome pathways (1)

Thumb
This workflow returns a list of pathways gene products are involved in, along with their descriptions and Gene Ontology annotations

Created: 2012-01-16

Credits: User Katy Wolstencroft

Workflow FFmpeg convert audio2aac (REST) (1)

Thumb
Converts supported audio files to AAC using FFmpeg through a REST webservice.

Created: 2012-01-16 | Last updated: 2012-01-16

Credits: User Rui Castro

Workflow ImageMagick convert image2jp2 (REST) (1)

Thumb
Converts supported image files to JPEG2000 using ImageMagick through a REST webservice.

Created: 2012-01-16 | Last updated: 2012-01-16

Credits: User Rui Castro

Workflow ImageMagick convert image2jp2 (SOAP) (1)

Thumb
Converts supported image files to JPEG2000 using ImageMagick through a SOAP webservice.

Created: 2012-01-16 | Last updated: 2012-01-16

Credits: User Rui Castro

Workflow FFmpeg convert audio2aac (SOAP) (1)

Thumb
Converts supported audio files to AAC using FFmpeg through a SOAP webservice.

Created: 2012-01-16 | Last updated: 2012-01-16

Credits: User Rui Castro

Workflow SNPs to Concept Set through Concept Profil... (6)

Thumb
Purpose: Currently, this workflow takes one SNP and a concept set as input, calculates the matching score between these, finds co-occuring documents between the query concept and the match concept, finds the concept that contributes the most to the match, and the documents that support this finding. Author comments: The workflow is in Beta stage. It runs, but needs more testing with different parameter settings. This workflow can be used together with other workflows in this pack: http://www...

Created: 2012-06-26 | Last updated: 2013-02-05

Credits: User Kristina Hettne User Eleni User Harish Dharuri User Reinout van Schouwen User Marco Roos User Martijn Schuemie Network-member BioSemantics

Attributions: Workflow Find Supporting Documents Workflow SNP_ID2EntrezGene_ID Workflow DatabaseID to ConceptID Workflow Match gene lists based on information in literature Workflow Match concept profiles Workflow Explain concept scores

Workflow VOTables from NED Web Services (1)

Thumb
Extraction of a sample of VOTables from all the NED Web Services present in paper 2007ASPC..382..165M Web-based Tools - NED VO Services (Mazzarella, J. M.; NED Team). The National Virtual Observatory: Tools and Techniques for Astronomical Research. ASP Conference Series, Vol. 382. Edited by M.J. Graham, M.J. Fitzpatrick, and T.A. McGlynn. San Francisco: Astronomical Society of the Pacific, 2007., p.165

Created: 2012-06-28 | Last updated: 2013-04-12

Credits: User Jose Enrique Ruiz

Workflow Simple executable plan example (1)

Thumb
A simple executable plan containing a migration action component and a QA component. The migration action uses imagemagick convert. The QA component consists of two characterisation components (fits) and another QA components (imagemagick compare).

Created: 2012-06-29

Credits: User Markus Plangg

Workflow Astronomical object name to equatorial coo... (1)

Thumb
 Resolve equatorial coordinates of a list of objects (names) with AstroTaverna plugin

Created: 2012-06-30 | Last updated: 2012-07-01

Credits: User Jose Enrique Ruiz

Workflow VOTable of NED Images from a List of Objects (1)

Thumb
Extraction of metadata using NED Image Virtual Observatory Service into a single VOTable, providing a list of objects and the width for each field in arcmin. Among the most relevant metadata are the URL link to the FITS images. This Wf makes use of a Tool developed as an internal pyhton script file.

Created: 2012-07-01 | Last updated: 2012-07-01

Credits: User Jose Enrique Ruiz

Attributions: Workflow Astronomical object name to equatorial coordinates Resolver

Workflow Get all applications available on the HPS (1)

Thumb
This workflow requests all available applications on the HPS which do not require authentication to run. No inputs. Outputs contain all information to execute the application on the HPS such as the ID of the application and the names of all parameters.

Created: 2012-07-03

Credits: User Anja Le Blanc

Workflow Task Data Pattern (BeanShell) (1)

Thumb
This is a sample implementation of "Task Data" pattern intoduced workflowPatterns.com It defines a variable inside a Beanshell and uses the passed value through the processors input. Details: http://www.workflowpatterns.com/patterns/data/visibility/wdp1.php

Created: 2012-07-06

Workflow Get Concept IDs (5)

Thumb
Purpose: The workflow retrieves the concepts within a concept set. The Web service/workflow currently returns no values (bug).

Created: 2012-07-06 | Last updated: 2014-07-14

Credits: User Kristina Hettne User Reinout van Schouwen User Martijn Schuemie User Marco Roos Network-member BioSemantics

Workflow Get concept information (5)

Thumb
The workflow takes a (list of) concept ID(s) as input and returns the profile, ID, definition and name of the concept.

Created: 2012-07-06 | Last updated: 2014-07-14

Credits: User Kristina Hettne User Reinout van Schouwen User Marco Roos User Martijn Schuemie Network-member BioSemantics

Workflow List Concept Sets (3)

Thumb
Pupose: The workflow returns a list of all Concept Set IDs currently available in the database. The Concept Sets have an hierarchical structure that can be inferred by referring to the parent Concept Set ID.

Created: 2012-07-06 | Last updated: 2014-07-14

Credits: User Kristina Hettne User Marco Roos User Reinout van Schouwen User Martijn Schuemie Network-member BioSemantics

Workflow Gene to Pathways (1)

Thumb
This is a Taverna workflow that given a gene ID fetches the corespondondings pathways. To do so, the workflow make use of two KEGG web services.

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

Credits: User Khalid Belhajjame

Workflow Find co-occurring documents (6)

Thumb
Purpose: This workflow search an indexed literature database for documents mentioning both of the input concepts. Author comments: Currently, PubMed is the underlying data source.

Created: 2012-07-13 | Last updated: 2014-07-14

Credits: User Kristina Hettne User Reinout van Schouwen User Marco Roos User Martijn Schuemie Network-member BioSemantics

Uploader

Workflow Example of how to use Sesame service and V... (1)

Thumb
This workflow needs as input a list of names of galaxies. Then it queries Sesame services to get the coordinates of this galaxies, and finally with this coordinates queries a Virtual Observatory Services (a cone service).

Created: 2012-07-14

Workflow Example of Execute_SQL_Query with parameters (1)

Thumb
This workflow connects to a mysql on localhost, queries the "world" database which is one of the test databases on MySQL 5.5, queries it about which countries have Dutch as a language, and emits answers in both Lists and in xml. This workflow is intended as an example to help you see the syntax for the various inputs to this local service beanshell. see: http://www.mygrid.org.uk/dev/wiki/display/taverna/Execute+SQL+Query for instructions on jars, dependencies etc. The jar used he...

Created: 2012-03-16 | Last updated: 2012-03-16

Credits: User Helen Hulme

Workflow Available instruments through DPAS which a... (1)

Thumb
This workflow uses a DPAS servlet to obtain all available intrument keys in the DPAS (Data Provider Access Service) and formats the return as VOTable.

Created: 2012-03-16 | Last updated: 2012-03-16

Credits: User Anja Le Blanc

Attributions: Workflow Available instruments through DPAS Workflow Split VOTable into its values

Workflow (Updated)Retrieve sequence in EMBL format. (1)

Thumb
This workflow retrieves a sequence associated with its features in embl format.

Created: 2012-03-19 | Last updated: 2012-04-02

Credits: User Ankit upadhyay

Uploader

Workflow DemoWorkflow (1)

Thumb
 Demo Workflow

Created: 2012-03-22 | Last updated: 2012-03-22

Credits: User Jribault

Uploader

Workflow Get Pathway-Genes and gene description by ... (2)

Thumb
Given a specific entrez gene id, returns the pathways that this gene participates in and for each of those pathways which genes (including their description) are associated with.

Created: 2012-03-27 | Last updated: 2012-04-03

Credits: User Eleni

Workflow BiomartAndEMBOSSMouseRat (1)

Thumb
This workflow retrieves all genes on human chromosome 22 that are associated with a disease and aligns the upstream regions of the mouse and rat homologues. The alignments are plotted and corresponding sequence ids are also returned.

Created: 2012-04-05

Credits: User Katy Wolstencroft

Workflow BiomartAndEMBOSSMouseRat (1)

Thumb
This workflow retrieves all genes on human chromosome 22 that are associated with a disease and aligns the upstream regions of the mouse and rat homologues. The alignments are plotted and corresponding sequence ids are also returned.

Created: 2012-04-05

Credits: User Alan Williams

Workflow BioMoby tutorial workflow (1)

Thumb
A workflow from part of the BioMoby tutorial

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow Demonstration of configurable iteration (1)

Thumb
This workflow shows the use of the iteration strategy editor to ensure that only relevant combinations of inputs are used during an implicit iteration.

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow EBI_InterproScan_NewServices (2)

Thumb
This workflow performs an interproscan at the EBI on sequences provided as input. The output is provided as text and xml. This workflow uses the new EBI services, which are asynchronous and require looping over the nested workflow (Status) until the workflow has finished. Many of the EBI services now work in this way, so you can use this workflow as an example of the invocation pattern and looping configuration.

Created: 2012-04-05 | Last updated: 2014-04-09

Credits: User Alan Williams

Workflow Example for external tools with zip and unzip (1)

Thumb
This workflow only works on a Unix machine. This workflow takes a fixed URL from which a text file is downloaded (output as Original_file). That file is zipped (output as Zipped_File) and then unzipped again (output as Unzipped_File). The orginal file and the unzipped version are then diff'd/

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow Example of conditional invocation (1)

Thumb
This workflow demonstrates how nested workflows can be conditionally invoked

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow Example of explicit looping (1)

Thumb
This workflow demonstrates how a nested workflow can be called an explicit number of times. Note that the loop iterator does not need to be used in the logic of the loop contents. It can be used as a sentinel (see the conditional workflow)

Created: 2012-04-05

Credits: User Alan Williams

Workflow Example workflow for REST and XPath activi... (1)

Thumb
This workflow fetches weather forecast for the user-specified location. First of all it uses the provided location name to obtain a WOEID ("Where On Earth ID") of that location, then uses that unique identifier to fetch the weather forecast from Yahoo server. Multiple results may be obtained in case there is no unique translation of the location to a WOEID. REST activity is used to perform HTTP requests and fetch data from remote servers; XPath activity is then used to parse the XML data a...

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow Fetch PDB flatfile from RCSB server (1)

Thumb
Given an identifier such as '1crn' fetches the PDB format flatfile from the RCSB

Created: 2012-04-05

Credits: User Alan Williams

Workflow Fetch today's xkcd comic (1)

Thumb
Use the local services and some filtering operations to fetch the comic strip image from http://xkcd.com/ Based on the FetchDailyDilbert workflow.

Created: 2012-04-05

Credits: User Alan Williams

Workflow Fetch Dragon images from BioMoby (1)

Thumb
Fetch images and annotations of snapdragons

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow GBSeq test (1)

Thumb
This workflow retrieves nucleotide and protein sequences with the literature and references associated to them given a protein and a nucleotide id.

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow Hello Anyone (1)

Thumb
An extension to helloworld.t2flow - this workflow takes a workflow input "name" which is combined with the string constant "Hello, " using the local worker "Concatenate two strings", and outputs the produced string to the workflow output "greeting".

Created: 2012-04-05 | Last updated: 2014-03-03

Credits: User Alan Williams

Workflow Hello World (1)

Thumb
One of the simplest workflows possible. No workflow input ports, a single workflow output port "greeting", outputting "Hello, world!" as produced by the String Constant "hello".

Created: 2012-04-05 | Last updated: 2014-03-03

Credits: User Alan Williams

Workflow Multiple choice quiz (1)

Thumb
A fun example workflow showing user-interaction and service looping

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow Numerically adding two values. (1)

Thumb
This workflow relies on a Unix system. It wraps the "bc" command line calculator. It downloads the calculation script from a URL.

Created: 2012-04-05

Credits: User Alan Williams

Workflow Pipelined list iteration (1)

Thumb
Perform multiple iterations of services in order to show pipelining

Created: 2012-04-05

Credits: User Alan Williams

Workflow Render gene via BioGPS (3)

Thumb
This workflow uses the REST API of BioGPS to list the plugins and then allow the user to select which plugin to use to display the input gene id

Created: 2012-04-05 | Last updated: 2012-05-23

Credits: User Alan Williams

Workflow Retrieve sequence in EMBL format (1)

Thumb
This workflow retrieves a sequence associated with its features in embl format

Created: 2012-04-05 | Last updated: 2012-04-05

Credits: User Alan Williams

Workflow Secure REST service call example (2)

Thumb
This is an example of a workflow that contains a call to a secure REST service that requires user to authenticate with HTTP Basic Authentication. You can use testuser/testpasswd as username and password for authentication when running the workflow.

Created: 2012-04-05 | Last updated: 2014-01-16

Credits: User Alan Williams

Workflow Secure Web service call example (2)

Thumb
This is an example of a workflow that contains a call to a secure Web service that runs behind HTTPS and requires user to authenticate. The first thing you can expect to see is a pop up dialog asking if you trust the Web service to be invoked over HTTPS. You can use testuser/testpasswd as username and password for authentication when running the workflow. To see where the security is being configured, right-click the service in the diagram and select "Configure security" from the menu. You ...

Created: 2012-04-05 | Last updated: 2013-06-11

Credits: User Alan Williams

Workflow Simple Python example (1)

Thumb
This workflow generates a random number within the range 0 to 100. The generation is done by a python script. The workflow assumes that python is in the path.

Created: 2012-04-05

Credits: User Alan Williams

Results per page:
Sort by: