bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval
https://github.com/bihealth/sodar-server
MIT License
14 stars 3 forks source link

Rename get_igv_omit_override(), refactor use #1924

Closed mikkonie closed 4 months ago

mikkonie commented 4 months ago

Some housekeeping I have to do as a part of #1923.

The naming and usage of this helper makes no sense. We use the AppSettingAPI to get the setting and its default value is defined in the Django settings. We will return a value regardless, so there is no need to query for an "override" separately. This should be simplified.

mikkonie commented 4 months ago

Done.