svalkiers / clusTCR

CDR3 clustering module providing a new method for fast and accurate clustering of large data sets of CDR3 amino acid sequences, and offering functionalities for downstream analysis of clustering results.
Other
48 stars 9 forks source link

Levenshtein distance #48

Open hananell opened 1 year ago

hananell commented 1 year ago

Hi I want to use clustcr with distance metric of Levenshtein distance, according to the docs it should be like this

clustering = Clustering(distance_metric='levenshtein')

but when running and looking inside the Clustering constructor, it doesn't expect the argument "distance_metric". Is there another way to still use Levenshtein distance?