feat: introduce genome metadata tracking and CSV export #2
Reference in New Issue
Block a user
Delete Branch "push-zrlrptrsrlkk"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit replaces raw string genome labels with a structured
GenomeInfotype for better metadata tracking. It adds a--metaflag to the index command, and implements a newannotateCLI subcommand to import metadata from CSV files or export it via--dump. Distance and shared-count matrices are now serialized to CSV, with UPGMA clustering trees exported as Newick files. Query outputs now include per-genome k-mer match counts in JSON, while fixing syntax and variable naming issues in index merging and dump generation.