On Thu, Nov 25, 2010 at 23:24, Albert Mascarell <[email protected]> wrote: > I tried splitting the Rscript and sending a list of IDs to a single input, > then it automatically iterate. Now there is a little problem which I'll try > to solve, memory, or it seems memory. Generating 8000 plots seems to be not > so much easy. Moreover I must say that this is done in workbench. When > passed to the server, will the out be also a multiple plot as a vector? It > sound not so easy since Taverna manages the visualization. I'll try it > tomorrow, but I wanted to keep the contact.
Running the workflow on the Taverna Server should be able to return you the list of images if it works in the workbench. From your client interfacing the Server you probably want to retrieve the images one by one from the server to avoid running out of memory client-side. You might also want to run the workflow storing data in a database instead of using memory, add the -startdb parameter to the Server's configuration [3] on how to execute the Taverna command line tool [2]. In the workbench, modify the preferences for data storage. [2] [1] http://www.mygrid.org.uk/dev/wiki/display/taverna/Command+Line+Tool [2] http://www.mygrid.org.uk/dev/wiki/display/taverna/Data+storage+and+provenance+preferences [3] http://www.taverna.org.uk/download/server/#installation_instructions -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ taverna-users mailing list [email protected] [email protected] Web site: http://www.taverna.org.uk Mailing lists: http://www.taverna.org.uk/about/contact-us/
