branch: master 「№59381」
Commited by: Rhiju Das
GitHub commit link: 「134ffe479262044c」 「№2148」
Difference from previous tested commit:  code diff
Commit date: 2017-04-02 16:11:23

Merge pull request #2148 from RosettaCommons/rhiju/hotfix_generate_6Dloopclose Rhiju/hotfix generate 6d loopclose

...


branch: master 「№59380」
Commited by: Andrew Watkins
GitHub commit link: 「c4b44739fc89064e」 「№2144」
Difference from previous tested commit:  code diff
Commit date: 2017-03-31 21:03:24

Merge pull request #2144 from RosettaCommons/everyday847/superposition_defaults Change the default superposition behavior for RNA structure prediction

...


branch: master 「№59379」
Commited by: Rebecca Alford
GitHub commit link: 「df2bae39b22db997」 「№2091」
Difference from previous tested commit:  code diff
Commit date: 2017-03-31 11:28:52

Merge pull request #2091 from RosettaCommons/rfalford12/enumerate-polar-rotamers Dump Rotamers into PDB files at a single position --------------------------------------------------- At a given residue position, this mover dumps the rotamers for the residue into individual PDB files and prints rotamer probabilities to standard output. I'm using it for other analyses, but Jeff may want to use it in class on Monday so it would be great to add to PyRosetta.

...


branch: master 「№59378」
Commited by: Rocco Moretti
GitHub commit link: 「7bc68107cf6d5b53」 「№2128」
Difference from previous tested commit:  code diff
Commit date: 2017-03-29 12:30:22

Merge pull request #2128 from RosettaCommons/roccomoretti/auto_rebuild_dunbrack_binaries Add autogeneration of Dunbrack binaries as part of the build process Coming off a comment by Vikram:: put (re)generation of the Dunbrack binaries into the build process. * A new application (generate_database_cache) has been added which runs through the major Dunbrack libraries and loads them, generating the Dunbrack binaries if they don't already exist. - Associated with this are a number of de-globalization changes to the dunbrack::RotamerLibrary and associated code to allow for loading multiple RotamerLibraries in the same program from different OptionCollections - The normal usage (packing, etc.) still uses a single global object constructed from the default option set -- the alternate ones are really only useful for direct usage at this point. * Add a hook to Scons to run the generate_database_cache application for release mode compiles The hook only runs on release mode compiles (and only on Scons), and only if bin/generate_database_cache.etc link is being (re)generated. So it should run with most standard "installation" compiles (./scons.py mode=release bin) but will not be triggered for many of the time-sensitive testing compiles (e.g. unit test compiles, or compiles of just specific executables). That said, the no-regeneration-needed run of the release mode generate_database_cache application only takes about a second or so on my machine, which is dwarfed by the overhead of scons scanning.

...


branch: master 「№59377」
Commited by: Rocco Moretti
GitHub commit link: 「778c5f01b1dccdad」 「№2138」
Difference from previous tested commit:  code diff
Commit date: 2017-03-29 12:28:28

Merge pull request #2138 from RosettaCommons/roccomoretti/chain_in_InterfaceScoreCalculator InterfaceScoreCalculator fixes Previously, the ligand docking InterfaceScoreCalculator, while it takes a set of chain letters as the specification of the chain to use, instead bounced the chain specification through chain IDs, jump numbers, and even residue numbers. This resulted in difficulties when attempting to score poses which aren't set up with precise chain letter/chain ID/jump number/residue number correspondence, particularly with RMSD calculations on structures with differing numbers of (non-ligand) residues. Rework the InterfaceScoreCalculator associate functions, so they work directly on chain letters (what the user is specifying). As an added bonus, reduce (but don't eliminate yet) the dependence on JD2.

...


branch: master 「№59376」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3cad483ccac97374」 「№2143」
Difference from previous tested commit:  code diff
Commit date: 2017-03-29 00:36:45

Merge pull request #2143 from RosettaCommons/vmullig/tweak_genkic Decrease verbosity of GenKIC backbone_bin filter The backbone_bin GeneralizedKICFilter is a bit too verbose. Switching its output to the debug tracer. Cosmetic changes expected to the genkic_bin_setting integration test.

...


branch: master 「№59375」
Commited by: Sharon Guffy
GitHub commit link: 「fdd9e71c3a71b1bb」 「№2123」
Difference from previous tested commit:  code diff
Commit date: 2017-03-27 11:09:48

Merge pull request #2123 from RosettaCommons/guffysl/residue_type_constraint_generator Guffysl/residue type constraint generator

...


branch: master 「№59374」
Commited by: Andrew Watkins
GitHub commit link: 「ac8ea95e95ae26fe」 「№2137」
Difference from previous tested commit:  code diff
Commit date: 2017-03-26 20:00:38

Merge pull request #2137 from RosettaCommons/everyday847/run_until_finished Run stepwise Monte Carlo until finished

...


branch: master 「№59373」
Commited by: Rhiju Das
GitHub commit link: 「f99bee9b076596a6」 「№2139」
Difference from previous tested commit:  code diff
Commit date: 2017-03-26 10:38:51

Merge pull request #2139 from RosettaCommons/rhiju/6D_loop_close_tests integration tests for generating and using 6D loop_close potentials

Rocco Moretti 7 years
The generate_6Dloopclose test (apparently introduced with this commit) seems to be permanently failing on the test server.
...


branch: master 「№59372」
Commited by: Rhiju Das
GitHub commit link: 「1b8e520de684695f」 「№2124」
Difference from previous tested commit:  code diff
Commit date: 2017-03-25 16:17:45

Merge pull request #2124 from RosettaCommons/rhiju/rna_denovo_master_mover Rhiju/rna denovo master mover all test changes are cosmetic due to change in Tracer name.

...


branch: master 「№59371」
Commited by: Rocco Moretti
GitHub commit link: 「79b3ffd9eb2cd07e」 「№2130」
Difference from previous tested commit:  code diff
Commit date: 2017-03-25 15:02:57

Merge pull request #2130 from RosettaCommons/roccomoretti/split_by_selection Add utility functions for jump/residue selection correspondence. One utility function ( core::kinematics::jump_which_partitions() ) to test if a jump splits a pose according to a defined set of residues. Another function ( core::kinematics::get_foldtree_which_partitions() ) to (minimally) rearrange a FoldTree such that a single jump does split the pose.

...


branch: master 「№59370」
Commited by: Sergey Lyskov
GitHub commit link: 「af8783e9df3ef0bd」 「№2126」
Difference from previous tested commit:  code diff
Commit date: 2017-03-24 18:58:21

Merge pull request #2126 from RosettaCommons/benchmark Adding test suite descriptions

...


branch: master 「№59369」
Commited by: Jaume Bonet
GitHub commit link: 「7375bd563197b7ea」
Difference from previous tested commit:  code diff
Commit date: 2017-03-24 17:43:07

JumpDownstreamSelector bug fix So, for a FoldTree such as: FOLD_TREE EDGE 1 115 -1 EDGE 1 116 1 EDGE 116 221 -1, a call like: ResidueSelectorCOP jump( new JumpDownstreamSelector( 1 ) ); ResidueRanges ranges( jump->apply( pose ) ); will create a ResidueRanges[1] of 116-220, missing the last residue of the chain. This change should solve this issue.

...


branch: master 「№59368」
Commited by: Frank DiMaio
GitHub commit link: 「ab138539acf40cd6」 「№2131」
Difference from previous tested commit:  code diff
Commit date: 2017-03-24 15:00:13

Merge pull request #2131 from RosettaCommons/dimaio/etable_bug_nblist_autoupdate Fix a small bug in etable when nblist_autoupdate is used.

...


branch: master 「№59367」
Commited by: Vikram K. Mulligan
GitHub commit link: 「6b2a8762a0952510」 「№2132」
Difference from previous tested commit:  code diff
Commit date: 2017-03-24 05:52:41

Merge pull request #2132 from RosettaCommons/vmullig/fix_aib Fix AIB structure prediction for BOINC. I missed a few MAL->AIB renamings in the database patches.

...


branch: master 「№59366」
Commited by: Rhiju Das
GitHub commit link: 「a6eb814c15b07114」 「№2121」
Difference from previous tested commit:  code diff
Commit date: 2017-03-23 12:26:50

Merge pull request #2121 from RosettaCommons/rhiju/reorganize_rna_denovo reorganize directory/namespace structure for rna_denovo/farna test changes are cosmetic.

...


< 1 .. 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 .. 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