Skip to content

Commit

Permalink
Merge pull request #111 from alkorolyov-selvita/patch-1
Browse files Browse the repository at this point in the history
Fix for failing avalon-count FPCalculator
  • Loading branch information
zhu0619 authored Nov 27, 2024
2 parents 2c3dcf7 + 1117f0e commit 0e06ba2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions molfeat/calc/fingerprints.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,11 @@
"fpSize": 2048,
"atomInvariantsGenerator": None,
},
"avalon-count": {
"nBits": 512,
"isQuery": False,
"bitFlags": pyAvalonTools.avalonSimilarityBits,
},
"atompair-count": {
"minDistance": 1,
"maxDistance": 30,
Expand Down

0 comments on commit 0e06ba2

Please sign in to comment.