Hi all, first post, but I'm hoping someone can help with the following issue I'm having:
I would like to be able to modify what ends up in the label field of an output block. Currently I have something like <outputs> <data format="fasta" name="trimoutputHC.fas" label="${input.name}_HC" from_work_dir="outputHC.fas"/> </outputs>
However, I'd like to be able to break up the contents of $input.name. I've managed to do that in an <environment_variable> block, and I've managed to echo those values in the command block, but Galaxy fails when I try to use them in the above context.
Does anyone have insight into the correct way to do this?
Any thoughts would be greatly appreciated, as this has me stalled at the moment.
Thank you! Luke