Version 2 (latest)
(of 2)
|
Version created on:
03/10/07 @ 18:36:05
by:
Paul Fisher
|
Revision comments
Last edited on: 13/11/07 @ 16:20:42 by: Paul Fisher
Title: Remove null values
Type: Taverna 1
Preview
(Click on the image to get the full size)
Description
This workflow removes any null values from a list of strings
Download
Run
Option 1:
Note: you need to have both the WHIP Launcher and the Taverna myExperiment/WHIP plugin installed on your machine for this to work. See here for information.
Option 2:
Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/20/download?version=2
[ More Info
]
Workflow Components
Workflow Type
Log in to add Tags
Shared with Groups (0)
None
Current:
4.0 / 5
(2 ratings)
Log in to rate and see breakdown of ratings
Statistics
None
Earliest Version:
[1] - Remove null values
Latest Version:
[2] - Remove null values
Reviews
(0)
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Linked Data
Non-Information Resource URI: http://www.myexperiment.org/workflows/20
Alternative Formats
Copyright © 2007 - 2011 The University of Manchester and University of Southampton
Log in to make a comment
By "null" you mean empty strings, I guess.
Your workflow returns a single item with the non-empty strings separated with line feeds. Wouldn't it be better to let this shim return the "non_empty" list and do the merging using the local worker?
Alternatively, just add nonEmpty as another output, and call "output" for "merged" instead, that way shim users can choose :-)