-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
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
Labels
No labels