You are here

RosettaMatch

2 posts / 0 new
Last post
RosettaMatch
#1

Hi,

I was trying to run rosetta match with Rosetta/main/source/bin/match.linuxgccrelease   

The match was done successfully with older version of rosetta, but didn't work with Rosetta 3.10. It aborted because of an error of "ERROR: Assertion 'build_sets_[ build_set_id ].restype().has( "1HA" ) failed. ERROR:: Exit from: src/protocols/match/upstream/ProteinUpstreamBuilder.cc line 1210". I was wondering if there's a way to fix this. Many thanks.

 

Category: 
Post Situation: 
Mon, 2019-07-22 13:14
xingqing326

What is the sequence of your protein? Do you have any odd residue types in the template structure? You should only get that error if you have a residue which doesn't have a CB atom nor a 1HA atom. All standard protein residues should have one or the other of these atom, but you might run into a situation with other, non-standard residues.

Pay attention to the tracer information, and see if any unexpected chemotypes are being loaded. You may be able to solve this with the options `-load_PDB_components false -ignore_unrecognized_res`, which should cause Rosetta to ignore some of the odder chemotypes.

If that doesn't help, the other thing you might want to try the `-restore_talaris_behavior` or `-restore_pre_talaris_2013_behavior` flags (but not both). These cause Rosetta to use an older set of residue definitions, which may result in slightly better behavior.

Mon, 2019-08-26 12:57
rmoretti