Skip to content

Not able to fingerprint some SMILES #58

@liberty-1776

Description

@liberty-1776

I was trying to fingerprint SMILES from a dataset but unable to get the descriptors using padelpy.from_smile for some SMILES in the dataset. For example these SMILES: 'C=C', '[H]CCCP(CCCNC(=O)C(=O)N[H])c1ccccc1', '[H]CCCP(CCCCCCCC)CCCNC(=O)C(=O)N[H]', etc.
However when I double or triple these smiles for e.g. 'C=CC=C', I am able to get the fingerprints(both descriptors and fingerprints) but not for the original one. I don't know what is happening.
Here is the code that I am using:
from padelpy import from_smiles
from_smiles('C=C',descriptors=True, fingerprints=True, timeout=50)
Please help!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions