[AMBER] Bug in MMPBSA.py.MPI

From: Matthias Negri <m.negri.mx.uni-saarland.de>
Date: Thu, 12 Aug 2010 02:05:36 +0200

Hello,
perhaps this issue was already solved earlier, but I noticed a typo in
MMPBSA.py.MPI, line 1023. The receptor_prmtop is written with two
underscores instead of one, which is killing the MMPBSA job when using -yr.

The corrected version should be:
          if len(receptor_mdcrd) > 0:
             os.system('{0} {1} _MMPBSA_rectraj.in > _MMPBSA_ptraj3.out
2>&1'.format(ptraj, receptor_prmtop))

instead of:

          if len(receptor_mdcrd) > 0:
             os.system('{0} {1} _MMPBSA_rectraj.in > _MMPBSA_ptraj3.out
2>&1'.format(ptraj, receptor__prmtop)).

Best regards,

Matthias


_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber

Received on Wed Aug 11 2010 - 17:30:03 PDT
Custom Search