EVOLUTION-MANAGER
Edit File: galaxy.yml.j2
### REQUIRED {% for option in required_config %} {{ option.description | comment_ify }} {{ {option.key: option.value} | to_nice_yaml }} {% endfor %} ### OPTIONAL but strongly recommended {% for option in optional_config %} {{ option.description | comment_ify }} {{ {option.key: option.value} | to_nice_yaml }} {% endfor %}