Member Site › Forums › Rosetta 3 › Rosetta 3 – General › [dev] not seeing energy in pose row for new energy term in design
- This topic has 3 replies, 1 voice, and was last updated 7 years, 10 months ago by Anonymous.
-
AuthorPosts
-
-
March 3, 2017 at 9:16 pm #2598Anonymous
Hi all,
I made an EnergyMethod to add a few new energy terms and am trying to use them in fixbb. However, for two of these terms, the ‘pose’ row shows only 0, even though the individual position rows show non-zero values that sum to non-zero. This is how I set my terms in the emap:
void OccSASABasedEnergy::residue_energy(core::conformation::Residue const & rsd,
core::pose::Pose const & pose, EnergyMap & emap) const {
/**
* do math
*/
emap[my_term_1] += value_1;
emap[my_term_2] += value_2;
emap[my_term_3] += value_3;
// ...
}What might be causing me to see energies in the individual residue rows but not in the pose row of the output *0001.pdb?
EDIT: attached screanshot of table copied from end of 0001.pdb file.
-
March 14, 2017 at 9:09 pm #12227Anonymous
Update: this seems to only be a problem for files that contain protein and DNA. If I remove the DNA, those terms show up just fine in the pose row. Any thoughts on why certain terms might not be getting summed correctly if I have DNA in the pdb?
Edit: at minimum, I would really like to know where the pose energies get computed.
-
March 14, 2017 at 9:09 pm #12748Anonymous
Update: this seems to only be a problem for files that contain protein and DNA. If I remove the DNA, those terms show up just fine in the pose row. Any thoughts on why certain terms might not be getting summed correctly if I have DNA in the pdb?
Edit: at minimum, I would really like to know where the pose energies get computed.
-
March 14, 2017 at 9:09 pm #13269Anonymous
Update: this seems to only be a problem for files that contain protein and DNA. If I remove the DNA, those terms show up just fine in the pose row. Any thoughts on why certain terms might not be getting summed correctly if I have DNA in the pdb?
Edit: at minimum, I would really like to know where the pose energies get computed.
-
-
AuthorPosts
- You must be logged in to reply to this topic.