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

Refactoring External Database Options and Setup Script Modifications #63

Closed druvus closed 9 months ago

druvus commented 9 months ago

This pull request introduces significant changes to the config.yaml and setup.py files in the nanometa_live project, streamlining external database options and refining the setup process.

Changes in config.yaml

  1. External Database Options:
    • Commented out the MinusB, EuPathDB, and Viral database entries in external_kraken2_info. This change simplifies the external database selection, focusing on the most utilized databases.

Changes in setup.py

  1. Setup Script Refactoring:
    • Removed the nanometa-blastdb command from entry_points in setup.py. This adjustment streamlines the setup process, focusing on core functionalities.