I’m in the last steps of fine tuning our local galaxy installation. I want to rearrange and categorize our tools in the tool panel in a way similar to usegalaxy.eu with multiple sections and subsections.
Here’s a snippet of my shed_tool_conf.xml:
I do get both labels (“Basic Tools” and “Metagenomics”). However, both sections are put under the “Metagenomics” label. How do I get the “Quality Check” up under the “Basic Tools” label?
I’ve tried your suggestion but unfortunately that makes the whole encapsulated section disappear. The label is still there, but the section is just gone.
Ok, sorry, I got that wrong. Things have changed a bit but even with the prior version my advice was wrong! The tag is already closed.
The placement of labels used to matter, and were add in after the section(s) to list under that label. That would mean rearranging the xml to be this for your case:
If it doesn’t produce what you want, please write back and I’ll recruit more help. Our docs only include how to add a labels to individual tools or a sub labelwithin sections.
Note that these edits are in the tool_conf.xml file, not the integrated_tool_conf.xml (see the URLs of each in this post). The integrated file is recreated/updated when a server is restarted, based on the first plus a few other inputs (if any exist). I wondering now if that was the original mixup (where to put the manual edits).
Thank you so much for looking into the issue! It is much appreciated.
Indeed, I was trying to edit shed_tool_conf.xml directly. Tbh, the whole process is very confusing to me
In the documentation it states that the files necessary for making the sidebar are kind of chained together (if I understood correctly), so I assumed that the file which holds the definitions for the tools I have installed from the toolshed is the one to use for rearranging and labelling. I’m referring to this paragraph.
I’ve had a look at both my local tool_conf.xml and the examples you’ve linked above. I can see the way they work, but I am unsure how to add the tools I’ve installed from the tool shed to my file. In my tool_conf.xml all I see is the basic tools that came bundled with Galaxy:
How would I add the Section Quality Check and the tool FastQC to the tool_conf.xml and put it under it’s own label? Is there a way to automate the process? I have almost 200 tools already installed and keeping two files in sync is waaay to much work and prone to errors