Member Site › Forums › Rosetta 3 › Rosetta 3 – General › create a centroid file from structure or NOE list
- This topic has 3 replies, 2 voices, and was last updated 11 years, 8 months ago by Anonymous.
-
AuthorPosts
-
-
March 20, 2013 at 7:23 pm #1535Anonymous
I’m using an ab initio script to preform a structure calculation with NOE restraints (i,i+3 or longer). The _fa NOE file, as I understand it, only activates at one stage. Is it better to create a centroid file for earlier stages of the calculation? Is it necessary ?
As well, would someone be willing to share a structure generation script with me ? I’m sure I could be doing it better. As things go, I have method to generate a little protein structure from NOEs and coordinate a Zn ion with 3xCys/1xHis, below. I would appreciate the help to make it better and more efficient.
thank you (again, since I just posted a cst question)
logan-nstruct 1
-database /Applications/Darwin/rosetta3.4/rosetta_database
-in:file:fasta input/pp10.trim.fasta
-in:file:frag3 input/pp10.trim.frags3.dat.gz
-in:file:frag9 input/pp10.trim.frags9.dat.gz
-jumps:residue_pair_jump_file input/pp10.zn.jump
-constraints:cst_file input/pp10.zn.cen.cst
-constraints:cst_fa_file input/pp10.fa.cst
-constraints:cst_weight 1
-constraints:cst_fa_weight 1-abinitio:relax
-relax:fast
-abinitio::increase_cycles 10
-abinitio::rg_reweight 0.5
-abinitio::rsd_wt_helix 0.5
-abinitio::rsd_wt_loop 0.5
-score::weights score12_full
-out:file:scorefile decoys/score.sc
-out:file:silent decoys/default.out
-mute core.io.database
-mute core.io -
March 21, 2013 at 12:57 am #8512Anonymous
Constraints: it is definitely better to use centroid constraints than fullatom constraints. (Using both is fine.) Centroid mode is made for allowing large conformational sampling; fullatom mode only samples within whatever potential well centroid mode found. Therefore, the constraints will work much better in centroid mode. Just be careful to only constrain on centroid-present atoms (which includes the amide hydrogen and all backbone heavyatoms, but usually not HA).
(I don’t have a script for this other than the resources we discussed – hopefully someone else will.)
-
March 21, 2013 at 2:30 pm #8515Anonymous
There is a are two scripts in the CS_ROSETTA distribution, cst_map_toCB.py and cst_map_toCEN.py. The CB script outputs HA atoms but I think the CB/CEN atom mapping table can be modified to account for that.
My molecule folded well when I included some centroid restraints. Oliver Lange has graciously offered his help to suggest improvements to my method.
logan
-
March 21, 2013 at 3:16 pm #8519Anonymous
There is a patch file that adds HA atoms to centroids, I’m just not sure how it’s activated – if you have need for HA we can look it up.
-
-
AuthorPosts
- You must be logged in to reply to this topic.