On Mon, Apr 6, 2009 at 23:08, Tan, Qina (NIH/NIAID) [C]
<[email protected]> wrote:
> And I got the following output file.  What should I use to open this xml 
> file? I would not file 'open workflow output file' option in Taverna 1.7.1.  
> Or can I save it as .txt file and just get the content in results tab.

You can open this document using the dataviewer.bat / dataviewer.sh
from the Taverna 1.7.1 distribution, which should give you a view
similar to the Results perspective.

If the port match the inputs of another workflow, you can load it from
"Load input document" in the run dialogue of that workflow.

The format is the Baclava data format. Note that the actual values
returned are base 64 encoded inside the b:dataElementData element. I
believe the byte encoding used here should be UTF-8 for the latest
Taverna, and the system encoding for any earlier releases.

Note that the workflowlauncher download is meant as example code on
how to run workflows programmatically, you can also use
executeworkflow.sh from the Taverna 1.7.1 distribution, this has the
alternative option -output which would create a directory structure
and one file per single output in plain text (or plain binaries) - see
[1]

[1] http://www.mygrid.org.uk/usermanual1.7/executeworkflow.html


There's also some Python and Ruby code for parsing/creating baclava
document, if you're interested in that, let us know and I'll dig out
the links.



> Is there workflowlauncher 2.0 that's compatible with Taverna 2.0 workflow 
> file.
> (I can only find 
> http://prdownloads.sourceforge.net/taverna/workflowlauncher-1.7.0.zip)

Not directly compatible, but there is the Taverna 2 platform that
allows you to execute workflows using the Java APIs. The actual
command line tool has yet to be ported to Taverna 2.


-- 
Stian Soiland-Reyes, myGrid team
School of Computer Science
The University of Manchester

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
taverna-hackers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/taverna-hackers
Developers Guide: http://www.mygrid.org.uk/usermanual1.7/dev_guide.html
FAQ: http://www.mygrid.org.uk/wiki/Mygrid/TavernaFaq

Reply via email to