-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
Description of feature
Continuing from #59 (comment)
In the mentioned PR, we found out that duckdb is inconsistent with what order it returns results in. This by and large seems fine from a duckdb point of view, but would be frustrating for users of this package.
To solve this @thomas-reimonn added an order_by
statement here
Right now the order returned is based on the order of columns in the user input (I believe). Is there a better/ more canonical way to do this? Off the top of my head I would assume we'd generally want to sort by chrom
and start
.
We should also check what the bioc packages do here.
@nvictus, @emdann, @lauradmartens any thoughts?