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 80 results. Use the filters on the left and the search box below to refine the results.
Tag: example Licence: by-sa

Workflow TextGrid: Test workflow (on ingrid) (1)

Thumb
Test workflow that invokes CRUD read on ingrid.

Created: 2008-12-17

Credits: User Andreas Hoheisel

Workflow TextGrid: Test workflow (2)

Thumb
This is a first test workflow that demonstrate, how to use the GWES for a document-style Web Service within TextGrid.

Created: 2008-12-17

Credits: User Andreas Hoheisel

Workflow Workflow Pattern - Multi Choice (OR Split) (2)

Thumb
This workflow is a GWorkflowDL representation of a multi choice (OR Split) that invokes either A or B or A and B.

Created: 2008-12-09

Credits: User Andreas Hoheisel

Workflow Workflow Pattern - Exclusive Choice (XOR-S... (2)

Thumb
This workflow is a GWorkflowDL representation of an exclusive choice (XOR Split) that invokes either A or B. This workflow is equivalent to the following pseudo code: x = XOR_Split; if (x=="true") { end_A = A(x); } else { end_B = B(x); }

Created: 2008-12-09

Credits: User Andreas Hoheisel

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 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

Workflow Workflow Pattern - Synchronization (AND-Join) (2)

Thumb
This workflow is a GWorkflowDL representation of a synchronization (AND Join) that waits until A and B finish their execution. This workflow is equivalent to the following pseudo code: threadA = new Thread( end_A = A() ); threadB = new Thread( end_B = B() ); threadA.join(); threadB.join();

Created: 2009-01-19

Credits: User Andreas Hoheisel

Workflow Basic eSearch/eFetch cycle (1)

Thumb
This is a basic eSearch/eFetch workflow created with taverna and using eUtils from NCBI. It accepts a query term as input (at the moment, for testing purposes, this is a fixed string), interrogate eSearch to retrieve the list of related sequences on the Nucleotide database, and use eFetch to retrieve the corresponding sequences. I wrote this workflow one year ago, when I was trying to understand how taverna and eUtils work; I suspect it broken, and of course it could be enhanced, so I am ...

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

Credits: User Giovanni Dall'Olio

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

Results per page:
Sort by: