-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New check_galaxy_config command to help upgrade a galaxy instance config #40
base: master
Are you sure you want to change the base?
Conversation
…er comparing current galaxy config file to a new galaxy.ini.sample file
Thanks for the contribution - this script looks very helpful! While useful, I'm not sure I think this belongs here in this project - but perhaps other people envision this project differently than I do. I was hoping to stick to API related functionality here. I think putting this in Galaxy core - say in Also just as a heads up, I do expect the next Galaxy version (17.09) will have YAML config options by default for Galaxy with make targets for linting the config ( |
Hi @jmchilton , |
Any update on this ? Should I make a pull request on the galaxy core repo instead ? |
I'd like a second opinion - this is a community effort and other people may disagree with me. Ping @bgruening @mvdbeek - any thoughts on this? |
(not one of the ones you requested specifically, but I think I'd agree -- having it in galaxyproject/galaxy in the |
I also think in |
Maybe we can add @jmchilton's statement from issue #2 to the Readme: |
@julozi can you add this script to Galaxy main? |
@julozi Has this script been added? I think this PR can be closed. |
The check_galaxy_config command compare two galaxy config files (current config and new sample config) and reports new config options and deprecated options.