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
Make Project Path Argument Required in `nanometa_new.py` #56
This pull request addresses the need to make the project path argument (-p, --path) a required parameter when running nanometa_new.py. Previously, the script would execute without this crucial information, leading to potential issues and a lack of clarity for the user.
Description:
This pull request addresses the need to make the project path argument (
-p
,--path
) a required parameter when runningnanometa_new.py
. Previously, the script would execute without this crucial information, leading to potential issues and a lack of clarity for the user.