Re: [galaxy-dev] Set metadata from within the tool

2012-08-13 Thread Kyle Ellrott
I was wondering if this question had been answered. I'd like to be able to set metadata from within a tool as well. Kyle On Tue, Jul 17, 2012 at 10:01 AM, wrote: > Hi everyone, > How can I set dataset's metadata from within the tool? > For example: From the command tag (in the xml tool specific

[galaxy-dev] Set metadata from within the tool

2012-07-17 Thread roberto . dilauro
Hi everyone, How can I set dataset's metadata from within the tool? For example: From the command tag (in the xml tool specification) i call myscript.sh: myscript.sh -input=$input -output=$output My script.sh produce a value that i want to store as metadata of $input. I've checked t