All content

Search filter terms
Filter by category
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Results per page:
Sort by:
Showing 2 results. Use the filters on the left and the search box below to refine the results.
Type: Taverna 2 Tag: tools Group: Computational Grid

Workflow Example for external tools with gzip and g... (1)

Thumb
This workflow is self-contained. It has a fixed URL from which a text file is downloaded (output as Original_file). That file is gzipped (output as Compressed_File) and then gunzipped again (output as Decompressed_File). The workflow wraps external tools from taverna.nordugrid.org and needs a beta version of Taverna 2.3 or later.

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

Credits: User Steffen Möller User Alan Williams

Workflow External Tool: Numerically adding two valu... (1)

Thumb
The workflow is an examples for the External Tools / UseCase plugin to integrate external tools. It wraps the "bc" command line calculator. Internally, it executes the following script: if [ ! -r "$1" ]; then echo "Cannot read file indicated by first argument '$1'." ; exit -1 ; fi ; if [ ! -r "$2" ];then echo "Cannot read file indicated by second argument '$1'." ; exit -1 ; fi if [ -x /usr/bin/bc ]; then ...

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

Credits: User Steffen Möller

Results per page:
Sort by: