VEuPathDB / lib-eda-subsetting

Provides Java interface to query and provide EDA data and metadata from a database
Apache License 2.0
0 stars 0 forks source link

Remove entity ordering for user dataset entity tree queries #45

Closed dmgaldi closed 6 months ago

dmgaldi commented 6 months ago

Overview

Make entity tree ordering optional. This allows us to disable it for user datasets, where the necessary column for ordering (EntityTypeGraph.entity_type_id) is not available.

Eventually, there will be a dedicated display_order column.