bihealth / sodar-server

SODAR: System for Omics Data Access and Retrieval

Home Page:https://github.com/bihealth/sodar-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rename get_igv_omit_override(), refactor use

mikkonie opened this issue · comments

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.