branch: master 「№58180」
Commited by: Kyle Barlow
GitHub commit link: 「c9daadbe3fa6919b」 「№771」
Difference from previous tested commit:  code diff
Commit date: 2015-09-23 17:25:29

Merge pull request #771 from RosettaCommons/kylebarlow/general_dev Fixing cmake cppdb linking errors in 2013-onward linux g++ versions Committing fix suggested by Tom Linsky on rosetta-devel@googlegroups.com on Fri, May 8, 2015. Solution also referenced at: http://stackoverflow.com/questions/20369672/undefined-reference-to-dlsym This doesn't break the Clang builds on my machine, but I'll be testing that, and the behavior of other g++ versions, on the test server shortly. Linking error fixed by this: libcppdb.so: undefined reference to dlsym' libcppdb.so: undefined reference todlclose' libcppdb.so: undefined reference to `dlopen' collect2: error: ld returned 1 exit status

...


branch: master 「№58179」
Commited by: Vikram K. Mulligan
GitHub commit link: 「60a7a14b4718b00f」 「№804」
Difference from previous tested commit:  code diff
Commit date: 2015-09-23 16:33:43

Merge pull request #804 from RosettaCommons/vmullig/peptide_predict Adds a pilot app to predict structures of backbone-cyclized peptides This is basically one of my RosettaScripts converted to C++ and enhanced with tunable parameters that can't be adjusted easily in RosettaScripts without rewriting the script. Tasks completed: -- Add simple_cycpep_predict.cc in apps/pilot/vmullig. -- Read in sequence and build peptide. -- Cyclize. -- Circular permutation. -- Add constraints. -- Read native. -- Set omega and randomize mainchain torsions. -- GenKIC closure -- GenKIC filtering by rama and total hbonds. -- Added rama filter to GenKIC. -- Documentation for new rama filter. -- Integration test for new rama filter. -- Added scorefxn option to HbondsToResidue filter. -- Documentation for this option. -- FastRelax with high hbond strength of each GenKIC solution. -- FastRelax top GenKIC solution, updating cyclic O and H. -- Re-filter by total hbonds. -- De-permute (undo the cyclic permutation). -- Calculate RMSD to native. -- Dump pose and filter results. -- Repeat nstruct times. -- Add integration test. -- Add internal documentation.

...


branch: master 「№58178」
Commited by: Vikram K. Mulligan
GitHub commit link: 「1a502488edd65662」 「№820」
Difference from previous tested commit:  code diff
Commit date: 2015-09-23 16:29:10

Merge pull request #820 from RosettaCommons/vmullig/mac_clang_issue Trying to fix Mac clang unit test build Removing the "#define private public" and "#define protected public" lines from unit tests. Updating LoopModelerTests and DsspDesignOperationTests to be friend classes to the classes that they're testing.

...


branch: master 「№58177」
Commited by: Rocco Moretti
GitHub commit link: 「551a6648e43bcdb0」 「№823」
Difference from previous tested commit:  code diff
Commit date: 2015-09-23 15:37:09

Merge pull request #823 from RosettaCommons/roccomoretti/fix_dna Fix for dna_interface_design test Convert the debug_assert() which is failing to an if(){ utility_exit_with_message() }, with extra debugging output to (possibly) assist users, and increased output levels on dna_interface_design integration test. Also, fix the underlying issue with the triazolamerN patch, which is related to deleting the H atom when it's used for the internal coordinates of the base residues types. Instead, just make the H virtual, like N. This may or may not be the long-term fix for this patch.

...


branch: master 「№58176」
Commited by: davidekim
GitHub commit link: 「0209414da0bc1eed」 「№822」
Difference from previous tested commit:  code diff
Commit date: 2015-09-22 23:38:07

Merge pull request #822 from RosettaCommons/davidekim/indexed_fragment_dev Davidekim/indexed fragment dev

...


branch: master 「№58175」
Commited by: Andrea Bazzoli
GitHub commit link: 「ecc3369e2f7c3596」 「№821」
Difference from previous tested commit:  code diff
Commit date: 2015-09-22 19:23:51

Merge pull request #821 from RosettaCommons/bazzoli/ppi-weights Updated PPI_discrimination.wts

...


branch: master 「№58174」
Commited by: Will Sheffler
GitHub commit link: 「ef0ed1cdfdbd5ccd」
Difference from previous tested commit:  code diff
Commit date: 2015-09-22 19:12:10

add crued residue-pair-motif scoring pilot app

...


branch: master 「№58173」
Commited by: Vikram K. Mulligan
GitHub commit link: 「562bba3f5b43e9a3」 「№819」
Difference from previous tested commit:  code diff
Commit date: 2015-09-22 18:49:53

Merge pull request #819 from RosettaCommons/vmullig/tweak_bettercluster Small tweaks to bettercluster pilot app Small tweaks to bettercluster pilot app. No test changes expected.

...


branch: master 「№58172」
Commited by: Vikram K. Mulligan
GitHub commit link: 「37fcd291840346f4」 「№814」
Difference from previous tested commit:  code diff
Commit date: 2015-09-22 17:46:11

Merge pull request #814 from RosettaCommons/revert-813-vmullig/unfustercluck Revert "Vmullig/unfustercluck" Reverts pull request #813. This restores: -- Merge of pull request #798 ("Use SSBOND records, if available...") -- Merge of pull request #793 ("Remove exception from annotated sequence") -- Commit 68a6a18 ("Fixing library levels build") -- Commit 36de51b ("Fixed unused variable") -- Merge of pull request #807 ("Exclude PNA from chirality checks...") -- Commit d475d31 ("Using two vectors... ugh.")

...


branch: master 「№58171」
Commited by: Sergey Lyskov
GitHub commit link: 「45d2d6299afa7e97」 「№818」
Difference from previous tested commit:  code diff
Commit date: 2015-09-22 11:59:56

Merge pull request #818 from RosettaCommons/PyRosetta Adding PyRosetta binding for RotamerVector

...


branch: master 「№58170」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4c3e326484b53e10」 「№817」
Difference from previous tested commit:  code diff
Commit date: 2015-09-22 02:45:51

Merge pull request #817 from RosettaCommons/vmullig/mac_clang_issue Fix the Mac clang 3.7.0 issue Mac clang 3.7.0 has thread_local as a C++ language keyword, albeit one that throws an error if used in the absence of c++11. This means that our attempts to define thread_local when not using c++11 throw an error. This is an attempt to remedy this. Instead of defining thread_local, we define THREAD_LOCAL as: -- nothing if we're not using c++11 -- thread_local if we are Then we replace all instances of thread_local in the code with THREAD_LOCAL. Note that there's still an issue to resolve in one unit test (ResidueGraphTypesTests), which has the following lines in it: // Unit Headers #define private public #include <core/chemical/ResidueType.hh> #undef private This is still preventing the Mac clang unit tests from compiling. I can see why someone would do this to expose the private functions in the class that they're trying to test, but I also think it's important that the compiler flag attempts to redefine language keywords.

...


branch: master 「№58169」
Commited by: Hahnbeom Park
GitHub commit link: 「ab665922d6a1494d」 「№816」
Difference from previous tested commit:  code diff
Commit date: 2015-09-21 14:17:27

Merge pull request #816 from RosettaCommons/hpark/beta adding beta_july15_cst.wts for cst usage with the energy function

...


branch: master 「№58168」
Commited by: Vikram K. Mulligan
GitHub commit link: 「17f845ee9e12ca5b」 「№813」
Difference from previous tested commit:  code diff
Commit date: 2015-09-21 01:07:16

Merge pull request #813 from RosettaCommons/vmullig/unfustercluck Vmullig/unfustercluck Rolls master back to Sergey Lyskov's commit 1da8a4c, before a whole lot of stuff was broken. @everyday847, @rhiju, I'm going to create a branch and a pull request for reverting this pull request (i.e. restoring all of the broken stuff). IN THAT BRANCH please fix all the broken stuff, test the branch, then re-merge with master.

...


branch: master 「№58167」
Commited by: Andy Watkins
GitHub commit link: 「d475d31a34bcce75」
Difference from previous tested commit:  code diff
Commit date: 2015-09-20 17:53:28

Using two vectors... ugh.

...


branch: master 「№58166」
Commited by: Rhiju Das
GitHub commit link: 「aafd27f0b1416068」 「№807」
Difference from previous tested commit:  code diff
Commit date: 2015-09-19 22:27:36

Merge pull request #807 from RosettaCommons/rhiju/fix_pna_integration_test exclude PNA from chirality checks to determine D- or L- amino acids, … Fixes PNA integration test.

...


branch: master 「№58165」
Commited by: Andrew Watkins
GitHub commit link: 「36de51b986fd4efb」
Difference from previous tested commit:  code diff
Commit date: 2015-09-19 17:51:00

Fixed unused variable I had intended to cut down on having too much warning output per annotated sequence read-in that I left half-implemented. So sorry! This should be it for now... :-(

...


< 1 .. 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 .. 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