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
Results per page:
Sort by:
Showing 20 results. Use the filters on the left and the search box below to refine the results.
Category: Workflow Tag: list

Workflow Empty list output and a value (1)

Thumb
Simply returns a port, depth 1, with nothing in it and a port, depth 0, with a constant.

Created: 2014-01-24

Credits: User Robert Haines User Alan Williams

Workflow Query EVS by chromosomal position (1)

Thumb
The workflow takes a list of chromosomal positions (in the format chr:pos e.g. 2:139574) and returns a selection of data in the Exome Variant Server (http://evs.gs.washington.edu/EVS/).

Created: 2013-07-26 | Last updated: 2013-07-26

Credits: User Sirisha Hesketh

Workflow Get Concept IDs (5)

Thumb
Purpose: The workflow retrieves the concepts within a concept set. The Web service/workflow currently returns no values (bug).

Created: 2012-07-06 | Last updated: 2014-07-14

Credits: User Kristina Hettne User Reinout van Schouwen User Martijn Schuemie User Marco Roos Network-member BioSemantics

Workflow Get image mimetype (1)

Thumb
Returns the mimetype of an image.

Created: 2012-02-21 | Last updated: 2012-02-21

Credits: User Markus Plangg

Workflow getFirstElementDFS (2)

Thumb
Returns the first element of a nested list using depth first search. The maximum depth of the input is set to 2. You can savely increase this by increasing the depth of the workflow input port and the beanshell input port. Taverna will wrap the input into a list with correct depth. However this will create a little overhead.

Created: 2012-01-13 | Last updated: 2012-02-13

Uploader

Workflow Longitude with beanshell (1)

Thumb
This workflow takes in a string value or list of values and pulls out longitude coordinates formatted as ###-##(N or S) using the following regular expression: \d\d\d-\d\d(E|W). The coordinates are processed and formatted to be in the form required by the web service used in my "Elevation plot" workflow. This workflow primarily contains string manipulation. For many of the text and list services used, the beanshell script needed to be modified in order to produce the formatti...

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

Credits: User Chrisser

Workflow Merge list of errors to string (2)

Thumb
Based on http://myexperiment.elda.org/workflows/27/ The beanshell scripts collectively builds a temporary file of the merged string (by default using newline as separator). As each item is appended to the file separately by Write_text_append, this means it can handle occassional errors in the list, such as in the output from Sometimes_fails. Such items are not included in the merged string. To use, merge with your workflow and delete "Create_Lots_if_Strings", "Sometimes_Fai...

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

Workflow Split string into string list, new line se... (1)

Thumb
Split string into string list using new line as separator. Should work in Linux, Mac and Windows.

Created: 2011-08-15 | Last updated: 2014-02-26

Credits: User Rafael C. Jimenez

Uploader

Workflow Download Structures from PubChem given che... (1)

Thumb
This workflow takes the input file containing chemical names and returns a single SDF file of structures. The names are searched against pubchem compounds via e-search. If the compound name is found an XML file containing PubChem ID is returned.The max return compound_ID is set to 1 which could be increased. If the compound name is not found then no ID is returned.  The pubchem compound_ID is then used to download structures from PubChem.  

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

Credits: User Kalai User Michael Gerlich

Attributions: Workflow Download Entries from PubChem

Workflow Using a Create_List script with a dot-prod... (1)

Thumb
Create_lots_of_strings gives implicit iteration over the service add_a_and_b - assume this is a service that returns two values which you now want to keep in a list [a,b]. The shim Create_list takes two single inputs, and returns a list of [in1, in2]. Configured with the Dot product list strategy it means that it will pipeline out [a1,b1], [a2,b2], [a3,b3] etc.Create_lots_of_strings gives implicit iteration over the service add_a_and_b - assume this is a service that returns two values which...

Created: 2011-02-02 | Last updated: 2011-02-02

Credits: User Stian Soiland-Reyes

Results per page:
Sort by: