🪲 Bug fix 1: MAP4 is not a binary FP. This required implementing a non-binary jaccard similarity metric specific to MAP4 fingerprints. As a way to avoid user errors, the program checks what distance is being used with MAP4 and only allows jaccard.
🪲 Bug fix 2: Similarity arguments class was overwriting the values of distance and substituting them with tanimoto, this was a functionality to wrong inputs from where tanimoto was the only similarity metric allowed between molecular fingeprints.
jaccard
.tanimoto
, this was a functionality to wrong inputs from wheretanimoto
was the only similarity metric allowed between molecular fingeprints.