galaxyproject / galaxyproject/galaxy_codex
Use galaxy utils for codex
Open
enhancement
- Dominant language
- HTML
- Stars
- 28
- Forks
- 36
- Avg merge
- 19h 29m
- Merged PRs (30d)
- 1
Description
Some code bits can be simplified by using the galaxy utils libraries.
E.g. we are currently parsing the macro and wrapper xml file for tools individually, we could change the code to use:
https://github.com/galaxyproject/galaxy/blob/a7fedfa035125223668ac2e78bef9f77c027a6db/lib/galaxy/util/xml_macros.py#L30
Making use of the galaxy utils.
https://pypi.org/project/galaxy-util/
https://pypi.org/project/galaxy-tool-util/
Contributor guide
Assessment
This issue has not been assessed yet.