Hello,
I’m coming to you because I have a problem with a galaxy tool I’m making. Indeed, I have to make a dynamic checkbox selection tool where each checkbox is the name of a subfolder in a folder. And when I select one of the subfolders, it has to do the same with each subfolders in the subfolder. Am I being clear?
I hope you can help me!
Thanks a lot
Hi
There are ways to do that, but it all depends on your set-up. Are those subfolders and their subfolders fixed or dynamic? How often do they change?
Also, what have you tried so far? how does your tool xml look like at the moment?
Regards, Hans-Rudolf
Hi, Thanks for your answer. The subfolders are not going to change often, in any case, not during the process.
I tried to do it with a .loc file which i fill in (with a python script) at the startup of the page.But the python script can only be executed when the button is pressed...
I saw on the internet that i must use cheetah code but i don't know how I can do that and if it's a correct way to do that.
Can you explain to me your ideas ?
Regards