branch: master 「№59237」
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: master 「№59236」
Commited by: Will Sheffler
GitHub commit link: 「1c66385593c6b769」
Difference from previous tested commit:  code diff
Commit date: 2017-01-23 17:14:27

add cmake cxx11 omp build configs

...


branch: master 「№59235」
Commited by: Rocco Moretti
GitHub commit link: 「f4e1ae400eb070ca」 「№1968」
Difference from previous tested commit:  code diff
Commit date: 2017-01-23 17:07:40

Merge pull request #1968 from RosettaCommons/roccomoretti/parse_xsd_desc_fix Fix documentation on some of the common XSD parsing utilities. There was a bunch of XRW TODO for documentation in protocols/rosetta_scripts/util.cc -- I changed this to something passable, as well as extending the utility functions to take (optional) descriptions, so you can have "TaskOperations for the low-resolution stage" instead of just a plain "TaskOperations to use" description.

...


branch: master 「№59234」
Commited by: Jaume Bonet
GitHub commit link: 「67fde902a12f8576」 「№1964」
Difference from previous tested commit:  code diff
Commit date: 2017-01-21 03:22:22

Merge pull request #1964 from RosettaCommons/correialab/budgraziano/posefragmentmover Correialab/budgraziano/posefragmentmover

...


branch: master 「№59233」
Commited by: Sergey Lyskov
GitHub commit link: 「deef0d3e70302668」 「№1965」
Difference from previous tested commit:  code diff
Commit date: 2017-01-20 14:35:04

Merge pull request #1965 from RosettaCommons/sergey/binder Updating Binder self-tests. Removing deprecated files.

...


branch: master 「№59232」
Commited by: Benjamin Basanta
GitHub commit link: 「3e78034eb9feeb1a」 「№1966」
Difference from previous tested commit:  code diff
Commit date: 2017-01-20 13:36:09

Merge pull request #1966 from RosettaCommons/basantab/HbondsToAtomTest merge small change to integration test in basantab/hbonds to atom test

...


branch: master 「№59231」
Commited by: Rocco Moretti
GitHub commit link: 「5d148cd0fbea84f3」 「№1963」
Difference from previous tested commit:  code diff
Commit date: 2017-01-19 18:18:28

Merge pull request #1963 from RosettaCommons/roccomoretti/enable_CIF Attempt to (re)enable mmCIF input on JD2 Update 'PDB'JobInputter to use the auto-detection logic and update the auto-detection logic. Add usage of mmCIF input to integration tests to catch if we break it (again). Large number of cosmetic integration test changes expected, as an additional diagnostic line has been added to PDB loading.

...


branch: master 「№59230」
Commited by: Rocco Moretti
GitHub commit link: 「563880bb374a329f」 「№1958」
Difference from previous tested commit:  code diff
Commit date: 2017-01-19 10:20:23

Merge pull request #1958 from RosettaCommons/roccomoretti/chifix ICOOR/CHI correspondence fixes There's an implicit assumption in ResidueType that the two terminal bonds of a chi are situated along the ICOOR tree. We get that right most of the time, but there's a couple of examples where it doesn't quite work. This PR adds a check during finalize() to make sure things are set up appropriately w/r/t CHI and ICOORD trees. It also fixes some of the existing params files which don't get things correct, as well as the SDF/CIF loading code which was ignoring the issue. Trajectory changes to pna and vancomycin integration tests expected: these use params files that changed.

...


branch: master 「№59229」
Commited by: Sergey Lyskov
GitHub commit link: 「4a30d46a9bfc5c12」 「№1961」
Difference from previous tested commit:  code diff
Commit date: 2017-01-19 07:26:35

Merge pull request #1961 from RosettaCommons/sergey/f Removing structural_alignment.py script due to licensing issues.

...


branch: master 「№59228」
Commited by: Benjamin Basanta
GitHub commit link: 「2ed47754de2e4e00」 「№1962」
Difference from previous tested commit:  code diff
Commit date: 2017-01-19 02:02:49

Merge pull request #1962 from RosettaCommons/basantab/HbondsToAtomTest Merging basantab/HbondsToAtomTest

...


branch: master 「№59227」
Commited by: Rocco Moretti
GitHub commit link: 「a6eb4d1163b8559c」 「№1960」
Difference from previous tested commit:  code diff
Commit date: 2017-01-18 18:04:15

Merge pull request #1960 from RosettaCommons/roccomoretti/XML_roundtrip Add quoting to script outputting. Now that we have XSD validation, input RosettaScripts XMLs need to have quoted options/attributes. However, the tracer-output of the parsed XML currently omits the quotes. Ideally, the outputted script should be 'round-trip-able' (that is, functional for feeding back into Rosetta as input.) This change enables quoting of options/attributes by default in the script output, so that the output script looks "proper". No test changes expected, aside from the obvious integration test log changes.

...


branch: master 「№59226」
Commited by: Rebecca Alford
GitHub commit link: 「598ecbe9ac6b2a56」 「№1957」
Difference from previous tested commit:  code diff
Commit date: 2017-01-18 08:50:16

Merge pull request #1957 from RosettaCommons/rfalford12/fix-mpframework-bug Fixing a segfault that occurs if you create a pose from sequence, or …

...


branch: master 「№59225」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「7e3109277bdde47d」 「№1959」
Difference from previous tested commit:  code diff
Commit date: 2017-01-17 20:00:29

Merge pull request #1959 from RosettaCommons/lqtza/pyrosetta_db_path_fix deprecating get_rosetta_database_path due to lack of use

...


branch: master 「№59224」
Commited by: Rhiju Das
GitHub commit link: 「d79a9ebe000325f8」 「№1953」
Difference from previous tested commit:  code diff
Commit date: 2017-01-17 14:52:39

Merge pull request #1953 from RosettaCommons/rhiju/recces_bulge Rhiju/recces bulge Only tests that really change are + `rna_denovo_bps`; due to a different ordering of noncanonical base pairs due to use of Andrew's nice `rna_secstruct.pairings()` function instead of my and Joe's _ad hoc_ flatten of stems. + `swm_builld_full_model` restored.

...


branch: master 「№59223」
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: master 「№59222」
Commited by: Vikram K. Mulligan
GitHub commit link: 「917abc02cf7a0ea2」 「№1812」
Difference from previous tested commit:
Commit date: 2017-01-16 18:12:49

Merge pull request #1812 from RosettaCommons/vmullig/fix_boinc_mac Update mac/clang/boinc build and BOINC code for new BOINC API The move to C++11 broke the BOINC builds, and we've had to move to the latest verison of BOINC, which in turn broke the way in which we were interfacing with BOINC. This corrects all code issues, so that Rosetta can talk to BOINC again. DONE: - Fix linking issues, particularly related to the new TrueType libraries that BOINC uses. - Test font display with the new BOINC libraries and the TrueType libraries; adjust font sizes and spacings appropriately. @davidekim

...


< 1 .. 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 .. 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