Missing 'Non-virtual heavy atom' when working with ncAAs #490
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
This message is coming from the PDB_ROTAMERS conformer file loading code. Basically what it's saying is that your params file is defining an atom ( Looking at your rotamer file, it looks like the issue is that the |
Beta Was this translation helpful? Give feedback.
This message is coming from the PDB_ROTAMERS conformer file loading code. Basically what it's saying is that your params file is defining an atom (
CLC1) which does not exist in your rotamers file. As Rosetta isn't able to figure out where that atom should go, it can't properly build the rotamer. (The 'non-virtual heavy atom' is simply reflecting the fact that there's limited ability to build hydrogen atoms and "virtual atoms" if their coordinates are missing.)Looking at your rotamer file, it looks like the issue is that the
CLC1atom is being represented in the rotamer file asCLCinstead. -- To fix the issue, you'll need to determine how you want to represent that atom. (e.g. what's the…