24小时热门版块排行榜    

查看: 1225  |  回复: 2
当前只显示满足指定条件的回帖,点击这里查看本话题的所有回帖

落雁双飞

银虫 (小有名气)


[交流] 在计算能量分解时存在的问题,希望大家能共同探讨一下

我用软件是amber10
这是报错信息:
[amber@localhost binding-famo]$ mm_pbsa.pl binding.in > binding.out
        /usr/local/amber10/exe/sander -O -i sander_com.in -o sander_com.1.out -c ../snapshot/complex_com.crd.1 -p ../com.prmtop not successful

输出文件如下:
=>> Init data
    Presuming executables of amber suite to be in /usr/local/amber10/exe

=>> Reading input parameters
    Found PREFIX => complex
    Found PATH => ../snapshot/
    Found COMPLEX => 1
    Found RECEPTOR => 1
    Found LIGAND => 1
    Found COMPT => ../com.prmtop
    Found RECPT => ../rec.prmtop
    Found LIGPT => ../lig.prmtop
    Found GC => 0
    Found AS => 0
    Found DC => 0
    Found MM => 1
    Found GB => 1
    Found PB => 1
    Found MS => 1
    Found NM => 0
    Found PROC => 2
    Found REFE => 0
    Found INDI => 1.0
    Found EXDI => 80.0
    Found SCALE => 2
    Found LINIT => 1000
    Found PRBRAD => 1.4
    Found ISTRNG => 0.0
    Found RADIOPT => 0
    Found NPOPT => 1
    Found CAVITY_SURFTEN => 0.0072
    Found CAVITY_OFFSET => 0.00
    Found SURFTEN => 0.0072
    Found SURFOFF => 0.00
    Found DIELC => 1.0
    Found IGB => 2
    Found GBSA => 1
    Found SALTCON => 0.00
    Found EXTDIEL => 80.0
    Found INTDIEL => 1.0
    Found SURFTEN => 0.0072
    Found SURFOFF => 0.00
    Found PROBE => 0.0

=>> Checking sanity
    Checking GENERAL
    Setting START to default 1
    Setting STOP to default 10e10
    Setting OFFSET to default 1
    Setting VERBOSE to default 0
    Checking MM
    Checking PB
    Checking GB
    Checking MS

=>> Creating input
    Sander input
    PBSA input

=>> Calculating energy / entropy contributions
    Calc contrib for ../snapshot/complex_com.crd.1
        Calc MM/GB/SAS

结合能计算的脚本如下:
Input parameters for mm_pbsa.pl
#
# Holger Gohlke
# 08.01.2002
#
################################################################################
@GENERAL
#
# General parameters
#   0: means NO; >0: means YES
#
#   mm_pbsa allows to calculate (absolute) free energies for one molecular
#     species or a free energy difference according to:
#
#     Receptor + Ligand = Complex,
#     DeltaG = G(Complex) - G(Receptor) - G(Ligand).
#
#   PREFIX - To the prefix, "{_com, _rec, _lig}.crd.Number" is added during
#            generation of snapshots as well as during mm_pbsa calculations.
#   PATH - Specifies the location where to store or get snapshots.
#
#   COMPLEX - Set to 1 if free energy difference is calculated.
#   RECEPTOR - Set to 1 if either (absolute) free energy or free energy
#              difference are calculated.
#   LIGAND - Set to 1 if free energy difference is calculated.
#
#   COMPT - parmtop file for the complex (not necessary for option GC).
#   RECPT - parmtop file for the receptor (not necessary for option GC).
#   LIGPT - parmtop file for the ligand (not necessary for option GC).
#
#   GC - Snapshots are generated from trajectories (see below).
#   AS - Residues are mutated during generation of snapshots from trajectories.
#   DC - Decompose the free energies into individual contributions
#        (only works with MM and GB).
#
#   MM - Calculation of gas phase energies using sander.
#   GB - Calculation of desolvation free energies using the GB models in sander
#        (see below).
#   PB - Calculation of desolvation free energies using delphi (see below).
#        Calculation of nonpolar solvation free energies according to
#        the NPOPT option in pbsa (see below).
#   MS - Calculation of nonpolar contributions to desolvation using molsurf
#        (see below).
#        If MS == 0 and GB == 1, nonpolar contributions are calculated with the
#        LCPO method in sander.
#        If MS == 0 and PB == 1, nonpolar contributions are calculated according
#        the NPOPT option in pbsa (see below).
#   NM - Calculation of entropies with nmode.
#
PREFIX                complex
PATH                  ../snapshot/
#
COMPLEX               1
RECEPTOR              1
LIGAND                1
#
COMPT                 ../com.prmtop
RECPT                 ../rec.prmtop
LIGPT                 ../lig.prmtop
#
GC                    0
AS                    0
DC                    0
#
MM                    1
GB                    1
PB                    1
MS                    1
#
NM                    0
#
################################################################################
@PB
#
# PB parameters (this section is only relevant if PB = 1 above)
#
#   The following parameters are passed to the PB solver.
#   Additional input parameters may also be added here. See the sander PB
#   documentation for more options.
#
#   PROC -  Determines which method is used for solving the PB equation:
#           By default, PROC = 2, the pbsa program of the AMBER suite is used.
#   REFE -  Determines which reference state is taken for PB calc:
#           By default, REFE = 0, reaction field energy is calculated with
#           EXDI/INDI. Here, INDI must agree with DIELC from MM part.
#   INDI -  Dielectric constant for the solute.
#   EXDI -  Dielectric constant for the surrounding solvent.
#   ISTRNG - Ionic strength (in mM) for the Poisson-Boltzmann solvent.
#   PRBRAD - Solvent probe radius in Angstrom:
#           1.4: with the radii in the prmtop files. Default.
#           1.6: with the radii optimized by Tan and Luo (In preparation).
#           See RADIOPT on how to choose a cavity radii set.
#   RADIOPT - Option to set up radii for PB calc:
#           0: uses the radii from the prmtop file. Default.
#           1: uses the radii optimized by Tan and Luo (In preparation)
#           with respect to the reaction field energies computed
#           in the TIP3P explicit solvents. Note that optimized radii
#           are based on AMBER atom types (upper case) and charges.
#           Radii from the prmtop files are used if the atom types
#           are defined by antechamber (lower case).
#   SCALE - Lattice spacing in no. of grids per Angstrom.
#   LINIT - No. of iterations with linear PB equation.
#
# NP Parameters for nonpolar solvation energies if MS = 0
#
#   NPOPT - Option for modeling nonpolar solvation free energy.
#           See sander PB documentation for more information on the
#           implementations by Tan and Luo (In preparation).
#           1: uses the solvent-accessible-surface area to correlate total
#           nonpolar solvation free energy:
#           Gnp = CAVITY_SURFTEN * SASA + CAVITY_OFFSET. Default.
#           2: uses the solvent-accessible-surface area to correlate the
#           repulsive (cavity) term only, and uses a surface-integration
#           approach to compute the attractive (dispersion) term:
#           Gnp = Gdisp + Gcavity
#               = Gdisp + CAVITY_SURFTEN * SASA + CAVITY_OFFSET.
#           When this option is used, RADIOPT has to be set to 1,
#           i.e. the radii set optimized by Tan and Luo to mimic Gnp
#           in TIP3P explicit solvents. Otherwise, there is no guarantee
#           that Gnp matches that in explicit solvents.
#   CAVITY_SURFTEN/CAVITY_OFFSET - Values used to compute the nonpolar
#           solvation free energy Gnp according NPOPT. The default values
#           are for NPOPT set to 0 and RADIOPT set to 0 (see above).
#           If NPOPT is set to 1 and RADIOPT set to 1, these two lines
#           can be removed, i.e. use the default values set in pbsa
#           for this nonpolar solvation model. Otherwise, please
#           set these to the following:
#           CAVITY_SURFTEN: 0.04356
#           CAVITY_OFFSET: -1.008
#
# NP Parameters for nonpolar solvation energies if MS = 1
#
#   SURFTEN/SURFOFF - Values used to compute the nonpolar contribution Gnp to
#           the desolvation according to Gnp = SURFTEN * SASA + SURFOFF.
#
PROC                  2
REFE                  0
INDI                  1.0
EXDI                  80.0
SCALE                 2
LINIT                 1000
PRBRAD                1.4
ISTRNG                0.0
RADIOPT               0
NPOPT                 1
CAVITY_SURFTEN        0.0072
CAVITY_OFFSET         0.00
#
SURFTEN               0.0072
SURFOFF               0.00
#
################################################################################
@MM
#
# MM parameters (this section is only relevant if MM = 1 above)
#
#   The following parameters are passed to sander.
#   For further details see the sander documentation.
#
#   DIELC - Dielectricity constant for electrostatic interactions.
#           Note: This is not related to GB calculations.
#
DIELC                 1.0
#
################################################################################
@GB
#
# GB parameters (this section is only relevant if GB = 1 above)
#
#   The first group of the following parameters are passed to sander.
#   For further details see the sander documentation.
#
#   IGB - Switches between Tsui's GB (1), Onufriev's GB (2, 5).
#   GBSA - Switches between LCPO (1) and ICOSA (2) method for SASA calc.
#          Decomposition only works with ICOSA.
#   SALTCON - Concentration (in M) of 1-1 mobile counterions in solution.
#   EXTDIEL - Dielectricity constant for the solvent.
#   INTDIEL - Dielectricity constant for the solute
#
#   SURFTEN / SURFOFF - Values used to compute the nonpolar contribution Gnp to
#                   the desolvation according to Gnp = SURFTEN * SASA + SURFOFF.
#
IGB                   2
GBSA                  1
SALTCON               0.00
EXTDIEL               80.0
INTDIEL               1.0
#
SURFTEN               0.0072
SURFOFF               0.00
#
################################################################################
@MS
#
# Molsurf parameters (this section is only relevant if MS = 1 above)
#
#   PROBE - Radius of the probe sphere used to calculate the SAS.
#           Since Bondi radii are already augmented by 1.4A, PROBE should be 0.0
#
PROBE                 0.0
#
#################################################################################
@PROGRAMS
#
# Additional program executables can be defined here
回复此楼
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖

---木鱼---

木虫 (小有名气)



小木虫: 金币+0.5, 给个红包,谢谢回帖
楼楼,问题解决了吗?我也存在这样的问题,能否告知方法?有重谢呦~~~

发自小木虫Android客户端
3楼2016-04-07 09:08:17
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
查看全部 3 个回答

syhu_007012

木虫 (正式写手)


★ ★ ★
小木虫: 金币+0.5, 给个红包,谢谢回帖
jiaoyixiong: 金币+2, 鼓励交流 2012-03-24 10:29:20
检查下 sander_com.1.out 这个文件
2楼2012-03-24 09:56:57
已阅   回复此楼   关注TA 给TA发消息 送TA红花 TA的回帖
普通表情 高级回复 (可上传附件)
最具人气热帖推荐 [查看全部] 作者 回/看 最后发表
[基金申请] 基金不中,共勉 +8 eulota 2026-08-26 8/400 2026-08-27 12:34 by lice_1987
[文学芳草园] 梦想 +3 myrtle 2026-08-26 3/150 2026-08-27 10:01 by angelyueyi
[基金申请] 让我中一个面上吧! +13 大萍1987 2026-08-20 17/850 2026-08-27 08:20 by 大萍1987
[基金申请] 国自然面上复盘~欢迎讨论 +7 晴天加油 2026-08-26 8/400 2026-08-27 07:53 by longfie172
[教师之家] 售SCI一区文章,我:8.O.551.O.5.4,科目全,可伽急 +3 LIbGuocjEEYw 2026-08-26 4/200 2026-08-27 04:33 by Ie9AyIAvGbvs
[硕博家园] 售SCI一区T0P文章,我:8.O.55.1.O.54,科目齐全,可+急 +3 LIbGuocjEEYw 2026-08-26 4/200 2026-08-27 02:01 by Ie9AyIAvGbvs
[基金申请] 怎么查啊 +5 huang1991js 2026-08-26 5/250 2026-08-26 16:09 by Equinoxhua
[基金申请] 范进中举一文的中心思想 +9 炎黄贵胄 2026-08-22 10/500 2026-08-26 15:40 by semaglutide
[基金申请] 2026国自然函评费到账 +22 羊腰板 2026-08-21 25/1250 2026-08-26 15:00 by zuocuiping
[基金申请] 2026年8月25日国自然放榜前突然收到列入评审专家邮件,有关系吗? +25 木水思豆 2026-08-25 28/1400 2026-08-26 14:53 by draco1987
[基金申请] 为什么国自然不能直接公布 +4 bjdxyxy 2026-08-26 4/200 2026-08-26 13:12 by qingmu1201
[基金申请] 系统进不去 +4 yanglien 2026-08-26 5/250 2026-08-26 11:10 by wenfengw83
[基金申请] 项目信息和经费信息在系统里都可以看到了 +6 wittyboy 2026-08-26 14/700 2026-08-26 10:55 by wittyboy
[基金申请] 国合现在查不到了吗? +10 chengyan1220 2026-08-24 20/1000 2026-08-26 08:57 by peasantsprig
[基金申请] 如果此刻你正在为国基感到焦虑,不妨来听听这首《基金之外》 +8 scalable 2026-08-24 8/400 2026-08-25 12:52 by jnhyjjm
[基金申请] 我面上完蛋了 +13 且听虎啸 2026-08-20 14/700 2026-08-25 09:10 by mrkang
[基金申请] 建议基金发布提前给出明确的时间点 +13 kulium 2026-08-21 16/800 2026-08-24 16:27 by superceng
[教师之家] 跳槽后在研项目怎么办? +5 简单化xn 2026-08-22 10/500 2026-08-23 12:38 by 简单化xn
[基金申请] 时间戳又变了 +13 wuchongjun 2026-08-20 19/950 2026-08-21 17:21 by 紫杉醇
[基金申请] 应该是下周三26日公布了吧? +4 哈哈蛤? 2026-08-21 4/200 2026-08-21 10:58 by Vivilian
信息提示
请填处理意见