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.

Workflow Make 28 CPUh load on the Grid (1)

Thumb
This workflow makes 28 CPU hours load on a Grid. Therefore it calls 100 times (represented by 100 input tokens) the program "makeload", which makes 1000 Seconds load each. The processing is done recurrent, so you can use this workflow to benchmark the speedup of your Grid environment, or just to heat up your computer center... This workflow also serves as an example of a typical parameter study modeled with GWorkflowDL. Of cause this workflow can only be invoked with a X509 certif...

Created: 2008-11-25 | Last updated: 2008-12-17

Credits: User Andreas Hoheisel

Workflow GWorkflowDL: Generic execution of programs (1)

Thumb
This workflow is an example of the execution of an arbitrary command line program. This workflow transfers a tar.gz package containing the linux program "date" to a free Grid resource, unpacks, and executes it. After execution the URL to the file with the standard output is available on "stdout", the standard error on "stderr".

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

Credits: User Andreas Hoheisel

Uploader

Workflow Calculation of molecular descriptors for m... (1)

Thumb
This workflow loads iteratively molecules from a database. For each molecule the atom typse are perceived before the hydrogens are added and the aromaticity is detected. Than the QSAR worker calculates the selected descriptors. The result of this calculation is stored in database table.

Created: 2008-11-15

Credits: User Thomasku

Workflow Write pathway to disk (2)

Thumb
Downloads and writes a pathway from WikiPathways to a local disk in the given file type.

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

Credits: User Thomaskelder

Uploader

Workflow Topological Substructure Search Workflow (1)

Thumb
This workflow performs a topological substructure search. The molecules to be searched are loaded from a MDL SD file. The substructure is loaded from a SMILES (workflow input). The matched molecules are converted to CML and for the molecules which do not contain the substructure the InChI is generated.

Created: 2008-11-06

Credits: User Thomasku

Workflow Sample makefile workflow (1)

A sample makefile workflow. Type 'make help' to print an help message. Nothing else is supported in this version. Interesting links about makefiles in bioinformatics: http://www.nodalpoint.org/2007/03/18/a_pipeline_is_a_makefile http://swc.scipy.org/lec/build.html

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

Credits: User Giovanni Dall'Olio

Workflow While Sample (1)

Thumb
This WF shows how to use while constructs in workflows. The condition block generates a true or false condition. The while loop is executed once, each time the condition is true.

Created: 2008-10-21

Credits: Network-member Trident

Workflow Extract lists from a tab-delimited spreads... (1)

Thumb
This workflow takes a spreadsheet exported as a tab delimited file, such as an Excel spreadsheet. The style is expected as a matrix of data with the first row containing the column names and the first column containing the row names (see below). The top left cell is discarded. The workflow outputs three lists. A list of column names, a list of row names, and a two deep list of data points. The first list is a list of the rows and the sublist is a list of values of the cells from the columns....

Created: 2008-10-17 | Last updated: 2008-10-18

Credits: User Andrew Gibson

Workflow Genetic Analysis parallel processing example (1)

Thumb
This workflow shows both parallel and sequential elements. Input files are read in parallel and the resulting output shared with later activities.

Created: 2008-10-13

Credits: Network-member Trident

Workflow get_enzymes_by_gene (1)

Thumb
Retrieve all the EC numbers which are assigned to a given gene Input example: eco:b0002

Created: 2008-10-08

Credits: User Franck Tanoh

Workflow runFunCUT (1)

Thumb
MOBY Web Services (synchronous and asynchronous) that describe the FunCUT method. Is recommended use asynchronous MOBY services because the method needs huge range of time.   FunCUT Method Short Description: Annotates homologous sequences and includes new features related to the specific identification of protein subfamilies (orthologous groups) FunCUT (Abascal and Valencia, 2003. PROTEINS: Structure, Function, and Genetics 53:683– 692 (2003)) is application based on the study...

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

Credits: User José Manuel Rodríguez

Workflow bconv (1)

Thumb
Converts external IDs to KEGG IDs.External database:  NCBI GI, NCBI GeneID, GenBank , UniGene , OMIM. Database prefix: ncbi-gi:, ncbi-geneid:, genbank: ,unigene: , uniprot: , omim: Example of input parameter: ncbi-gi:10047090 ncbi-geneid:14751

Created: 2008-09-29 | Last updated: 2008-09-29

Credits: User Franck Tanoh

Workflow Execute cmd line app - unix - /bin/ls -R o... (1)

Thumb
Note that this workflow only works on Unix systems. The get_temporary_directory beanshell returns the path to the directory in which temporary files are held. This value is passed to the create_and_populate_list beanshell which creates a list of '-R' and the path. The resultant list is passed to the args port of the Execute_cmd_line_app service. The command port of that service has been defaulted to '/bin/ls'. The execute_cmd_line_app service runs the /bin/ls -R command on the temporary ...

Created: 2008-09-27

Credits: User Alan Williams

Workflow Execute cmd line app - unix - /bin/ls of t... (1)

Thumb
Note that this workflow only works on Unix systems. The get_temporary_directory beanshell returns the path to the directory in which temporary files are held. This value is passed to the args port of the execute_cmd_line_app service. The command port of that service has been defaulted to '/bin/ls'. The execute_cmd_line_app service runs the /bin/ls command on the temporary directory. The result is passed to its result port and then to the out port of the workflow.

Created: 2008-09-27

Credits: User Alan Williams

Uploader

Blob Example XSLT file

Created: 2008-09-26 12:13:31

Credits: User Alan Williams

License: Creative Commons Attribution-Share Alike 3.0 Unported License

XSLT file to be used for example workflows

File type: Binary data

Comments: 0 | Viewed: 179 times | Downloaded: 282 times

This File has no tags!

Uploader

Blob Example XML file

Created: 2008-09-26 12:12:41

Credits: User Alan Williams

License: Creative Commons Attribution-Share Alike 3.0 Unported License

XML file to be used for example workflows

File type: XML

Comments: 0 | Viewed: 220 times | Downloaded: 377 times

This File has no tags!

Uploader

Workflow Insert Molecules into Database (1)

Thumb
This workflow reads the molecules form the an MDL SD File and stores them into a database. The database used here is a Postgres SQL database which uses the PGChem::Tigress chemoinformtic extension. To run this workflow you have to install the CDK-Taverna Plug-in for Taverna 1.7.1.0 from http://cdk-taverna.de/plugin

Created: 2008-08-29 | Last updated: 2008-08-29

Credits: User Thomasku

Workflow EBI_IntAct (1)

Thumb
Find protein binary interactions using the EBI's IntAct service. See http://www.ebi.ac.uk/intact/ for further details.

Created: 2008-07-09

Credits: User Hamish McWilliam

Workflow EBI_OLS_TermInfo (1)

Thumb
Get details of an ontology term given its identifer. This workflow uses the EBI's Ontology Lookup Service (OLS) to get the details of the ontology term. The OLS suports a wide range of biological and bioinformatic ontologies. See http://www.ebi.ac.uk/ontology-lookup/ for more information.

Created: 2008-07-09

Credits: User Hamish McWilliam

Workflow EBI_Whatizit (1)

Thumb
Perform a text-mining analysis of an input text document using the EBI's Whatizit tool (http://www.ebi.ac.uk/webservices/whatizit/info.jsf). Whatizit provides a number of text-mining pipelines which can can detect various terms of biological interest in text documents. For example finding gene names and mapping them to UniProtKB identifiers, finding chemical terms and mapping them to ChEBI, etc.

Created: 2008-07-09

Credits: User Hamish McWilliam

Creator

Pack Everything You Need To Know About myExperiment...


Created: 2008-07-02 22:31:12 | Last updated: 2008-07-02 23:12:37

... but were afraid to ask. This is the pack to go to for all information about myExperiment and the people involved in this project!

9 items in this pack

Comments: 0 | Viewed: 320 times | Downloaded: 81 times

Tags:

Workflow countryExample_working (1)

Thumb
This Workflow allows you to find a list of the cities in a particular country, the time zone that country is in, the conversion rate of the currency in that country and yours and the international dialling code for that country

Created: 2008-06-16

Credits: User Katy Wolstencroft

Workflow EBI_DaliLite (1)

Thumb
Pairwise structure comparison using the DaliLite tool. The EBI's WSDaliLite web service (see http://www.ebi.ac.uk/Tools/webservices/services/dalilite) is used to access the tool.

Created: 2008-06-07

Credits: User Hamish McWilliam

Workflow EBI_MAFFT (1)

Thumb
Perform a multiple sequence alignment using the MAFFT tool (see http://align.bmr.kyushu-u.ac.jp/mafft/software/). The EBI's WSMafft web service (see http://www.ebi.ac.uk/Tools/webservices/services/mafft) is used to access to tool. Note: the WSMafft service used by this workflow is deprecated as of 21st September 2010 and should not be used in any new development. This service is will be retired during 2011. EBI's replacement MAFFT services (REST or SOAP) should be used instead.

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

Credits: User Hamish McWilliam

Workflow EBI_MPsrch (1)

Thumb
Run a Smith-Waterman sequence search using the EBI’s WSMPsrch service (see http://www.ebi.ac.uk/Tools/webservices/services/mpsrch). Note: the WSMPsrch service used by this workflow was retired 27th January 2010. Equivalent functionality is available in the EBI's FASTA (REST or SOAP) and PSI-Search (REST or SOAP) services.  

Created: 2008-06-02 | Last updated: 2010-12-06

Credits: User Hamish McWilliam

Results per page:
Sort by: