On Thu, Mar 26, 2009 at 21:35, Alan R Williams <[email protected]> wrote:
> Using an external editor would be less work, long term, for Taverna > people to support. Note that you would still have to go back to the configure box to set the ports, etc. (idea: Unless we invent some special syntax for a magic comment in the top of the beanshell/R script that we can parse to figure out what are the defined input/output ports.. although this sounds quite hackety-hack it would give a tiny advantage of beanshell scripts being sharable as a single text file. The existing GUI could still be there and simply modify those comments - but the question then is what to do if the editor is already open.. ;-) ) Example (input "someString" depth 0, "someList" depth 1 and output "results" depth 0): // Taverna ports: // input: someString 0 // input: someList 1 // output: results 0 -- Stian Soiland-Reyes, myGrid team School of Computer Science The University of Manchester ------------------------------------------------------------------------------ _______________________________________________ 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
