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 XSTAR (3)

Thumb
This is a simple workflow designed to run XSTAR with an user selected input. XSTAR is a computer program for calculating the physical conditions and emission spectra of photoionized gases. More information can be found here: - XSTAR home page: http://heasarc.nasa.gov/lheasoft/xstar/xstar.html - XSTAR on the Spinet client (Soaplab2): http://caoba.ivic.ve:8180/soaplab2-axis/

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

Uploader

Workflow myFirstLinearDataflow (1)

Thumb
No description

Created: 2010-04-12

Credits: User Paolo

Workflow Entrez Gene to KEGG Pathway (2)

Thumb
This workflow takes in Entrez gene ids then adds the string "ncbi-geneid:" to the start of each gene id. These gene ids are then cross-referenced to KEGG gene ids. Each KEGG gene id is then sent to the KEGG pathway database and its relevant pathways returned.

Created: 2010-04-15 | Last updated: 2010-04-15

Credits: User Paul Fisher

Workflow Available instruments through DPAS (5)

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: 2010-04-15 | Last updated: 2012-03-16

Workflow Retrieve all data for all instruments for ... (3)

Thumb
This workflow looks up all instruments known to have worked during the requested periode of time (ICS), restructures results to make them fit instruments.xsd and requests data for this periode from DPAS. Result: VOTable with list of URLs to data.

Created: 2010-04-15 | Last updated: 2010-08-09

Credits: User Anja Le Blanc

Attributions: Workflow Extracting data from VOTable format by using XPath query

Workflow DPAS simpel query workflow (1)

Thumb
call of the simpleQuery web service; all inputs are requested from the user; xml list as output file format

Created: 2010-04-16

Workflow HEC standard query (1)

Thumb
calls the HEC web service; inputs are start and stop time, which table should be queried and an optional where clause, as in an SQL statement output is of VOTable format

Created: 2010-04-16

Workflow DPAS general query (1)

Thumb
general query to DPAS; it gets a list of instruments and lists for start and stop times; for a query hessiEC, phoenix2; start times 2001-01-01 00:00:00, 2005-04-01 00:00:00; stop times 2001-01-05 00:00:00, 2005-05-1 00:00:00 it would perform to queries: hessiEC from 2001-01-01 00:00:00 to 2001-01-05 00:00:00 and phoenix2 from 2005-04-01 00:00:00 to 2005-05-1 00:00:00 There is only one output file with the results from both queries.

Created: 2010-04-19 | Last updated: 2010-04-19

Credits: User Anja Le Blanc

Workflow DPAS general query with sorted field (1)

Thumb
same as DPAS general query. Calling the DPAS sortedQuery web service. additional input: partialSorting input boolean true or false false all result entries are sorted by start measurementTime true each request is sorted by measurement time; no overall time order, but queries stay in the order they there asked.

Created: 2010-04-19 | Last updated: 2010-04-19

Credits: User Anja Le Blanc

Workflow retrieve data for all instruments for even... (1)

Thumb
This workflow uses the HEC to retrieve events for a time spane given by the user from a HEC table given by the user as well. It uses all instruments available in the DPAS to retrieve data for the events Output: XML as returned by the DPASThis workflow uses the HEC to retrieve events for a time spane given by the user from a HEC table given by the user as well. It uses all instruments available in the DPAS to retrieve data for the events; empty results are filtered out, the data is combind wi...

Created: 2010-04-21

Credits: User Anja Le Blanc

Attributions: Workflow DPAS general query Workflow HEC standard query Workflow Retrieve all data for all instruments for a given periode of time

Workflow Census data and PRM services integration (1)

Thumb
This workflow combines services that provide census data with PRM (Population Reconstruction Model) services.

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

Credits: User Alex Nenadic

Workflow Census data service (1)

Thumb
Census data services, invoked with a fixed SQL query

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

Credits: User Alex Nenadic

Workflow PRM (People Reconstruction Model) service (2)

Thumb
No description

Created: 2010-04-21 | Last updated: 2010-09-15

Credits: User Alex Nenadic

Workflow DataBiNS with Kegg ID (3)

Thumb
Consumes a KEGG gene id and mines for pathway, GO, PubMed and SNP information about that gene

Created: 2009-07-09 | Last updated: 2010-11-22

Credits: User Mark Wilkinson User Fong Chun Chan

Uploader

Workflow KEGG Gene IDs to KEGG Pathways (1)

Thumb
this is a simplified version of Paul's workflow (linked?) that is designed to be provenance-friendly

Created: 2009-06-04 | Last updated: 2010-01-07

Credits: User Paolo

Attributions: Workflow Pathways and Gene annotations for QTL region

Uploader
Avatar Rob

Workflow myWorkflow (2)

Thumb
asdasdasd

Created: 2009-06-09

Credits: User Rob

Workflow G-language Genome Analysis Environment - B... (2)

Thumb
Given an identifier for genome sequence (by default, genome of Mycoplasma genitalium: refseq:NC_000908) or raw sequence data in FASTA format, this workflow calculates and graphs the following properties using the G-language Genome Analysis Environment: GC skew (gcskew), cumulative GC skew (gcskew_cumulative), GC skew of coding/intergenic/GC3 (genomicskew), GC content with sliding windows (gcwin), replication origin and terminus (find_ori_ter), codon usage table (codon_usage), the Codon Adapta...

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

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - B... (2)

Thumb
Given a numerical vector (array), this workflow calculates the maximum value (max) and its index (maxdex), minumum value (min) and its index (mindex), mean, sum, median, and standard deviation. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

Created: 2010-04-05

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - G... (2)

Thumb
This workflow calculates and graphs the GC skew of a given genome sequence. Use this as a template for using more than 100 analysis programs implemented in G-language Genome Analysis Environment, which can be used in a similar manner. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

Created: 2010-04-05

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - G... (2)

Thumb
This workflow calculates and graphs the GC skew (by default, for keto bases, with window size of 1000) of a given genome sequence identifier. Here the genome sequence in Fasta format is downloaded through the Togo Web Service with RefSeq identifier. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

Created: 2010-04-05

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - B... (2)

Thumb
This workflow shows simple sequence manipulation functions of G-language GAE, such as random shuffling, obtaining a reverse complement, and translation of nucleotide sequences, and showing basic composition statistics for nucleotide and amino acid sequences. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

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

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - G... (2)

Thumb
This workflow calculates and graphs the GC skew of a given genome sequence (for the entire genome, for only the coding sequences, for only the intergenic regions, and for only the third codon positions), as well as the GC content with sliding windows. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

Created: 2010-04-05

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - G... (3)

Thumb
This workflow calculates and graphs the AT skew of a given genome sequence, using options of gcskew program. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

Created: 2010-04-05 | Last updated: 2011-01-09

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - S... (2)

Thumb
This workflow calculates the Student's T-test and Pearson/Spearman correlations. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

Created: 2010-04-05

Credits: User cory (Kazuki Oshita)

Workflow G-language Genome Analysis Environment - R... (2)

Thumb
This workflow displays a documentation of G-language GAE programs. If you input the "keywords", this workflow searches for the keyword through the documentations. See http://www.g-language.org/ for more information about the G-language Genome Analysis Environment.

Created: 2010-03-30 | Last updated: 2010-03-30

Credits: User cory (Kazuki Oshita)

Workflow Execute GWorkflowDL workflow using Taverna 2 (1)

Thumb
This workflow makes use of the "Grid Workflow Execution Service" (GWES) in order to exececute a GWorkflowDL workflow by means of the Taverna Workbench 2. As the GWES is deployed as a regular SOAP service, the WSDL can be imported as a normal service into the Taverna Workbench.

Created: 2009-06-30 | Last updated: 2009-06-30

Credits: User Andreas Hoheisel

Uploader

Workflow EBI InterproScan T2 (1)

Thumb
This T2 version of the Interpro scan workflow is an example of the while loop in action. This is used to poll the async EBI service for the result (busy waiting)

Created: 2009-06-30 | Last updated: 2009-06-30

Credits: User Stian Soiland-Reyes User Katy Wolstencroft

Attributions:

Workflow Execute GWorkflowDL workflow using Taverna... (1)

Thumb
This workflow makes use of the "Grid Workflow Execution Service" (GWES) in order to exececute a GWorkflowDL workflow by means of the Taverna Workbench 2. As the GWES is deployed as a regular SOAP service, the WSDL can be imported as a normal service into the Taverna Workbench. This workflow contains all the input parameters as string constants, so it can be started right away without user inputs.

Created: 2009-06-30

Credits: User Andreas Hoheisel

Attributions: Workflow Execute GWorkflowDL workflow using Taverna 2

Workflow EBI_InterProScan for Taverna 2 (2)

Thumb
Perform an InterProScan analysis of a protein sequence using the EBI’s WSInterProScan service (see http://www.ebi.ac.uk/Tools/webservices/services/interproscan). The input sequence to use and the user e-mail address are inputs, the other parameters for the analysis (see Job_params) are allowed to default. InterProScan searches a protein sequence against the protein family and domain signature databases integrated into InterPro (see http://www.ebi.ac.uk/interpro/). A set of matches to the s...

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

Credits: User Stian Soiland-Reyes User Paolo User Katy Wolstencroft User Hamish McWilliam

Attributions: Workflow EBI InterproScan T2 Workflow EBI_InterProScan

Workflow EBI_InterProScan for Taverna 2 (2)

Thumb
Perform an InterProScan analysis of a protein sequence using the EBI’s WSInterProScan service (see http://www.ebi.ac.uk/Tools/webservices/services/interproscan). The input sequence to use and the user e-mail address are inputs, the other parameters for the analysis (see Job_params) are allowed to default. InterProScan searches a protein sequence against the protein family and domain signature databases integrated into InterPro (see http://www.ebi.ac.uk/interpro/). A set of matches to t...

Created: 2010-01-26 | Last updated: 2010-11-24

Credits: User Stian Soiland-Reyes User Katy Wolstencroft User Paolo User Hamish McWilliam

Attributions: Workflow EBI_InterProScan for Taverna 2 Workflow EBI InterproScan T2 Workflow EBI_InterProScan Workflow EBI InterProScan

Workflow Biomart and EMBOSS analysis (1)

Thumb
Using Biomart and EMBOSS soaplab services, This workflow retrieves a number of sequences from 3 species: mouse, human, rat; align them, and returns a plot of the alignment result. Corresponding sequence ids are also returned.

Created: 2009-07-03 | Last updated: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow BiomartAndEMBOSSAnalysis

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: 2009-07-03 | Last updated: 2009-07-03

Credits: User Stian Soiland-Reyes User Tomoinn

Attributions: Workflow Demonstration of configurable iteration

Workflow Fetch PDB flatfile from RCSB server (1)

Thumb
Given an identifier such as '1crn' fetches the PDB format flatfile and returns the corresponding 3D image of the protein.

Created: 2009-07-03 | Last updated: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow Fetch PDB flatfile from RCSB server Workflow Fetch PDB flatfile from RCSB server

Workflow Fetch today's xkcd comic (1)

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

Created: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow Fetch today's xkcd comic

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: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow GBSeq test

Workflow Retrieve sequence in EMBL format (1)

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

Created: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow Retrieve sequence in EMBL format

Workflow A workflow version of the EMBOSS tutorial (1)

Thumb
Designed to show the use of EMBOSS based Soaplab services from Taverna, this workflow has no inputs as all initial values are specified as string constants. A sequence set is fetched using the seqret tool, then simultaneously scanned for predicted transmembrane regions and subjected to a multiple alignment using emma. This alignment is then plotted to a set of PNG images and also used to build a profile using the prophecy and prophet tools.

Created: 2009-07-03 | Last updated: 2009-07-03

Credits: User Stian Soiland-Reyes

Attributions: Workflow A workflow version of the EMBOSS tutorial

Workflow Pipelined list iteration (1)

Thumb
Perform multiple iterations of services in order to show pipelining

Created: 2009-07-03

Credits: User Stian Soiland-Reyes User Ian Dunlop

Workflow getGoTermsFromUniprotId (1)

Thumb
This service is invoking UniprotAPI to retrive GOTerms associated with the list of UniprotIds provided in the input. It is using Axis2 webservice created using UniprotAPI and published with wsdl. Example uniprotIds for input: "A2ABK7", "A2ABK8", "A2ABK9"

Created: 2009-07-09 | Last updated: 2009-07-09

Credits: User Jelena (Obradovic) Dreskai

Workflow getPubMedIdsFromUniprotIds (1)

Thumb
This service is invoking UniprotAPI to retrive PubMedIds for articles associated with the list of UniprotIds provided in the input. It is using Axis2 webservice created using UniprotAPI and published with wsdl. Example uniprotIds for input: "Q5VWZ2"

Created: 2009-07-09

Credits: User Jelena (Obradovic) Dreskai

Uploader

Workflow Tutorial Workflow (2)

Thumb
No description

Created: 2009-07-18

Credits: User Nima

Uploader

Workflow Term Extraction with NaCTeM's TerMine Tool (2)

Thumb
Pass in text and retrieve a list of terms discovered ranked by their importance within the text.

Created: 2009-07-23

Credits: User Brian Rea Network-member National Centre for Text Mining (NaCTeM)

Uploader

Workflow An example workflow with WSRF service (1)

Thumb
An example workflow with WSRF service The service used is http://sidgrid.ci.uchicago.edu:8100/wsrf/services/CounterService The service is included in Globus toolkit installation (ws-core). If the it is down you can host your own and modify the workflow definition file to point to your own. The workflow first creates a counter instance and adds the value 10 for two times to the same counter. Therefore the result should be 20.

Created: 2009-07-28

Credits: User Wei Tan User Stian Soiland-Reyes

Workflow Retrieve details on genetic marker by UniS... (3)

Thumb
The workflow retrieves the marker's primers and the organism name - if available. The organism name may not be unique for a given marker. The primers should be. It would be nice if some good soul could investigate how to retrieve the various mappings from the site. The retrieval of the primers is thought to prepare for a manual mapping of the marker's chromosomal location.

Created: 2009-08-19

Credits: User Steffen Möller

Workflow EBI_InterProScan for Taverna 2 (1)

Thumb
Perform an InterProScan analysis of a protein sequence using the EBI’s WSInterProScan service (see http://www.ebi.ac.uk/Tools/webservices/services/interproscan). The input sequence to use and the user e-mail address are inputs, the other parameters for the analysis (see Job_params) are allowed to default. InterProScan searches a protein sequence against the protein family and domain signature databases integrated into InterPro (see http://www.ebi.ac.uk/interpro/). A set of matches to the s...

Created: 2010-07-04 | Last updated: 2010-07-04

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: 2010-07-04 | Last updated: 2010-07-04

Credits: User Tomoinn

Workflow Fetch today's xkcd comic (1)

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

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Tomoinn User Stian Soiland-Reyes

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: 2010-07-04 | Last updated: 2010-07-04

Credits: User Franck Tanoh

Workflow Pipelined list iteration (1)

Thumb
Perform multiple iterations of services in order to show pipelining

Created: 2010-07-04 | Last updated: 2010-07-04

Credits: User Ian Dunlop User Stian Soiland-Reyes

Results per page:
Sort by: