I would like to use the python wrapper for packmol (MDAPackmol) for my research. In order to do so, I have tried to work with the example code and pdb files provided on GitHub so I can gain an understanding of the how to use the wrapper. However, when I run the code, I receive the following error message: ValueError: invalid literal for int() with base 10
.
Here is the full trace back:
The error originates at start.resname
being a zero-length string. It seems to be a problem with the resname having a number and a letter and thus is a problem with Universe
(the object returned by load_packmol_output
). Thus, there is a problem with the residues. I am now wondering if this is an error with how MDAnalysis is downloaded/installed or a missing dependency. Any advice or insight would be greatly appreciated. Thanks!