branch: master 「№59172」
Commited by: Rocco Moretti
GitHub commit link: 「827f90dc5e23994e」 「№1903」
Difference from previous tested commit:  code diff
Commit date: 2016-12-16 09:54:56

Merge pull request #1903 from RosettaCommons/revert-1645-darwinyfu/RosettaLigandEnsemble Revert "Darwinyfu/rosetta ligand ensemble"

...


branch: master 「№59171」
Commited by: Andrew Watkins
GitHub commit link: 「d75fe08ecab2ea65」 「№1897」
Difference from previous tested commit:  code diff
Commit date: 2016-12-15 19:33:58

Merge pull request #1897 from RosettaCommons/everyday847/fix_uninitialized_variable Initialized variable in AddMover (added for pH simulation) by default…

...


branch: master 「№59170」
Commited by: Andrew Watkins
GitHub commit link: 「88b24a8d4923fc7e」 「№1900」
Difference from previous tested commit:  code diff
Commit date: 2016-12-15 19:03:10

Merge pull request #1900 from RosettaCommons/everyday847/bromo_u_nomenclature Fixing one nucleic acid's nomenclature

...


branch: master 「№59169」
Commited by: Brian D. Weitzner
GitHub commit link: 「f51d218bcb8e751d」
Difference from previous tested commit:  code diff
Commit date: 2016-12-15 16:53:35

Updatign the Xcode project generation files to be python 3 compatible

...


branch: master 「№59168」
Commited by: Darwin
GitHub commit link: 「8bf6765e8ed89cc6」 「№1645」
Difference from previous tested commit:  code diff
Commit date: 2016-12-15 16:46:42

Merge pull request #1645 from RosettaCommons/darwinyfu/RosettaLigandEnsemble Darwinyfu/rosetta ligand ensemble

...


branch: master 「№59167」
Commited by: Andrew Watkins
GitHub commit link: 「bc9eb10cd4bc742b」 「№1898」
Difference from previous tested commit:  code diff
Commit date: 2016-12-15 13:59:23

Merge pull request #1898 from RosettaCommons/everyday847/fix_noncanonical_farfar Fix FARFAR with noncanonical nucleotides using na_analogue()

...


branch: master 「№59166」
Commited by: Andrew Watkins
GitHub commit link: 「203fa210aa88969e」 「№1895」
Difference from previous tested commit:  code diff
Commit date: 2016-12-15 12:16:57

Merge pull request #1895 from RosettaCommons/everyday847/stepwise_checkpointing Checkpointing for long stepwise runs

...


branch: master 「№59165」
Commited by: Andrew Watkins
GitHub commit link: 「fff0f31d35859bf5」 「№1892」
Difference from previous tested commit:  code diff
Commit date: 2016-12-15 01:29:22

Merge pull request #1892 from RosettaCommons/everyday847/block_stack_farfar Implement block_stack in farfar

...


branch: master 「№59164」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「cd25d48f4f2cd673」 「№1888」
Difference from previous tested commit:  code diff
Commit date: 2016-12-14 15:36:48

Merge pull request #1888 from RosettaCommons/Cyrus/mergetarget From Steven Lewis: Cyrus PR: HELIX and SHEET records in PDBs Many moons ago, @yfsong wrote a code snippet in Cyrus's application to print HELIX and SHEET records in PDB files. It depended on the late, much-abused FileData, so I found myself needing to convert it to StructFileRep. I decided to go ahead and just rewrite all the code into core, into the SFR machinery, instead of handling it unshareably at app level. You get: - with PDB output, you can print PDB-formatted HELIX and SHEET records, using the flag -out:file:output_secondary_structure - SFR contains HELIXInformation and SHEETInformation structs to track the data - integration test (trivially) - unit test on both the SFR internals and the string output, checking formatting (note this is bundled as one unit test, because I do not understand the existing structure of the unit tests in this area of Rosetta) You do not get: - Rosetta is not reading the records IN, just printing them - I'm pretty sure having the PDB writer run DSSP breaks some encapsulation rules: the system only works if your code fills the Pose secstruct string somehow (such as DSSPMover) - TURNs are not recorded, because TURN does not mean loop, and our DSSP does not distinguish beyond H/E/L, so the data are not there to interpret - SHEET records are actually quite complex because sheets are multiple-element. This code just outputs each single strand as a one-membered sheet, which is sufficient to get viewers like PyMOL and PV displaying secondary structure correctly. - StructFileRepOptions has an unimplemented provide_XML_schema...I left it that way for now This will be of interest to @aleaverfay because it's his job to approve and recreate cyrus PRs, and @JWLabonte and @jadolfbr and other chemXRW attendees as it is the SFR I am extending.

...


branch: master 「№59163」
Commited by: Sergey Lyskov
GitHub commit link: 「7862c3a14bb5e8d6」
Difference from previous tested commit:  code diff
Commit date: 2016-12-13 14:39:52

Fixing PyRosetta documentation build errors

...


branch: master 「№59162」
Commited by: Sergey Lyskov
GitHub commit link: 「9ecab6132d6e6d2c」 「№1886」
Difference from previous tested commit:  code diff
Commit date: 2016-12-13 00:14:05

Merge pull request #1886 from RosettaCommons/sergey/f Fixing cppcheck test issues

...


branch: master 「№59161」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「b1373c5c0c8642cc」 「№1855」
Difference from previous tested commit:  code diff
Commit date: 2016-12-12 18:04:04

Merge pull request #1855 from RosettaCommons/jadolfbr/random_start This changes the default of Glycan Relax to randomly sample on each dihedral of each glycan in order to start with a random conformation of the glycans (including any AA-glycan linkage torsions which are technically part of the glycan). This has been shown to improve model diversity and enrich for low-energy models. -Removes the sugar_bb_start option, which is not really used, sans for the initial testing. -Adds a 'refine' option, which turns the starting sampling off and keeps the starting conformation of the glycans passed in. We can then use this option down the line to further 'refinement-specific' code.

...


branch: master 「№59160」
Commited by: Sergey Lyskov
GitHub commit link: 「3c6c1cc5214b2007」 「№1883」
Difference from previous tested commit:  code diff
Commit date: 2016-12-12 13:06:54

Merge pull request #1883 from RosettaCommons/sergey/binder PyRosetta, adding GCC support.

...


branch: master 「№59159」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「9e42fd3b8616a77b」 「№1856」
Difference from previous tested commit:  code diff
Commit date: 2016-12-12 13:02:56

Merge pull request #1856 from RosettaCommons/aleaverfay/close_contact_selector New neighborhood selector using atom-pair distances My other residue selector, the NeighborhoodResidueSelector, uses the same logic that the packer uses to decide neighbor relationships. Namely: under any rotamer assignment for two residues, would they interact? It does this by considering each residue as a sphere centered at the neighbor atom (e.g. cbeta), and then asking are the spheres get within the interaction cutoff. Modeling residues as spheres, however, is not always what you want. This new neighborhood selector, the "CloseContactResidueSelector" identifies residues that have atoms within a certain distance cutoff -- that is, it's using the current atomic coordinates to make the neighborhood decision, instead of "any possible rotamer assignment," which often includes residues that couldn't realistically move into contact distance because there are other residues in the way.

...


branch: master 「№59158」
Commited by: Rhiju Das
GitHub commit link: 「5d042578f8bd2eb1」 「№1882」
Difference from previous tested commit:  code diff
Commit date: 2016-12-11 17:58:12

Merge pull request #1882 from RosettaCommons/rhiju/farna_cleanup Rhiju/farna cleanup + integration test changes are just due to removal of NWC output by default for stepwise. + integration.mpi was broken by previous commit into master, http://benchmark.graylab.jhu.edu/test/230501.

...


branch: master 「№59157」
Commited by: Vikram K. Mulligan
GitHub commit link: 「247ae07e05eb0f8b」 「№1868」
Difference from previous tested commit:  code diff
Commit date: 2016-12-11 02:40:37

Merge pull request #1868 from RosettaCommons/vmullig/xsd_info Add an "info" option to rosetta_scripts I often find, when I'm working in RosettaScripts, that I can't remember the details of the syntax of particular movers, filters, task operations, or residue selectors. Is it "filename" or "file_name" in ReadResfile? Do filters typically have a "cutoff" or a "threshold" option? This typically means that I either have to search the web documentation, or I have to find the right .cc file in the codebase and read the parse_my_tag() function. If I'm on a train or a plane, the former is often not an option, which only leaves the latter -- and that's an awfully slow way to check user input syntax. Wouldn't it be nice if Rosetta had in-app help? Well, thanks to the hard work of the XSD XRW team, it pretty much does -- all it needs is an interface. So this pull request adds the "-parser:info" (or just "-info") option to RosettaScripts. If you provide the option with the name of a mover, filter, task operation, or residue selector (e.g. `./bin/rosetta_scripts.default.linuxiccrelease -info FastDesign`) you can get a list of all of the XML-accessible options for that mover/filter/task operation/residue selector, with a description of each. (The app will print out help information and exit _in lieu_ of running a script with this option.) This is not meant to be a substitute for the web documentation, of course; unlike the documentation, this is only useful if you already know what Rosetta component you need, and just want details of syntax. But it should be a time-saver for those in that boat. Tasks: - [x] Add the "-parser:info" option. - [x] Support for movers. - [x] Support for filters. - [x] Support for task operations. - [x] Support for residue selectors. - [x] Make the output a bit more human-readable. - [x] Documentation. - [x] Beauty. - [x] Integration test.

...


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