Hi,
I’m trying to use hbnet in my design score function but get an error. Is this a known issue or am I doing something wrong? Here’s a stripped down script:
<ROSETTASCRIPTS>
<SCOREFXNS>
<ScoreFunction name=”SFXN_STD” weights=”beta_nov15″>
<Reweight scoretype=”hbnet” weight=”1″/>
</ScoreFunction>
</SCOREFXNS>
<RESIDUE_SELECTORS/>
<TASKOPERATIONS/>
<FILTERS/>
<MOVERS/>
<PROTOCOLS/>
</ROSETTASCRIPTS>
called with:
rosetta_bin_linux_2017.08.59291_bundle/main/source/bin/rosetta_scripts.static.linuxgccrelease -in:file:s temp.pdb -parser:protocol temp.xml -beta_nov15
…………
protocols.jd2.parser.ScoreFunctionLoader: defined score function “SFXN_STD” with weights “beta_nov15”
setting SFXN_STD weight hbnet to 1
ERROR: unrecognized score_type type hbnet
ERROR:: Exit from: src/core/scoring/ScoreTypeManager.cc line: 555
[0x13715e8]
[0x533e22f]
[0x3dd996d]
[0x32fec21]
[0x336ec81]
[0x33731ad]
[0x33e2b8e]
[0x33bbd28]
[0x33bd679]
[0x344f2b8]
[0x410c28]
[0x5826cf4]
[0xabfabd]
Error: ERROR: Exception caught by JobDistributor while trying to get pose from job ‘temp_0001’
Error:
[ERROR] EXCN_utility_exit has been thrown from: src/core/scoring/ScoreTypeManager.cc line: 555
ERROR: unrecognized score_type type hbnet
…………
Thanks so much for you help,
J