FOI-Bioinformatics / nanometa_live

A streamlined workflow and GUI for real-time species identification and pathogen characterization via nanopore sequencing data. Engineered for precision, speed, and user-friendliness, with offline functionality post-initialization.
GNU General Public License v3.0
15 stars 2 forks source link

Refactor Config Loading and Update Tooltip Text in nanometa_gui.py #57

Closed druvus closed 1 year ago

druvus commented 1 year ago

Summary

This PR incorporates changes to nanometa_gui.py aimed at improving code readability and maintainability. Specifically, it replaces the native config file loading logic with a function from a dedicated helper module and slightly modifies the tooltip text for a more intuitive UI.

Changes