Version 1
(of 1)
|
Version created on:
29/11/07 @ 15:34:52
by:
Marco Roos
|
Revision comments
Title: CloneItemsInList
Type: Taverna 1
Preview
(Click on the image to get the full size)
Description
Utility workflow that clones an item copy_number times. You can use this to work around standard iteration strategies, e.g. in combination with the CountListItems workflow.
Workflow examples: TestIterationStrategy_withClones. For an alternative approach see TestIterationStrategy_withNesting.
Example I/O:
input: A copy_number: 3 result: [A,A,A]
input: [A,B,C] copy_number: 3 result: [[A,A,A][B,B,B][C,C,C]]
input: [A,B,C] copy_number: [3,2] result: [[[A,A,A],[A,A]][[B,B,B],[B,B]],[[C,C,C],[C,C]]]
input: [A,B,C] copy_number: [3,2,1] iteration strategy: dot product result: [[A,A,A],[B,B],[C]]
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/106/download?version=1
[ More Info
]
Workflow Components
Workflow Type
Log in to add Tags
Shared with Groups (0)
None
Current:
0.0 / 5
(0 ratings)
Log in to rate and see breakdown of ratings
Statistics
None
Earliest Version:
[1] - CloneItemsInList
This Workflow only has one version.
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/106
Alternative Formats
Copyright © 2007 - 2011 The University of Manchester and University of Southampton
Log in to make a comment
If loaded into Taverna 2, then the depth of the output port of the beanshell needs to be set to 1.