mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
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.
3 lines
20 B
Plaintext
3 lines
20 B
Plaintext
element_2
|
|
element_1
|