blab / pathogen-embed

Create reduced dimension embeddings for pathogen sequences
https://pypi.org/project/pathogen-embed/
MIT License
1 stars 0 forks source link

Allow pathogen-cluster to accept more than one distance matrix #34

Open huddlej opened 1 month ago

huddlej commented 1 month ago

One limitation of the recently added --distance-matrix argument for the pathogen-cluster command is the lack of support for multiple input matrix files. If we wanted to support the same pattern of multiple alignment/distance matrix clustering for genetic distances that we support for embeddings, we would need to update the pathogen-cluster interface to allow nargs="+" and accordingly load and sum the distance matrices prior to clustering.

This is not currently a high priority but it came up during work on the corresponding manuscript.