Hi,
I would like to rename the final outputs of my workflow with the name of the very first input file (input to the workflow at the beginning) and add some additional information.
I read the tutorial (https://galaxyproject.org/learn/advanced-workflow/variables/) and used #{input_name}_SnpEffAnnotation to rename the dataset. However the output file has the following filename now: “-SnpEffAnnotaiton”. (I also added two tags to the first input file #TST170_32a (which is the name of the first input file) and #originalannotation and delete the tag #originalannotation in the output of tool in the middle of the workflow and only kept #TST170_32a.)
Is there a possibility to not rename every output from every step of the workflow but just the output of the last tool and rename it to the name of the very first input to the workflow with some information added (e.g._SnpEffAnnotation).
Thanks for the help!
All the best,
Rose