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

Results per page:
Sort by: