Remove null values
Created: 2007-10-03 18:36:05
Last updated: 2007-11-13 16:20:42
This workflow removes any null values from a list of strings
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://myexperiment.org/workflows/20/download?version=2
[ More Info ]
Workflow Components
Inputs (1)
Processors (1)
Beanshells (1)
Outputs (1)
Links (2)
Coordinations (0)
Version History
Reviews (0)
Other workflows that use similar services (0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (1)
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 :-)