branch: release 「№142」
Commited by: F. Dimaio
GitHub commit link: 「f30827e2f49ecd83」
Difference from previous tested commit:  code diff
Commit date: 2017-05-03 22:57:48

Merge branch 'master' of github.com:RosettaCommons/main

...


branch: release 「№141」
Commited by: Brian Weitzner
GitHub commit link: 「06c81a707244fa2d」 「№2190」
Difference from previous tested commit:  code diff
Commit date: 2017-04-26 00:54:22

Merge pull request #2190 from RosettaCommons/weitzner/match_cst_format Weitzner/match cst format

...


branch: release 「№140」
Commited by: Sharon Guffy
GitHub commit link: 「7aecc1b4d1961333」 「№2171」
Difference from previous tested commit:  code diff
Commit date: 2017-04-17 15:11:43

Merge pull request #2171 from RosettaCommons/guffysl/hbond_residue_selector This commit adds two new residue selectors, BondedResidueSelector and HBondSelector. BondedResidueSelector requires either an input residue selector or list of residue numbers and selects all residues with chemical bonds to the input set. HBondSelector optionally takes an input residue selector or list of residue numbers. If provided, it selects all residues that form hydrogen bonds with residues in the input set given that those hydrogen bonds meet a specified energy requirement (default -0.5 REU). If no selector is provided, all residues in the pose that form hydrogen bonds are selected. By default, backbone-backbone hydrogen bonds are ignored.

...


branch: release 「№139」
Commited by: Andrew Watkins
GitHub commit link: 「30c7f16cfba8c4d2」 「№2158」
Difference from previous tested commit:  code diff
Commit date: 2017-04-06 02:26:26

Merge pull request #2158 from RosettaCommons/revert-2071-bfrenz/RosettaES Revert "Bfrenz/rosetta es"

...


branch: release 「№138」
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: release 「№137」
Commited by: Frank DiMaio
GitHub commit link: 「ac6fa1beb57c7091」 「№2118」
Difference from previous tested commit:  code diff
Commit date: 2017-03-20 13:41:05

Merge pull request #2118 from RosettaCommons/dimaio/beta16_fix_tors_corr Fixing a few errors with -beta_nov16. Since these are bugfixes, I am making this change the behavior of beta_nov16 rather than add a new flag. This will trigger rebuilding of Dunbrack binaries.

...


branch: release 「№136」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a9aac0fdfaf5c178」 「№2106」
Difference from previous tested commit:  code diff
Commit date: 2017-03-13 03:18:02

Merge pull request #2106 from RosettaCommons/vmullig/fix_aib_patching Fixing NtermProteinFull patch case for AIB (which still said MAL). This is a pretty small change. No unit or integration test changes expected.

...


branch: release 「№135」
Commited by: Rocco Moretti
GitHub commit link: 「6ba1038adf1acb7b」 「№2079」
Difference from previous tested commit:  code diff
Commit date: 2017-03-04 13:17:05

Merge pull request #2079 from RosettaCommons/roccomoretti/with_message Adjust output printing for utility_exit() Just utility_exit()-ing without a message is very user unfriendly. Fix a few instances of that, and also bump tracer priority for other locations.

...


branch: release 「№134」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「74d9e0b99ea4c80a」 「№2044」
Difference from previous tested commit:  code diff
Commit date: 2017-02-24 14:44:24

Merge pull request #2044 from RosettaCommons/jadolfbr/fix_ignore_termini_residue Fix a long-standing bug in PoseFromSFRBuilder where an ignored unrecognized residue at the N terminus, such as PCA, would make the next residue not start a new chain or have the proper terminus variant.

...


branch: release 「№133」
Commited by: havranek
GitHub commit link: 「23d1ee5fd1f50821」 「№2027」
Difference from previous tested commit:  code diff
Commit date: 2017-02-17 13:30:17

Merge pull request #2027 from RosettaCommons/havranek/sasa_fix Trying to fix exception handling in public app

...


branch: release 「№132」
Commited by: Rocco Moretti
GitHub commit link: 「9693310c19cba936」 「№1797」
Difference from previous tested commit:  code diff
Commit date: 2017-02-09 00:11:27

Merge pull request #1797 from RosettaCommons/roccomoretti/select_columns Add columns selection script. Add a simple script that obviates the need to write ad-hoc awk scripts to select out particular columns from Rosetta score files.

...


branch: release 「№131」
Commited by: Vikram K. Mulligan
GitHub commit link: 「37239f8298bcd15d」 「№1978」
Difference from previous tested commit:  code diff
Commit date: 2017-01-31 23:04:07

Merge pull request #1978 from RosettaCommons/vmullig/tweak_peppred Adding a final symmetry filtering step to simple_cycpep_predict When sampling with quasi-symmetry, sometimes the final relaxation step would break symmetry. This adds one more filtration step based on symmetry after that relaxation, so that asymmetric poses are thrown out. Tasks: - Add extra filtering step. - Double-check that BOINC build is still happy. - I think it is, but I have an older version of the Linux BOINC libraries built. Will check on Ralph the next time that Rosetta is deployed. - Also, add filtering to bettercluster.cc. - Add threshold option to bettercluster.cc. - Beauty.

...


branch: release 「№130」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「7bc9636806d8ef66」 「№1954」
Difference from previous tested commit:  code diff
Commit date: 2017-01-24 14:30:40

Merge pull request #1954 from RosettaCommons/Cyrus/mergetarget From Steven Lewis: three items: 1) @yfsong -sourced bugfixes and updates to Hybridize. This is mostly an update to add a more powerful constructor (previously the class was dependent on parse_my_tag being called). This code is marked as smlewis code because it's a squash-cherrypick from an abandoned poisoned branch. 2) read_topology_file, the function that converts params files into ResidueTypes, previously assumed that the file was coming in from disk (string filename, or izstream from file). The interface has been rearranged to allow a std::istream, for params files not coming from disk (coming in over network communication from some non-Rosetta black box in my case). There has been discussion of unifying the function name read_topology_file and the file names "*.params" to match better - that's been put off to the winter meeting. 3) @roccomoretti pointed out a bug in my last ACTCCMover updates; fixed. Tests all look fine from my end. There is an added unit test to support read_topology_file.

...


branch: release 「№129」
Commited by: havranek
GitHub commit link: 「96fb47f59b22940d」 「№1956」
Difference from previous tested commit:  code diff
Commit date: 2017-01-17 07:21:26

Merge pull request #1956 from RosettaCommons/havranek/multi_disulf_bugfix Bugfix for multipole electrostatics

...


branch: release 「№128」
Commited by: Gerard Daniel
GitHub commit link: 「ffb45508bebdefd5」 「№1944」
Difference from previous tested commit:  code diff
Commit date: 2017-01-10 02:23:04

Merge pull request #1944 from RosettaCommons/GerardDaniel/nbrhdResSelc_custNbrAtm Fixing serialization test issues

...


branch: release 「№127」
Commited by: Rhiju Das
GitHub commit link: 「04305de1f81630e2」 「№1924」
Difference from previous tested commit:  code diff
Commit date: 2016-12-31 10:39:53

Merge pull request #1924 from RosettaCommons/rhiju/minor_stepwise_fixes_rna_puzzle18_movie Rhiju/minor stepwise fixes rna puzzle18 movie one integration test changes (align_pdb no longer being treated as 'pseudo-native')

...


< 1 .. 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 >

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