branch: master 「№59060」
Commited by: Rocco Moretti
GitHub commit link: 「53424f8dd6aea08e」 「№1752」
Difference from previous tested commit:  code diff
Commit date: 2016-11-01 15:00:41

Merge pull request #1752 from RosettaCommons/roccomoretti/dun_binary_log Attempt to address some issues with Dunbrack binary generation. Per the rosetta-devel discussion, it seems we have issues with reproducability of Dunbrack binary file generation. These are some simple fixes to help with avoiding/debugging them. Specifically, adding a tracer output statement to the validate_database integration test to print the SHA1 of the Dunbrack binary, as well as code to delete the Dunbrack binaries on the Benchmark server prior to running the integration test. @lyskov

...


branch: master 「№59059」
Commited by: Timothy W. Craven
GitHub commit link: 「ef214459174ffa52」
Difference from previous tested commit:  code diff
Commit date: 2016-11-01 14:51:39

Update Generic_L_Alpha_Nmethyl_AA_ramatable_QM.txt Modified the N_methyl amino acid rama table.

...


branch: master 「№59058」
Commited by: Sergey Lyskov
GitHub commit link: 「bdcdeeeb031f3688」 「№1755」
Difference from previous tested commit:  code diff
Commit date: 2016-11-01 12:02:39

Merge pull request #1755 from RosettaCommons/benchmark Fixing symlinks in profit tests. Thanks to @roccomoretti for pointing this out!

...


branch: master 「№59057」
Commited by: Brian Weitzner
GitHub commit link: 「a8d9220ddf4141bc」 「№1756」
Difference from previous tested commit:  code diff
Commit date: 2016-11-01 11:59:10

Merge pull request #1756 from RosettaCommons/weitzner/docking_high_res_factory Adding DockingHighResFactory

...


branch: master 「№59056」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「67882a64f2df0632」 「№1751」
Difference from previous tested commit:  code diff
Commit date: 2016-11-01 09:44:48

Merge pull request #1751 from RosettaCommons/aleaverfay/spell_genealogist_right I spelled genealogist wrong over and over again. sigh

...


branch: master 「№59055」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「6dd8a99166e71bed」 「№1750」
Difference from previous tested commit:  code diff
Commit date: 2016-11-01 08:14:41

Merge pull request #1750 from RosettaCommons/aleaverfay/sjq_with_more_read_access The SJQ now keeps track of the job index ranges for preliminary job nodes so that derived job queens can determine what jobs have been output and what jobs have not been output yet. She also provides read access to the DIETs that track which jobs have completed (at all), completed successfully, failed, and which have been output.

...


branch: master 「№59054」
Commited by: Andrew Watkins
GitHub commit link: 「35839bbbd94a659e」 「№1754」
Difference from previous tested commit:  code diff
Commit date: 2016-10-31 23:38:27

Merge pull request #1754 from RosettaCommons/jyesselm/thermal_sampler_legacy Restore 'legacy' thermal sampler, rename 'current' thermal sampler to alpha

...


branch: master 「№59053」
Commited by: Andrew Watkins
GitHub commit link: 「cc089f6aa44ccb94」 「№1673」
Difference from previous tested commit:  code diff
Commit date: 2016-10-31 23:30:11

Merge pull request #1673 from RosettaCommons/everyday847/use_rna_residuetype_more Use RNA_ResidueType as much as possible

...


branch: master 「№59052」
Commited by: Xingjie Pan
GitHub commit link: 「ab868f11b2fb7cb5」 「№1753」
Difference from previous tested commit:  code diff
Commit date: 2016-10-31 22:21:58

Merge pull request #1753 from RosettaCommons/xingjiepan/fix_multi_loop_bug Fix the bug that LoopBuilder failed to build multiple loops.

...


branch: master 「№59051」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「916d26cf537c2ae6」 「№1748」
Difference from previous tested commit:  code diff
Commit date: 2016-10-31 17:19:39

Merge pull request #1748 from RosettaCommons/jadolfbr/nbr_selector Fix NeighborhoodResidueSelector to properly not include subset in selection if passed the boolean. Thanks Yang Hsai for the find.

...


branch: master 「№59050」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「0af587fd74d9d730」 「№1747」
Difference from previous tested commit:  code diff
Commit date: 2016-10-31 08:00:29

Merge pull request #1747 from RosettaCommons/aleaverfay/jd3_job_geneologist Protocols in JD3 are responsible for keeping track of indices for jobs that they have created, and it is a tedious task. The class being created in this pull request, the JobGeneologist, will keep track of the parent(s) for each batch of jobs for each node in the JobDAG. It helps by assigning ranges of jobs to different nodes so that job-index-ranges do not overlap, and the JobQueen never makes the mistake of assigning the same index to two separate jobs. The JobGeneologist also is capable of deducing which ancestral jobs no longer have any living descendants. Imagine this scenario. There's a multi stage protocol where, at the final stage when you're outputting the top structures generated by the protocol, you want to be able to output the intermediate structures from early stages that led to the final structures. Say Job 10 from stage 1 is promising, and serves as the "parent" (i.e. its output is the input to another job) to jobs 100-200 in stage 2. Of those jobs, only job 199 was not discarded, the others failed to pass some threshold. Then Job 199 is parent to jobs 1000-1100 in round 3, and of these jobs none were fruitful - they are all discarded. If the job queen for this protocol is going to avoid having unneeded results piling up, then she needs an algorithm to figure out that jobs 10 and 199 can now be discarded. This algorithm is actually really tedious! It would be a shame to force it on every JD3-protocol writer. The JobGeneologist manages the data and the logic needed for this task.

...


branch: master 「№59049」
Commited by: Brian D. Weitzner
GitHub commit link: 「c4b8093a8eba5532」
Difference from previous tested commit:  code diff
Commit date: 2016-10-29 16:57:42

Adding a site.settings file for the digs and the hyak cluster so we don't all have to write a user.settings file like chumps.

...


branch: master 「№59048」
Commited by: Frank DiMaio
GitHub commit link: 「5d86df9ef7476f9e」
Difference from previous tested commit:  code diff
Commit date: 2016-10-28 18:25:17

Fixing a bug with helical symmetry in make_symmdef file.

...


branch: master 「№59047」
Commited by: Labonte
GitHub commit link: 「d2d8e4f189628246」 「№1086」
Difference from previous tested commit:  code diff
Commit date: 2016-10-28 10:54:55

Merge pull request #1086 from RosettaCommons/JWLabonte/enzymatic_movers EnzymaticMovers: GlycosyltransferaseMover example This merge introduces a framework for a new concept in Rosetta for `EnzymaticMover`s, `Mover`s that simulate enzymatic reactions of post-translational modifications to `Pose`s, which I introduced at Winter RosettaCON2016. (If interested, view my presentation, which should be available from the Rosetta Commons wiki, or contact me. In short, and `EnzymaticMover` moves "`ResidueType` space" in a `Pose` instead of torsion space and creates starting structures for modeling rather than ending decoys from modeling.) This is a work-in-progress. In its current stage, it only uses sequence information, but it will be expanded to include structural information for the determination of which sites on a `Pose` will be modified. Currently, I have only added a generic, human, glycosyltransferase as an example, which modifies NXS/T sites. This merge includes unit and integration tests. It also, as an aside, includes a sorting of the init files for `Mover`s as a bonus. (Please keep those files clean!) All tests pass.

...


branch: master 「№59046」
Commited by: P. Douglas Renfrew
GitHub commit link: 「431f6bfe43894647」 「№1745」
Difference from previous tested commit:  code diff
Commit date: 2016-10-28 09:35:53

Merge pull request #1745 from RosettaCommons/dougrenfrew/reorder_mpiworkpartitionjd_jobs Changing the way the WorkPartitionJD splits up jobs

...


branch: master 「№59045」
Commited by: Scott Boyken
GitHub commit link: 「8d83a829a8dfaff5」 「№1739」
Difference from previous tested commit:  code diff
Commit date: 2016-10-27 21:41:45

Merge pull request #1739 from RosettaCommons/sboyken/extend_networks Allow HBNet to keep and/or extend existing networks in the input pose if desired

...


< 1 .. 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 .. 354 >

Legend:
queued Queued Test
queued for comparison Test finished running but not yet compared
running Test is Running right now
comparing Test results is now comparing with previous results
finished Test is finished without errors
failed Test failed
build Failed Test could not be run because build failed
script failed Test results is unknow because test-script failed
canceled Test was canceled