mirror of
https://github.com/rdkit/mmpdb.git
synced 2026-04-03 00:18:57 -06:00
mmpdb transform --min-constant-size N - AttributeError: 'Fragmentation' object has no attribute 'num_variable_heavies' #60
Labels
No labels
bug
bug
bug
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
enhancement
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/mmpdb#60
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Niaev on 11/27/2019
On Windows, the options
--min-variable-sizeand--min-constant-sizeof transform command aren't working. It is saying that, in the line 909 inmmpdblib/analysis_algorithms.py, a Fragmentation object has no attribute 'num_variable_heavies'.I'm on Windows 10 and using Anaconda Prompt, mmpdb works fine.
I tried the same command on Linux and it worked, but I think it's relevant to report the issue on Windows.