14 Jun
2013
14 Jun
'13
12:10 p.m.
sample.xml
<tool id="sample" name="Compute correlation"> <command>java -jar sample.jar</command> </tool>
Your tool config does not define any output elements, so no dataset is created. You need to define at least one output, and then use it's name in the command line.