Re: [galaxy-dev] change dataset label in exec_after_process()

2011-06-24 Thread Leandro Hermida
Hi again, Sorry that I didn't know before, it seems like the label is the the object attribute 'name' programmatically, but even if I set this in exec_before_job(), exec_before_process(), exec_after_process() it doesn't change the dataset name even after refreshing my history. Has anyone had

Re: [galaxy-dev] change dataset label in exec_after_process()

2011-06-24 Thread Ross
I used to use the post job hook but I think it's a lot cleaner to use the label option - eg where I want the output name based on a user supplied text string out_prefix, something like: outputs data format=html name=html_file label=${out_prefix}.html/ /outputs works for me and avoids the

Re: [galaxy-dev] change dataset label in exec_after_process()

2011-06-24 Thread Leandro Hermida
Hi Ross, I agree, normally I use the label= xml tag when possible, but the reason I ask this question is because I have a tool where the number of output datasets cannot be determined until the tool is run (a la https://bitbucket.org/galaxy/galaxy-central/wiki/ToolsMultipleOutput) and I really

[galaxy-dev] change dataset label in exec_after_process()

2011-06-23 Thread Leandro Hermida
Hi everyone, Is it possible to change dataset labels in exec_after_process() ? best, Leandro ___ Please keep all replies on the list by using reply all in your mail client. To manage your subscriptions to this and other Galaxy lists,