Hi,

I'm working on such a problem. I am using a beanshell to split the 
lists, then order the stuff as tab separated.
Unfortunately, that's the only way I can think of doing it. In your 
case, you may have to also implement a regular expression to match the 
string(s) you are after.

regards,
Paul.

Kieren Lythgow wrote:
> Hi,
>
> I was wondering if it is possible to return a merged stringlist as columns as 
> opposed to being appended one after another. Currently my workflow returns 
> merged results as follows:
>
> A
> A
> A
> A
> B
> B
> B
> B
> C
> C
> C
> C
>
> However, I want the result to be returned as follows:
>
> A B C
> A B C
> A B C
> A B C
>
> Anyone know of a quick solution using the local processors?
>
> Thanks
>
> Kieren Lythgow
> PhD student
> Mitochondrial Research Group
> Institute of Ageing & Health
> Newcastle University
> UK
> ------------------------------------------------------------------------------
> Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
> powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
> easily build your RIAs with Flex Builder, the Eclipse(TM)based development
> software that enables intelligent coding and step-through debugging.
> Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
> _______________________________________________
> taverna-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/taverna-users
> Documentation: http://www.mygrid.org.uk/usermanual1.7/
> FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
> Biological Services: 
> http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices
>   


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
taverna-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-users
Documentation: http://www.mygrid.org.uk/usermanual1.7/
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq
Biological Services: http://www.mygrid.org.uk/wiki/Mygrid/BiologicalWebServices

Reply via email to