what's the difference between recovery and sequence identity
Hi ALL,
When I read the rosetta paper, there are terms call residues recovery rate and sequence identity. What's the differences between these terms? Thank you!
The problem hasn't been solved
Hi ALL,
When I read the rosetta paper, there are terms call residues recovery rate and sequence identity. What's the differences between these terms? Thank you!
Hopefully a fairly simple foldtree problem:
I have a two chain protein complex where the end of the floppy tail of domain B also happens to be the root of domain B.
Since the interaction with domain A is significant I'd like to re-root and sample according to something like:
From:
FOLD_TREE EDGE 1 645 -1 EDGE 1 646 1 EDGE 646 1500 -1
To:
FOLD_TREE EDGE 1 645 -1 EDGE 1 646 1 EDGE 1400 646 -1 EDGE 1400 1500 -1
So I use:
ft = FoldTree()
ft.add_edge(1,645,-1);
ft.add_edge(1,646,1);
ft.add_edge(1400,646,-1);
ft.add_edge(1400,1500,-1);
ft.reorder(1400);
Dear ALL,
I want to change the energy weights of rosetta2.3. It is easy to change weight in rosetta 3. I can find a weight file call "score12_full.wts“ in rosetta 3's database. But I can't locate the same file in rosetta 2.3. Where can I find the rosetta 2.3 energy weight file? Thank you!
I am trying to use "Relax pdb with allatom constraints" to prepare starting files. This works fine as long as the input pdb contains only a single chain. If it contains two chains, relaxation fails (see attached log file). Although each of the component chains runs fine on its own, as soon as I try to process the complex, the process fails with a complaint about missing atoms:
"[ERROR] Exception caught by JobDistributor for job Graft_FV_0001_0001Atom CG 122 not found"
Dear All,
I got the source code of Rosetta 3.4. I am trying to compile it on Mac OS X 10.7.3 (Lion) Intel Core i7 with scons running the command "scons bin mode=release". At the end of the compilation I got this error (I include the last call to the compiler):
I'm wondering whether there is improvement of model generation applications in rosetta3.4 (ex. make_fragment; abinitio, relax and etc.)? What are these improvements (Speed, Accuracy)?
Thank you very much!
Hello,
I am attempting to setup Rosetta 3.4 on a Ubuntu 11.10 install. The compilation was successful, but an error occured during linking I believe... any help would be greatly appriciated.
Hi there,
I've been trying to find the definition of the cluster application's -gdtmm flag, and why we might use it over clustering by rmsd (no flag required).
All the examples I've run across use the -gdtmm flag, but again, I'm just not how exactly this is clustering.
Then, following that, when the flag -cluster:sort_groups_by_energy is used, how does it sort them? Does it label the first cluster as the one with the lowest average energy for all the structures in the cluster? It almost seems at odds with clustering by RMSD.
Any ideas?
Hi there,
I've been trying to find the definition of the cluster application's -gdtmm flag, and why we might use it over clustering by rmsd (no flag required).
All the examples I've run across use the -gdtmm flag, but again, I'm just not how exactly this is clustering.
Then, following that, when the flag -cluster:sort_groups_by_energy is used, how does it sort them? Does it label the first cluster as the one with the lowest average energy for all the structures in the cluster? It almost seems at odds with clustering by RMSD.
Any ideas?
Dear All,
I'm a new user of Rosetta software and I believe I have the usual questions to ask, but as long as I've searched (manuals and web) I couldn't find satisfying answers.
I have generated 30000 structures with the abInitio protocol in parallel, 100 structures each run taking care of the seed number. Afterwards I've combined the 300 silent outputs with the combine protocol.
then I've clustered all these decoys with the cluster protocol. The results after the clustering were 150 pdbs called c.*.0.pdb which I understood as the best scored structure from each cluster.