galaxy
galaxy copied to clipboard
`data_column` parameter: use `column_names` metadata if present
trafficstars
makes data_column work for all data types setting column_names and still fallback to try to take the first line (tab separated). The later is necessary for tabular which does not set the column names metadata.
fixes: https://github.com/galaxyproject/galaxy/issues/17468
How to test the changes?
(Select all options that apply)
- [x] I've included appropriate automated tests.
- [ ] This is a refactoring of components with existing test coverage.
- [ ] Instructions for manual testing are as follows:
- [add testing steps and prerequisites here if you didn't write automated tests covering all your changes]
License
- [x] I agree to license these and all my past contributions to the core galaxy codebase under the MIT license.