galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

`data_column` parameter: use `column_names` metadata if present

Open bernt-matthias opened this issue 1 year ago • 0 comments
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:
    1. [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.

bernt-matthias avatar Feb 15 '24 09:02 bernt-matthias