Skip to content

Commit

Permalink
Update fingerprint.py
Browse files Browse the repository at this point in the history
Adding back support for circular fingerprint type
  • Loading branch information
Jnelen authored May 19, 2023
1 parent 4c5b9e4 commit 21c932a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyFingerprint/fingerprint.py
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@


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

0 comments on commit 21c932a

Please sign in to comment.