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 2916 results. Use the filters on the left and the search box below to refine the results.
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 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 Extract Gene Sequence with Kepler (1)

Thumb
This is a workflow which allows one to extract gene sequence information using the accession number as the input.  Multiple outputs include a file output of sequence header information, as well as one output window of base pair count, ratios and gene sequence.

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

Credits: User Wdsnellg

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

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 [untitled] (1)

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

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

Credits: User Zhaoyingguang

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 Biomart datasets for the Ensembl Genes mar... (1)

Thumb
Retrieve Biomart datasets for the Ensembl Genes mart service (one dataset per specie).

Created: 2011-10-03

Credits: User Rafael C. Jimenez

Uploader

Workflow Calculating galaxies distances using data ... (1)

Thumb
This workflow needs two inputs: a file with the list of the names of galaxies whose distance are going to be calculated (name galaxy file), and a file with our values of velocity for each galaxy (local velocity file). This workflow is composed by 5 nested workflow. The first one is used to read line by line the name galaxy file. This list of names is the input for the following two nested workflows. One of them uses the line with the name of galaxy to call HyperLEDA and to extract the veloci...

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

Uploader

Workflow Fetch dinosaur comic (1)

Thumb
This workflow fetches a comic from http://qwantz.com  

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

Credits: User Chrisser

Uploader

Workflow Simple Mathematics example (1)

Thumb
This workflow is an example of how Kepler can be used to perform a simple mathematics operation. This example is based on Kepler example file "01-SimpleAddition.xml".  

Created: 2011-09-28

Credits: User Chrisser

Uploader

Workflow Hello Hipster World (1)

Thumb
This workflow takes 5 constants and outputs five lines of text. In this example, the constant boxes are filled with meaningless text copied and pasted from http://hipsteripsum.me.   This workflow is a modification to the "04-HelloWorld.xml" example file that comes with Kepler.

Created: 2011-09-28

Credits: User Chrisser

Uploader

Workflow Make cat and girl date (1)

This workflow produces today's date, formats it in YYYY-MM-DD- and adds that sequence into a URL for a cat and girl comic of that date. unfortunately, there is a descriptive word at the end of every file name, so a wild card must come between the date and the .gif suffix. I have not figured out how to make the wild card be read as a regular expression, rather than as a  part of the web address.

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

Credits: User Atminer

Uploader

Workflow Fetch a cat and girl comic (1)

This workflow retrieves the cat and girl comic whose name is specified in the URL constant.

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

Credits: User Atminer

Uploader

Workflow Kepler Comic (1)

This Kepler workflow displays an image when a URL is supplied. Based on DisplayImage by Matt Jones

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

Credits: User Mutanthumb

Uploader

Workflow Absolute Value (1)

This Kepler workflow does this basic calculation: 3 + 5 */ 3 + - 5 then take the absolute value of the whole mess   Based on BasicAddition by Matt Jones

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

Credits: User Mutanthumb

Uploader

Workflow Hello Hipster (1)

This is a Kepler workflow which modifies the usual Hello World to show LoremHipster text instead. Based on "Hello World" by Matt Jones

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

Credits: User Mutanthumb

Workflow Complex Addition Part 2 (1)

Thumb
This workflow provides a way to do more complex addition/subtraction (and mutliplication/division) operations in Kepler. All of the input values are completely customizable. This is the second of two workflows (the extra credit).   Based on the workflow 01-SimpleAddition.kar by Matt Jones (NCEAS) in May 2006. The workflow is packaged with Kepler.

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

Credits: User Kayleigh Ayn Bohémier

Attributions: Workflow Complex Addition

Workflow Get Silly Vamp (1)

Thumb
This workflow grabs the Silly Vamp comic strip. It is inspired by the Taverna workflow to get the latest XKCD comic.   The comic date can be customized. Please right-click on "IMAGE NAME" and change the value to the specific date you want. The date format is   YYMMDD   For example, June 26, 2011 would be:   110626

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

Credits: User Kayleigh Ayn Bohémier

Workflow Complex Addition (1)

Thumb
 This workflow provides a way to do more complex addition/subtraction (and mutliplication/division) operations in Kepler. All of the input values are completely customizable.   Based on the workflow 01-SimpleAddition.kar by Matt Jones (NCEAS) in May 2006. The workflow is packaged with Kepler.

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

Credits: User Kayleigh Ayn Bohémier

Workflow Hello Hipster (1)

Thumb
This script is based on the classic "Hello World" in Kepler created by Matt Jones (May 2006) at NCEAS.   It takes a string of phrases from the generator at http://hipsteripsum.me/ and consolidates the strings into one long paragraph.

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

Credits: User Kayleigh Ayn Bohémier

Uploader

Workflow Fetch Buni in Kepler (1)

Thumb
This Kepler allows one to fetch a Buni comic from the image URL.

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

Credits: User Wdsnellg

Uploader

Workflow Simple addition Kepler workflow expanded (1)

Thumb
This Kepler allows one to perform mathematical equations, including addition, subtraction, muliplication, and division. 

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

Credits: User Wdsnellg

Uploader

Workflow String input for Kepler (1)

Thumb
This Kepler workflow allows one to display multiple strings together with the use of a display actor with its input multiport.  The result is each string output on a line, but all together.

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

Credits: User Wdsnellg

Uploader

Workflow arithmetic (1)

This solves the equation |x+5/x-5|  , where x=3.   Based on the Kepler sample script 01-SimpleAddition.xml    

Created: 2011-09-24

Credits: User Atminer

Results per page:
Sort by: