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 Get Molecular Weight Distribution From QSA... (2)

Thumb
This workflow calculates a molecular weight distribution from given QSAR vector. The QSAR data containing the molecular weight values is read from a CSV file and converted into a QSAR vector. Finally, the Get_molecular_Weight_Distribution_From_QSAR_vector extracts the weight data and saves it as CSV files.

Created: 2010-12-15 | Last updated: 2011-07-21

Workflow Lemmatization (3)

Thumb
The workflow lemmatizes the text in the input port. Takes text as input and returns (language dependent) lemmatized text as output. All the words in the resulting text are in the same order as in the original text, but they are transformed to their dictionary form. The workflow asks for the language of lemmatization. Currently, 12 languages are supported: en,sl,ge,bg,cs,et,fr,hu,ro,sr,it,sp.

Created: 2010-12-17 | Last updated: 2010-12-23

Credits: User Petra Kralj Novak

Attributions: Workflow Select from a list of possible web service parameter values

Workflow Multiple choice quiz (1)

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

Created: 2010-09-06

Credits: User George

Attributions: Workflow Multiple Choice Quiz

Uploader

Workflow Principle Component Analysis (PCA) over mi... (1)

Thumb
Principle Component Analysis (PCA) over microarray data. Data is uploaded through caGrid transfer ultility.

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

Credits: User Wei Tan

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

Thumb
Note that this workflow depends upon the REST and XPath plugins. 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 d...

Created: 2010-09-13 | Last updated: 2010-09-13

Credits: User Sergejs Aleksejevs

Workflow retrive dpas data for all ics instruments ... (1)

Thumb
This workflow demonstrates the standard query there events for a period of time are requested from the HEC service, available instruments for this time come from the ICS and data only for the times of the events are requested from the DPAS.

Created: 2010-09-14 | Last updated: 2010-09-14

Credits: User Anja Le Blanc

Attributions: Workflow Extracting data from VOTable format by using XPath query Workflow Retrieve all data for all instruments for a given periode of time

Workflow retrive dpas data for all ics instruments ... (1)

Thumb
This workflow demonstrates the standard query where events for a period of time are requested from the HEC service, available instruments for this time come from the ICS and data only for the times of the events are requested from the DPAS. In this version data from only 3 random events (out of the HEC list) will be requested from the DPAS.

Created: 2010-09-14 | Last updated: 2010-09-14

Credits: User Anja Le Blanc

Attributions: Workflow retrive dpas data for all ics instruments for HEC event data

Uploader

Workflow From PDF to lemmatized text (1)

Thumb
This workflow uses the web service stationed in JSI (IJS Slovenia), which is based on Matjaž Juršič's LemmaGen - lemmatization engine. The workflow accepts a PDF file as an input an uses James Eales's wrokflows to preprocess the data. The workflow interactively asks the user of which language is the text, since the lemmatization process is language based. The output is a string in Taverna Workbench.

Created: 2010-09-16 | Last updated: 2012-01-18

Credits: User Netr User James Eales

Attributions: Workflow PDF to plain text Workflow Clean plain text

Uploader

Workflow BowtieToPileup (1)

Thumb
This example workflow aligns short sequencing reads to a reference genome using Bowtie and generates a SAMtools pileup file. By analysing an actual data set (SNP detection in N. vitripennis) and translating this analysis pipeline into a Taverna workflow, I was able to come up with an easy way of using Taverna for such analysis. I created a Java API (with my limited Java experience) that wraps the command line programs used in the analysis pipeline: Bowtie and some of the SAMtools. Instead of ...

Created: 2010-09-16

Workflow Population projection transport simulation (1)

Thumb
Neiss Transport Sim Demo. Runs a population reconstruction model (PRM) from census data, then projects the simulation through time. Also runs a transport simulation before and after the projection.

Created: 2010-09-22 | Last updated: 2010-09-22

Credits: User Nick Malleson

Workflow Maptube mapper (2)

Thumb
Takes a URL of some spatially-aggregated data and a field/column name to map and generates a MapTube url to an online map of the data.

Created: 2010-09-22 | Last updated: 2011-01-10

Credits: User Nick Malleson

Uploader

Workflow BioXSD example workflow (1)

Thumb
An attempt to implement in the BioXSD workflow described by Kalas et al., (2010) Bioinformatics 26:i540-6. The workflow only calls one BioXSD web service (BLAST) since the second service (ClustalW) in the example workflow is currently down :(

Created: 2010-10-12 | Last updated: 2010-10-12

Credits: User Peter Li

Workflow Polygon buffer - Using pyWPS (1)

Thumb
Basic example on how to integrate a Web Processing Service (WPS) using  PyWPS's WSDL/SOAP The workflow will accept a GML file with featureCollection where polyon is described using gml:coordinate element structure. This GMl is easely generated with GDAL. The coodinate structure will be converted to WKT and used to create a polygon using shapely, the output will be a buffer polygon with a defined width. Output polygon will replace the orginal polygon and the existing XML will be return...

Created: 2010-10-26 | Last updated: 2010-10-26

Credits: User Jorgejesus

Workflow Decode base64 to byte[] (1)

Thumb
The decode base64 to byte[] service decodes the base64 string. The byte array is then converted into the string 'Hello world'.

Created: 2010-10-28

Workflow Encode byte[] to base64 (1)

Thumb
The encode byte[] to base 64 service encodes the bytes representing (in the local character set) 'hello'.

Created: 2010-10-28

Workflow Read GenBank file (1)

Thumb
The Read_GenBank_file service reads the file at the genbank_file_url and converts the GenBank data into Agave format. The result is then sent to the workflow's gen_bank_data port.

Created: 2010-10-28 | Last updated: 2010-10-28

Workflow Read SwissProt file (1)

Thumb
The Read_SwissProt_file service reads the file at the swiss_prot_file_url and converts the SwissProt data into Agave format. The result is then sent to the workflow's swiss_prot_data port.

Created: 2010-10-28 | Last updated: 2010-10-28

Workflow Reverse complement DNA (1)

Thumb
The Reverse Complement DNA service takes the DNA sequence, here defaulted to 'gatcctccat' and outputs the corresponding reverse complement sequence, in this example, 'atggaggatc'.

Created: 2010-10-28

Workflow Transcribe DNA (1)

Thumb
The Transcribe DNA service takes the DNA sequence, here defaulted to 'gatcctccat' and outputs the corresponding transcribed RNA sequence, in this example, 'gauccuccau'.

Created: 2010-10-28

Workflow Concatenate files - echo results and multi... (1)

Thumb
The workflow splits the string 'a,b,c,d,e' into its five elements and saves the individual strings to five temporary files. The file paths to those files are then output by the create_and_populate_temporary_file beanshell. The create_temporary_file beanshell creates a file to which the concatentation can be written. The concatenate_files service concatenates the five files and writes the result to the temporary output file. Because the displayresults port has been given a default value of...

Created: 2010-10-28

Results per page:
Sort by: