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
Refactoring and Feature Enhancement for Improved Workflow Execution and Maintainability #35
Summary:
This PR introduces refactoring and feature improvements to the
nanometa_live
project, specifically theSnakefile
andnanometa_backend.py
.Changes:
Refactored Directory and File Checking in Snakefile:
wait_until_condition_met
.Improved Execution of Snakemake Workflow:
execute_snakemake
function innanometa_backend.py
to accept an additional parameter for specifying the config file path.Why is this change necessary?