This alters the previous behavior slightly, tools that do not specify a section will be placed in a section named Local Tools whereas previously they would be outside of a section.
The old simple syntax is still supported:
galaxy_local_tools:
- foo.xml
- bar.xml
Is the same as:
galaxy_local_tools:
- file: foo.xml
section_name: Local Tools
- file: bar.xml
section_name: Local Tools
This alters the previous behavior slightly, tools that do not specify a section will be placed in a section named Local Tools whereas previously they would be outside of a section.
The old simple syntax is still supported:
Is the same as: