[gmx-users] runtime error: pdb2gmx issues in Python API

Marko Petrovic marko at kth.se
Tue Feb 4 15:53:51 CET 2020


Hello

I'm trying to create a python implementation using the API of the entire lysozyme tutorial and have gotten stuck on the pdb2gmx step and can't decipher the error message nor figure out if my thinking is fundamentally wrong for this step. As can be seen in the code, I have tried to brute force my way to a solution as well.

        test=gmx.commandline_operation(executable = "pdb2gmx",
                                  arguments = ["-water", "spce"
                                               ,"-ff", "oplsaa"
                                               ]
                                               #,"-f",file_name
                                               #,"-o",out_name)
                                       ,
                                       #)
                                       input_files = {"-f":file_name},
                                       output_files = {"-o":out_name})
        test.run()


this gives the following error message as a result of a compound exception:
raise exceptions.ApiError(message) from e
gmxapi.exceptions.ApiError: Uncaught {} while providing output-publishing resources for {}.
Full error message included in attachment.

With Regards
Marko Petrovic
Educator
Computational Science and Technology
School of Electrical Engineering and Computer Science
KTH Royal Institute of Technology
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: errorlog.txt
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-users/attachments/20200204/f8bbd990/attachment-0001.txt>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-users/attachments/20200204/f8bbd990/attachment-0002.htm>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://maillist.sys.kth.se/pipermail/gromacs.org_gmx-users/attachments/20200204/f8bbd990/attachment-0003.htm>


More information about the gromacs.org_gmx-users mailing list