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
14 stars 2 forks source link

Refactor Function Organization into Helper Submodules #41

Closed druvus closed 11 months ago

druvus commented 11 months ago

Summary

This PR focuses on restructuring the existing functions from nanometa_new, nanometa_prepare, and nanometa_backend into a centralized helper module. The new structure introduces various utility submodules for better code organization and maintainability.

Changes