Skip to content
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

Untangle reading configuration from creating app object #13451

Open
mvdbeek opened this issue Feb 27, 2022 · 1 comment
Open

Untangle reading configuration from creating app object #13451

mvdbeek opened this issue Feb 27, 2022 · 1 comment
Labels
area/packaging kind/enhancement kind/refactoring cleanup or refactoring of existing code, no functional changes

Comments

@mvdbeek
Copy link
Member

mvdbeek commented Feb 27, 2022

It would be nice if we could read Galaxy's config in (somewhat) external scripts (like #13383) and in gravity, without having to bring in galaxy.model and galaxy.web and all the things that dangle off of it.

In a first step that could just mean moving things that build Galaxy manager instances and the mapping object out of lib/galaxy/config/__init__.py and then publishing galaxy.config as a package.

Down the road it would be great if we could also read the job and workflow config via this package.

@mvdbeek mvdbeek added kind/enhancement area/packaging kind/refactoring cleanup or refactoring of existing code, no functional changes labels Feb 27, 2022
@hexylena
Copy link
Member

I wrote something in gxadmin to do this as well, it's quite slow as is. I'd love to see this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/packaging kind/enhancement kind/refactoring cleanup or refactoring of existing code, no functional changes
Projects
None yet
Development

No branches or pull requests

2 participants