berntpopp / sysndd

GitHub Repository for the SysNDD database, web app and api used to curate gene disease relationships in neurodevelopmental disorders (NDD).
https://sysndd.dbmr.unibe.ch
MIT No Attribution
4 stars 0 forks source link

refactor: Move hardcoded values to config files #106

Open berntpopp opened 4 weeks ago

berntpopp commented 4 weeks ago

Description:

Several hardcoded values are currently embedded within various scripts, including ontology-functions.R. To improve maintainability and flexibility, these values should be moved into configuration files to allow for easier updates and environment-specific settings.

Tasks:

Rationale: Moving hardcoded values to config files will make the application more adaptable to different environments, reducing the need for code changes in deployment.