Skip to content

Commit 21c932a

Browse files
authored
Update fingerprint.py
Adding back support for circular fingerprint type
1 parent 4c5b9e4 commit 21c932a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyFingerprint/fingerprint.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
cdktypes = ['standard', 'extended', 'graph', 'maccs', 'pubchem', 'estate', 'hybridization', 'lingo',
22-
'klekota-roth', 'shortestpath', 'signature', 'substructure']
22+
'klekota-roth', 'shortestpath', 'signature', 'substructure', 'circular']
2323
rdktypes = ['rdkit', 'morgan', 'rdk-maccs', 'topological-torsion', 'avalon', 'atom-pair']
2424
babeltypes = ['fp2', 'fp3', 'fp4']
2525
vectypes = ['mol2vec', 'heteroencoder']

0 commit comments

Comments
 (0)