Skip to content

WBOFragmenter() Segmentation fault #199

@and-tos

Description

@and-tos

When running WBOFragmenter, for a certain molecule I get the following warnings and then a SEGFAULT error. Unfortunately I cannot share the example, but maybe you have some suggestions on how to avoid the SEGFAULT. Maybe some sort of sanity check of the molecule before passing it to the fragmenter?

frag_engine = WBOFragmenter()
try:
    result = frag_engine.fragment(parent_molecule)
except:
    continue

Warning: Cannot perform Hydrogen sampling with GPU-Omega: GPU-Omega disabled.
Warning: OEMMFFParams::PrepMol() : unable to type atom 17 H on residue UNL-1
Warning: : Force field setup failed due to missing parameters
Warning: OEMMFFParams::PrepMol() : unable to type atom 17 H on residue UNL-1
Warning: : Force field setup failed due to missing parameters

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions