Files
galaxy/test-data/new_element_sort_order.txt
T
mvdbeek 264b8680f3 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.
2018-01-08 08:49:26 +01:00

3 lines
20 B
Plaintext