All content

Search filter terms
Filter by category
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 4527 results. Use the filters on the left and the search box below to refine the results.
Uploader

Workflow Multi sequences NCBI BLAST (1)

Thumb
Run a BLAST analysis using the EBI's WSNCBIBlast service (see http://www.ebi.ac.uk/Tools/webservices/services/ncbiblast). This workflow wraps the EBI_NCBI_BLAST workflow to provide a basic user interface which prompts for the required inputs: sequence file, database, BLAST program and user e-mail. Other parameters (e.g. matrix, sort, gap penalties, etc.) are allowed to default.

Created: 2008-12-05

Credits: User Whybiocc

Attributions: Workflow EBI_NCBI_BLAST Workflow EBI_NCBI_BLAST_with_prompts Workflow EBI_Blast2InterPro

Workflow Create Ugi Library 001 (1)

Creates a virtual library of SMILES codes for all possible combinations of Ugi products based on lists of SMILES of starting materials in a Google Spreadsheet.  Uses Rajarshi Guha's web service. Can someone create a Taverna workflow that does this?

Created: 2008-12-04

Credits: User Jean-Claude Bradley

Workflow Workflow Pattern - Parallel Split (AND-Split) (1)

Thumb
This workflow is a GWorkflowDL representation of a parallel split that invokes A and B recurrently without synchronization. This workflow is equivalent to the following pseudo code: new Thread( end_A = A() ); new Thread( end_B = B() );

Created: 2008-12-03 | Last updated: 2008-12-03

Credits: User Andreas Hoheisel

Workflow Workflow Pattern - Sequence (1)

Thumb
This workflow is a GWorkflowDL representation of a sequence that sequentially invokes A and B. This workflow is equivalent to the following pseudo code: end_A = A(); end_B = B(end_A);

Created: 2008-12-03

Credits: User Andreas Hoheisel

Workflow blastp using the MRS system (1)

Thumb
This blastp workflow uses the blast service of MRS (http://mrs.cmbi.ru.nl). Inputs are a sequence (only amino acids, not a fasta sequence) and a database name. Valid database names that can be used are "sprot", "uniprot", "trembl", "pdb", "refseq", "ipi" and "gpcrdb". Output is returned in XML.

Created: 2008-11-28 | Last updated: 2008-11-28

Credits: User Bas Vroling

Workflow GWorkflowDL: Simple Test Workflow (1)

Thumb
This is a trivial test workflow modeled using the Grid Workflow Description Language (GWorkflowDL), which can be executed by means of the Grid Workflow Execution Service (GWES).

Created: 2008-11-25

Credits: User Andreas Hoheisel

Uploader

Workflow Get ART2A classification result showing th... (1)

Thumb
This workflow load an ART2A classifcation results and creates a diagram showing the origin allocation within the different cluster or classes. This is usable for performing a chemical diversity analysis. The result is stored within an PDF which contains a diagram and a table of the classification result.

Created: 2008-11-17

Credits: User Thomasku

Uploader

Workflow ART2A Classification Workflow (1)

Thumb
This workflow loads a vector from a database and performs an ART2A classification. The ART2A classificator contains various options which are changeable within the stored workflow configuration file. There is no UI for these content available.

Created: 2008-11-17

Credits: User Thomasku

Uploader

Workflow Molecular Weight Distribution (1)

Thumb
This workflow calculates the molecular weight of molecules stored in a postgres sql database with the Pgchem::tigress chemoinformatics cardridge. The cardridge perform the molecular weight calculation. The get a moleculear weight distribution worker creates a chart of the available data.

Created: 2008-11-07

Credits: User Thomasku

Uploader

Workflow Analyse the Atom Typing Result (1)

Thumb
This workflow is used to analyse the result of the atom typing workflow. It creates a pdf document contains a diagram to visualise the outcome from the atom typing test to detect the for the cdk unknown atom types.

Created: 2008-11-06

Credits: User Thomasku

Uploader

Workflow Extract ChEBI molecules from TSV file and ... (1)

Thumb
This worklfow load a TSV file from the ChEBI database. (normally structures.tsv) After the extraction of the molecules from the TSV file all non MDL mol files are removed before the valid molecules are inserted into a database.

Created: 2008-11-06

Credits: User Thomasku

Uploader

Workflow Substructure Search On Database (1)

Thumb
This workflow takes as input a SMILES. This represents the substructure, for which the database gets searched. The output of this workflow is a PDF showing the 2D structures of the matched structure from the substructure search on the database.

Created: 2008-11-06

Credits: User Thomasku

Uploader

Workflow Extraction of atom typing problems after l... (1)

Thumb
This workflow load molecules from the database and than checks whether the perception of the atom types works or not. After the extraction of the database identifier from all molecules which caused problems during this process will the identifier be written to a file.

Created: 2008-11-05

Credits: User Thomasku

Uploader

Workflow Load Molecules from a database and create ... (1)

Thumb
This workflow loads molecules from a database. The 2D structure of these molecules are shown within a table of a PDF document.

Created: 2008-11-05

Credits: User Thomasku

Uploader

Workflow InsertMoleculesIntoDatabase (1)

Thumb
This workflow load molecules into a database. The molecules originally are stored in a MDL SD file. As workflow input an origin is added to each molecule which gets stored into the database. The output of the workflow shows logs from the database insert process.

Created: 2008-11-05

Credits: User Thomasku

Uploader

Workflow Iterative loading of molecules from databa... (1)

Thumb
This workflow loads molecules from a database in an iterative manner using the SQL commands LIMIT and OFFSET. After the loading each molecule goes through an atom typing perception before the Hueckel Aromaticity Detector tries to detect the aromaticity. All id of the aromatic molecules will be written wo a text file.

Created: 2008-11-03

Credits: User Thomasku

Uploader

Workflow Sample grid workflow (1)

Thumb
This is a sample workflow submitting jobs to the EGEE grid using the Generic Application Service Wrapper (GASW). The job submission service has to be installed locally.

Created: 2008-10-24 | Last updated: 2008-10-31

Credits: User Glatard

Workflow XSL Transform (1)

Thumb
This WF downloads a web page and converts the content from HTML to XSL.

Created: 2008-10-21

Credits: Network-member Trident

Workflow NETCDFMean (1)

Thumb
This WF reads a netCDF file to a hyper cube data structure. Then this WF applies the mean transform to a variable in the netCDF file. The calculated mean is produced as part of the output.

Created: 2008-10-21

Credits: Network-member Trident

Workflow NetCDFDiff (1)

Thumb
This WF reads two netCDF files to two hyper cube data structures. Then this workflow uses the HyperCubeDiffTransform activity to perform difference operation between the values of a netCDF variable read from the two files. The WF generates a difference cube as output.

Created: 2008-10-21

Credits: Network-member Trident

Workflow If Sample (1)

Thumb
This WF is a sample which shows support of common programming constructs within Trident. The If workflow has two parts; the condition block which generates a TRUE or FALSE condition and two parallel branches for ‘If’ and ‘Else’.

Created: 2008-10-21 | Last updated: 2008-10-21

Credits: Network-member Trident

Workflow COVE Workflow (1)

Thumb
This workflow reads data from a netCDF file and sends out a message to COVE (collaborative ocean visualization environment). COVE reads the netCDF data and renders that.  

Created: 2008-10-21 | Last updated: 2008-10-21

Credits: Network-member Trident

Workflow Ugi Reactions in Eppendorf tubes (1)

To carry out Ugi reactions as quickly and as reproducibly as possible on small scales for products that precipitate out of methanol. Mirrored from usefulchem.wikispaces.com/EXPLAN005

Created: 2008-10-21

Credits: User Danius Michaelides Network-member UsefulChem

Workflow Isolating the free amines of Ugi products ... (1)

Isolate the free amines of Ugi products after boc-deprotection. Mirrored from usefulchem.wikispaces.com/EXPLAN004.

Created: 2008-10-21 | Last updated: 2008-10-21

Credits: User Danius Michaelides Network-member UsefulChem

Workflow Astronomic Observation conditionals example (1)

This workflow contains conditional processing. Trident does not have a good visualization for these yet, but it is good to see how conditionals work.

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

Credits: Network-member Trident

Results per page:
Sort by: