Re: [AMBER] MMPBSA.py error

From: Casalini Tommaso <tommaso.casalini.chem.ethz.ch>
Date: Tue, 16 Jun 2020 11:09:30 +0000

Dear Tony,

I have the same problem and I have tried to do what you suggested, but it did not work.


In this case, I am sure that the input files are correct: the problem arises only with MMPBSA.py.MPI, while the calculation with MMPBSA.py goes well.


It seems that the error appears when MMPBSA.py.MPI tries to write the results in the _MMPBSA_complex_pb_mdout.x files.


I highlighted such issues some days ago, but I am still waiting for a possible solution.


Best regards,

Tommaso

________________________________
Da: Tony Yang <tony.tony.tc>
Inviato: marted́ 16 giugno 2020 12:48:25
A: AMBER Mailing List
Oggetto: Re: [AMBER] MMPBSA.py error

Hi Tran,

The error is caused by not decoding the error message properly. If you add one line
            out = out.decode("utf-8”)
after `if calc_failed:` in your calculation.py file under (/Users/lib/python3.6/site-packages/MMPBSA_mods/), likely to be line 429.

Run this again would give you the proper error message output and you can see what was wrong with your calculations.

In terms of the exact error causing the original error report, it was because of a non-standard residue that was not in the optimised radii database. Adding radiopt=0 to the PB namelist fixed our error (see the manual for details regarding radiopt).

Hope this helps :)

Best wishes,
Tony

> On 15 Jun 2020, at 22:57, Oanh Thuy Ngoc Tran <oanhtt.uci.edu> wrote:
>
> Hi,
> I was wondering if anyone solved this problem on amber archive regarding MMPBSA.py
>
> http://archive.ambermd.org/201804/0329.html#start329 <http://archive.ambermd.org/201804/0329.html#start329>
>
> I did something similar and I got the same error here
>
> ‘
> File "/Users/lib/python3.6/site-packages/MMPBSA_mods/calculation.py", line 430, in run
> error_list = [s.strip() for s in out.split('\n')
> TypeError: a bytes-like object is required, not 'str'
> Exiting. All files have been retained.
> ‘
>
> Thanks in advance for letting me know.
>
> Tran
> _______________________________________________
> AMBER mailing list
> AMBER.ambermd.org
> http://lists.ambermd.org/mailman/listinfo/amber


_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Tue Jun 16 2020 - 04:30:03 PDT
Custom Search