You are here

constraints

3 posts / 0 new
Last post
constraints
#1

My pose has DNA strands and I am trying to constrain the blunt ends.

Each DNA chain is numbered starting from 1. Why can't Rosetta find the atoms?

Here is my constraint:

AtomPair C1* 1C  C1* 35D  HARMONIC 12.028 1.00

And here is the error:

[ERROR] Exception caught by JobDistributor for job VGK8_v2_0001Atom 'C1* 1359' not found

 

Category: 
Post Situation: 
Sun, 2017-03-12 03:25
lah435

Try C1' instead of C1* and see what happens.  That's what Rosetta expects the atoms to be named (you can look at Rosetta/main/database/chemical/residue_type_sets/fa_standard/residue_types/nucleic/dna/*params to see what atom names Rosetta expects).  It's likely the PDB reader has an override to accept * for ' for nucleic acids, but that logic doesn't inform the constraints file reader.

If changing ' -> * in the constraints file doesn't work, try doing it in the PDB, too.

Mon, 2017-03-13 08:16
smlewis

Using C1' rather than C1* worked. 

Thanks!

Mon, 2017-04-03 19:49
lah435