[galaxyproject/galaxy] 264b86: Allow sorting collection elements based on file
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 264b8680f3af1eb39c641a0b8a7392ee3b80a967 https://github.com/galaxyproject/galaxy/commit/264b8680f3af1eb39c641a0b8a739... Author: mvdbeek <m.vandenbeek@gmail.com> Date: 2018-01-08 (Mon, 08 Jan 2018) Changed paths: M lib/galaxy/tools/__init__.py M lib/galaxy/tools/sort_collection_list.xml A test-data/new_element_sort_order.txt Log Message: ----------- Allow sorting collection elements based on file Given a collection with element_identifiers: ```yml element_1 element_2 ``` we can arbitrarily re-order collection elements using a dataset that specifies the new order, e.g ``` element_2 element_1 ``` I think this nicely complements numeric and alphanumeric sorts that are already possible with this tool. Commit: 60e0b3af62f284c4df18b84633034120964dcfc6 https://github.com/galaxyproject/galaxy/commit/60e0b3af62f284c4df18b84633034... Author: John Chilton <jmchilton@gmail.com> Date: 2018-01-08 (Mon, 08 Jan 2018) Changed paths: M lib/galaxy/tools/__init__.py M lib/galaxy/tools/sort_collection_list.xml A test-data/new_element_sort_order.txt Log Message: ----------- Merge pull request #5273 from mvdbeek/sort_collection_from_file Allow sorting collection elements based on file Compare: https://github.com/galaxyproject/galaxy/compare/1266b691d881...60e0b3af62f2
participants (1)
-
GitHub