You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having trouble parameterising some molecules with a nitrile group. With a simple benzonitrile:
auto_martini --smi "c1ccc(cc1)C#N" --mol bni
I get the following error message
Traceback (most recent call last):
File "/Users/samuel/Documents/Programs/auto_martini/auto_martini", line 1203, in <module>
ringAtomsFlat, True)
ValueError: need more than 0 values to unpack
The text was updated successfully, but these errors were encountered:
looks like the prediction algorithm wasn't trained against cyanide. You can always fall back on the atom-based Wildman-Crippen prediction algorithm (--fpred):
which works on my end. However, you might want to check that the bead type assigned to the cyanide group is correct (the Wildman-Crippen isn't as good a prediction algorithm as alogps).
Having trouble parameterising some molecules with a nitrile group. With a simple benzonitrile:
auto_martini --smi "c1ccc(cc1)C#N" --mol bni
I get the following error message
The text was updated successfully, but these errors were encountered: