branch: master 「№59912」
Commited by: Sergey Lyskov
GitHub commit link: 「786e2b0e2822e089」
Difference from previous tested commit:  code diff
Commit date: 2017-12-10 18:17:04

beautifying

...


branch: master 「№59911」
Commited by: Sergey Lyskov
GitHub commit link: 「551a04bac4f145db」 「№2774」
Difference from previous tested commit:  code diff
Commit date: 2017-12-10 18:08:36

Merge pull request #2774 from RosettaCommons/sergey/f2 Adding emplace constructor to NamedAtomID

Vikram K. Mulligan 7 years
The template line added to NamedAtomID.hh in this commit seems to be tripping up the beautifier. Andrew -- can you take a look at this? [list]
...


branch: master 「№59910」
Commited by: Andy Watkins
GitHub commit link: 「5e3a7674460be739」 「№2787」
Difference from previous tested commit:  code diff
Commit date: 2017-12-10 13:20:05

Merge pull request #2787 from RosettaCommons/everyday847/symmetry_hack A hacky version of symmetry in rna_denovo

...


branch: master 「№59909」
Commited by: Brandon Frenz
GitHub commit link: 「27a8dbd011a8540b」 「№2739」
Difference from previous tested commit:  code diff
Commit date: 2017-12-09 04:35:15

Merge pull request #2739 from RosettaCommons/bfrenz/xtal_glycan_refinement Bfrenz/xtal glycan refinement

...


branch: master 「№59908」
Commited by: Andy Watkins
GitHub commit link: 「bbdb9abad83680ec」 「№2741」
Difference from previous tested commit:  code diff
Commit date: 2017-12-06 20:05:07

Merge pull request #2741 from RosettaCommons/everyday847/prototype_dinucleotide_support Prototype support for dinucleotides in stepwise

...


branch: master 「№59907」
Commited by: Vikram K. Mulligan
GitHub commit link: 「48774481a3fe653f」 「№2775」
Difference from previous tested commit:  code diff
Commit date: 2017-12-06 09:54:55

Merge pull request #2775 from RosettaCommons/vmullig/indexselector_noerror Add an option to the ResidueIndexSelector to allow it to ignore residues that aren't in the pose Currently, the `ResidueIndexSelector` throws an error if a residue index specified does not exist in the pose (_e.g._ residue 56 of a 55-residue pose). While this is a good default behaviour, users have encountered situations in which this is not a desired behaviour. This pull request retains the current behaviour as default behaviour, but adds an option to disable this. Tasks: - [x] Add option to ResidueIndexSelector. - [x] Setters & getters. - [x] Update `parse_my_tag()`. - [x] Update xsd functions. - [x] Update unit test. - [x] Update serialization functions. - [x] Beauty. - [x] Documentation. @srgerb

...


branch: master 「№59906」
Commited by: Andy Watkins
GitHub commit link: 「e705049d02214db0」 「№2746」
Difference from previous tested commit:  code diff
Commit date: 2017-12-05 19:10:43

Merge pull request #2746 from RosettaCommons/everyday847/rna_motif_updates Updates to RNA motif

...


branch: master 「№59905」
Commited by: Rocco Moretti
GitHub commit link: 「83c8d57b123d9ea5」 「№2769」
Difference from previous tested commit:  code diff
Commit date: 2017-12-05 11:10:17

Merge pull request #2769 from RosettaCommons/roccomoretti/icc_scons_fix Fix compiler autodetection for ICC. Add os information to pre-load stage, such that the OS-specific ICC commands can be loaded and used for pre-load detection.

...


branch: master 「№59904」
Commited by: Orly Marcu
GitHub commit link: 「a2287d9b4bc78f78」
Difference from previous tested commit:  code diff
Commit date: 2017-12-05 08:35:15

beautifying

...


branch: master 「№59903」
Commited by: Sergey Lyskov
GitHub commit link: 「aa104167d0988250」 「№2766」
Difference from previous tested commit:  code diff
Commit date: 2017-12-05 02:21:16

Merge pull request #2766 from RosettaCommons/sergey/binder - Adding dependency tracking for both generation-phase (Binder invocation) and CMake invocation. - Moving CMake invocation into generate_cmake_file so build.py -s immediately call ninja instead of always re-running CMake first. - Using symlinking instead of copying for PyRosetta Python files. After this is merged i expect that building PyRosetta with just build.py or optionally build.py -s (to skip generation phase entirely to win extra ~1.5s) should became the best option for most developers.

...


branch: master 「№59902」
Commited by: Orly Marcu
GitHub commit link: 「1bbb5b93fc26808a」 「№2751」
Difference from previous tested commit:  code diff
Commit date: 2017-12-05 02:14:38

Merge pull request #2751 from RosettaCommons/orlypolo/bug-fix-output-and-crash Orlypolo/bug fix output and crash

...


branch: master 「№59901」
Commited by: Adam Moyer
GitHub commit link: 「48f5a07128d49104」 「№2735」
Difference from previous tested commit:  code diff
Commit date: 2017-12-04 19:44:47

Merge pull request #2735 from RosettaCommons/atom-moyer/pose_residue_accessor Atom moyer/pose residue accessor

Sergey Lyskov 7 years
PyRosetta unit tests failure is due to left-over files from previous commits. Please ignore it for now.
...


branch: master 「№59900」
Commited by: Andy Watkins
GitHub commit link: 「d872a66b173a094b」 「№2771」
Difference from previous tested commit:  code diff
Commit date: 2017-12-04 19:43:35

Merge pull request #2771 from RosettaCommons/everyday847/quick_erraser_fixes Quick ERRASER2 fixes

...


branch: master 「№59899」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「aa1dba5d165895c4」 「№2754」
Difference from previous tested commit:  code diff
Commit date: 2017-12-04 13:18:10

Merge pull request #2754 from RosettaCommons/jadolfbr/glycan_scanner3 Design Tools A number of design tools are added in this PR, including some specifics for glycans. New Resfile Commands ================= First, we have 3 new resfile commands: `CHARGED`, `AROMATIC`, and `PROPERTY`. The third is a general command that takes any ResidueProperty. Currently, it only works for Cannonicals, but perhaps that could be generalized int the future for NCs. New General TaskOps/Movers ====================== - `ResfileCommandOperation` : This operation takes a residue selector and ANY resfile command operation line (without residue numbers) and applies it. It is incredibly powerful. For example, You can select all beginning of helices and design them as charged residues extremely easily. This works with NCs as well. ``` USAGE: <ResfileCommandOperation name=(string) command=(string) residue_selector=(string)> </ResfileCommandOperation> ``` - `SequenceMotifTaskOperation` : This is an operation that applies a given _design sequence motif_. This motif is kinda-sorta like regex syntax, but a bit different. It accepts a residue selector to design in this sequence motif starting at each position specified in the selector. Also takes resfile commands. The syntax for the operation is as follows: ``` <SequenceMotifTaskOperation name=(string) motif=(string) residue_selector=(string)> </SequenceMotifTaskOperation> EXAMPLE: Glycosylation N-Linked glycosylation motif design: N[^P][ST] motif (string): This is slightly similar to a regex, but not quite. We are not matching a sequence, we are designing in a motif regardless of the current sequence, anywhere in a protein. - Each letter corresponds to a position. Using [ ] indicates a more complicated expression for that position. - An X indicates it can be anything, and that we are designing here. - An AA Letter, like V, indicates that that position will be designed to a V. - A - charactor indicates that that position stays with whatever it is currently. We essentially skip this position. - An expression like: [^PAV] indicates that we will design anything except Proline, Alanine, and Valine - An expression like: [NTS] indicates that that position can be Asparigine, Threonine, or Serine and only of these will be enabled during the design. - RESFILE commands are accepted as well. These require a % charactor in from of the whole expression. For example [%POLAR] would set that position to only polar design. This is exactly the same as a resfile line, so you can even do NC like so: [%EMPTY NC R2 NC T6 NC OP5] ``` - `CreateSequenceMotifMover` : Applies the operation, using the packer, packing neighbors by default. Has a few other options for common uses. Glycans ====== - `CreateGlycanSequonMover` : This calls the SequenceMotifMover with pre-specified motifs, including using the enhanced motif that seems to result in higher glycosylation and less complex glycans ( references included in descriptions). Other ======== New string_util functions Updates to code templates Integration tests for movers Unit tests for operations, and each individual function including the string utility functions.

...


branch: master 「№59898」
Commited by: Benjamin Basanta
GitHub commit link: 「ca44aacd8622a0a8」 「№2764」
Difference from previous tested commit:  code diff
Commit date: 2017-12-03 18:58:21

Merge pull request #2764 from RosettaCommons/basantab/add_SS_option_DSSPdes Adding options to several movers, filters and TOs

...


branch: master 「№59897」
Commited by: Rhiju Das
GitHub commit link: 「761cf7a11d9a2cdb」 「№2767」
Difference from previous tested commit:  code diff
Commit date: 2017-12-03 18:23:59

Merge pull request #2767 from RosettaCommons/rhiju/fix_rs_flexbbmoves_test in test involving fragment picking, do not read in ligands from PDB file

...


< 1 .. 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 .. 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