branch: master 「№59156」
Commited by: Andrew Watkins
GitHub commit link: 「cfe4999d38b9638f」 「№1881」
Difference from previous tested commit:  code diff
Commit date: 2016-12-11 02:26:55

Merge pull request #1881 from RosettaCommons/everyday847/analogue_na Integration test changes are exclusively from uncommenting the inosine RT we've had for a while but inexplicably had kept commented out.

...


branch: master 「№59155」
Commited by: Rocco Moretti
GitHub commit link: 「6a96d33433882054」 「№1874」
Difference from previous tested commit:  code diff
Commit date: 2016-12-09 15:06:06

Merge pull request #1874 from RosettaCommons/roccomoretti/HighResDocker_resfile_fix Fix bug with XML resfiles in HighResDocker Setting a resfile in the XML for ligand docking hasn't worked properly in the past ~5 years, due to a bug. Thanks to Brian Kuhlman for pointing it out.

...


branch: master 「№59154」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「19df5534f4a1e2a1」 「№1873」
Difference from previous tested commit:  code diff
Commit date: 2016-12-09 09:36:55

Merge pull request #1873 from RosettaCommons/aleaverfay/fix_abscript_xsd Ok, AbscriptMover looks like it ought to be able to read multiple "Fragments" subtags, and not just a single one, and that "Stage" and "Fragments" subtags can be interleaved. This PR updates the XSD to reflect that.

...


branch: master 「№59153」
Commited by: Sergey Lyskov
GitHub commit link: 「f3c33ac73668e03f」 「№1871」
Difference from previous tested commit:  code diff
Commit date: 2016-12-08 20:11:47

Merge pull request #1871 from RosettaCommons/sergey/f removing deprecated files

...


branch: master 「№59152」
Commited by: Andrew Watkins
GitHub commit link: 「79465c30147c9c82」 「№1870」
Difference from previous tested commit:  code diff
Commit date: 2016-12-08 14:57:48

Merge pull request #1870 from RosettaCommons/everyday847/misc_bugfixes Fix Ryan's bug

...


branch: master 「№59151」
Commited by: P. Douglas Renfrew
GitHub commit link: 「63814ce63b60fd3c」 「№1869」
Difference from previous tested commit:  code diff
Commit date: 2016-12-08 11:44:00

Merge pull request #1869 from RosettaCommons/revert-1863-dougrenfrew/remove_mrlv1 Revert "Removing MakeRotLib version 1 files"

...


branch: master 「№59150」
Commited by: P. Douglas Renfrew
GitHub commit link: 「57339a4ecdb4db95」 「№1863」
Difference from previous tested commit:  code diff
Commit date: 2016-12-08 11:19:08

Merge pull request #1863 from RosettaCommons/dougrenfrew/remove_mrlv1 Removing MakeRotLib version 1 files

...


branch: master 「№59149」
Commited by: Vikram K. Mulligan
GitHub commit link: 「83a2ba11645947bc」 「№1865」
Difference from previous tested commit:  code diff
Commit date: 2016-12-08 02:39:59

Merge pull request #1865 from RosettaCommons/vmullig/fix_beta_disulfidize_test Fixing disulfidize_beta_cys integration test. Adding one rotamer library (B3C) needed by integration test. All other noncanonical rotamer libraries remain in the git LFS repository. (That one is still there, too; it's just also in the rotamer libraries directory).

...


branch: master 「№59148」
Commited by: Andrew Watkins
GitHub commit link: 「e459c5251c69a546」 「№1858」
Difference from previous tested commit:  code diff
Commit date: 2016-12-07 23:50:18

Merge pull request #1858 from RosettaCommons/everyday847/farfar_metrics There may be a curious issue with the way division is working with the fractional scores -- but we'll only know for sure after we use it a lot, and we won't be able to until we've got these features to play with. So, merging for now!

...


branch: master 「№59147」
Commited by: Andrew Watkins
GitHub commit link: 「1c3c394e3a5d5768」 「№1862」
Difference from previous tested commit:  code diff
Commit date: 2016-12-07 15:19:20

Merge pull request #1862 from RosettaCommons/everyday847/windows_punctuation_constraints File renaming to permit Windows builds

...


branch: master 「№59146」
Commited by: Andrew Watkins
GitHub commit link: 「6577c59275772d0a」 「№1861」
Difference from previous tested commit:  code diff
Commit date: 2016-12-07 15:10:02

Merge pull request #1861 from RosettaCommons/everyday847/sample_protonation_in_stepwise Sample protonation in stepwise

...


branch: master 「№59145」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「b8f0e557be8f5402」 「№1864」
Difference from previous tested commit:  code diff
Commit date: 2016-12-07 14:58:12

Merge pull request #1864 from RosettaCommons/jadolfbr/calibur calibur integration test fix

...


branch: master 「№59144」
Commited by: Rebecca Alford
GitHub commit link: 「bca55b3baf9fa88e」 「№1857」
Difference from previous tested commit:  code diff
Commit date: 2016-12-07 14:12:27

Merge pull request #1857 from RosettaCommons/rfalford12/update-marcc-build-settings Updating marcc build settings filte

...


branch: master 「№59143」
Commited by: Frank DiMaio
GitHub commit link: 「e4f4ef5ddd4ec4d4」 「№1859」
Difference from previous tested commit:  code diff
Commit date: 2016-12-07 12:54:01

Merge pull request #1859 from RosettaCommons/dimaio/faster_partial_thread Rewrite PartialThreadMover so it is faster.

...


branch: master 「№59142」
Commited by: Vikram K. Mulligan
GitHub commit link: 「3baa4deb9392f922」 「№1817」
Difference from previous tested commit:  code diff
Commit date: 2016-12-06 04:33:54

Merge pull request #1817 from RosettaCommons/vmullig/expand_disulfidize Expand functionality of disulfidize for NCAAs Tasks: - [x] In Disulfidize: - [x] Add options for placing: - [x] beta-3-cysteine. - [x] Track down bug in creating beta-3-cysteine disulfides. - [x] Make dslf_fa13 score beta-cysteine disulfides. - [x] Unit test for hetero-disulfide bond (alpha-beta). - [x] Integration test for Disulfidize with beta-3-cysteine. - [x] Beauty. - [x] XML schema. - [x] Fix unit test failures. - [x] Fix integration test failures. - [x] Documentation. Also: - [x] Tweak params files for cyclic beta-amino acids.

...


branch: master 「№59141」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「3a655c3c4719e5e0」 「№1854」
Difference from previous tested commit:  code diff
Commit date: 2016-12-05 23:05:08

Merge pull request #1854 from RosettaCommons/aleaverfay/fix_overfrequent_validation Aleaverfay/fix overfrequent validation This PR seeks the same goal as PR #1845 (which I inadvertently corrupted): spend less time validating XML files. The way it achieves it is by generating the text contents of the schema only once (which previously took ~half the time) and generating the data structure that can validate an XML file from this schema so that it can be reused (which took ~half the time). The time spent actually validating the XML file once those two steps completed was miniscule. It still includes Vikram's code for validating a single script only a single time by keeping track of which scripts it has encountered in the past by file name. (This will need to be changed for the JD3 version of RosettaScripts, when it comes eventually comes online, where different jobs may use different script variables (script vars) for the same input XML file.) This produces expected cosmetic integration test changes in all of the integration tests that rely on rosetta_scripts.

...


< 1 .. 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 .. 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