branch: master 「№60360」
Commited by: Steven Lewis
GitHub commit link: 「14e0a7acf8eca980」 「№3406」
Difference from previous tested commit:  code diff
Commit date: 2018-08-21 11:28:04

Merge pull request #3406 from CyrusBiotechnology/delucasl/write_seqres From @decarboxy at Cyrus: optionally output SEQRES lines in PDB files This PR extends the pdb outputter to produce SEQRES records. This feature is off by default and can be turned on with -out:file:write_seqres_records also added a test that exercises the feature. No integration test changes expected.

...


branch: master 「№60359」
Commited by: Brian Coventry
GitHub commit link: 「2302601d8e2bbb70」 「№3389」
Difference from previous tested commit:  code diff
Commit date: 2018-08-20 12:58:35

Merge pull request #3389 from RosettaCommons/bcov/AtomicDepth Adding AtomicDepth class and integrating with BuriedUnsatisfiedHBondFilter

...


branch: master 「№60358」
Commited by: Steven Lewis
GitHub commit link: 「eb949ebdc04feb8f」 「№3410」
Difference from previous tested commit:  code diff
Commit date: 2018-08-18 12:58:16

Merge pull request #3410 from RosettaCommons/smlewis/PR_patterns At PRC Day 2, I promised that @weitzner and/or I would write up our standards for PR review. We said we'd put it in the README. We changed our minds, because the README is an obvious target for end users looking for compiling and use documentation, so instead I added it to the https://www.rosettacommons.org/docs/wiki/internal_documentation/GithubWorkflow page and improved the link from here. I am going to go ahead and merge this on the expectation that most further modifications are to the wiki not the README - but edits here are cheap, so feel free to open another README PR as necessary if there is further comment.

...


branch: master 「№60357」
Commited by: Rocco Moretti
GitHub commit link: 「d7ca38d07878661a」 「№3405」
Difference from previous tested commit:  code diff
Commit date: 2018-08-17 11:04:59

Merge pull request #3405 from RosettaCommons/roccomoretti/IG_size_debug Switch interaction graph size output to debug tracer level. There's little a non-expert user can do with the raw size value. Make it available with a debug-level tracer, but put a more user-actionable message for high IG memory usage. (Set arbitrarily at 25 MB)

...


branch: master 「№60356」
Commited by: Rebecca Alford
GitHub commit link: 「4339104dc0551a77」 「№3384」
Difference from previous tested commit:  code diff
Commit date: 2018-08-17 06:37:22

Merge pull request #3384 from RosettaCommons/rfalford12/minor-refactor-lipid-accessibility Minor Refactoring in MPLipidAccessibility

...


branch: master 「№60355」
Commited by: Steven Lewis
GitHub commit link: 「41067c35e93c24d1」 「№3403」
Difference from previous tested commit:  code diff
Commit date: 2018-08-16 20:03:07

Merge pull request #3403 from CyrusBiotechnology/indigo/argobody_fix_outlier_bug Antibody grafting, database blast outlier exclusion list, add H3 and orientation This add 2 lines of code to protocols/antibody/grafting/scs_functor.cc For the antibody grafting app, blast search of pdb templates can be modified by giving an input list of "oulier" pdbIDs to ecvlude for the search of templates to graft from. The ability to exclude outliers for H3 and orientation was left out of the code (not sure if this was an accident). With this PR, H3 and orientation graft outliers are excluded if and only if you add the corresponding H3 and orientation -specific lines to your outlier list file. This does not change any defaults, but adds the ability to exclude templates for H3 grafting too. From Cyrus from @indigogo

...


branch: master 「№60354」
Commited by: Rebecca Alford
GitHub commit link: 「331070810ffa9874」 「№3385」
Difference from previous tested commit:  code diff
Commit date: 2018-08-16 17:39:48

Merge pull request #3385 from RosettaCommons/rfalford12/minor-refactor-remove-lipid-acc-info Remove LipidAccInfo from Main

...


branch: master 「№60353」
Commited by: Rebecca Alford
GitHub commit link: 「8352f5e3254af235」 「№3386」
Difference from previous tested commit:  code diff
Commit date: 2018-08-16 17:38:58

Merge pull request #3386 from RosettaCommons/rfalford12/cubic-spline-func-to-numeric Move Cubic Polynomial Functions from Etable to Numeric

...


branch: master 「№60352」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「0315fdaf01805e78」 「№3394」
Difference from previous tested commit:  code diff
Commit date: 2018-08-16 17:15:22

Merge pull request #3394 from RosettaCommons/jadolfbr/fix_sm_int_test Add missing command file for SimpleMetric integration tests.

...


branch: master 「№60351」
Commited by: jkleman
GitHub commit link: 「7111c54c14ba9a53」 「№3392」
Difference from previous tested commit:  code diff
Commit date: 2018-08-13 14:33:52

Merge pull request #3392 from RosettaCommons/jkleman/sci_bench_move prep for scientific benchmarking: moved old stuff into before2018 folder

...


branch: master 「№60350」
Commited by: Ragul Gowthaman
GitHub commit link: 「3bdfef3c7a2a3ca7」 「№3387」
Difference from previous tested commit:  code diff
Commit date: 2018-08-13 10:32:33

Merge pull request #3387 from RosettaCommons/bioragul/addtcr added templates for TCR modeling into additional protocol data

...


branch: master 「№60349」
Commited by: Steven Lewis
GitHub commit link: 「3135d32229f5ebd3」
Difference from previous tested commit:  code diff
Commit date: 2018-08-08 19:02:18

BindingSiteConstraint bugfixes 1. site_constraint is an orphaned ScoreType. BindingSiteConstraint is a functioning constraint that uses atom_pair_constraint as its ScoreType, but optionally uses whichever ScoreType you request. I have added site_constraint to the list in ConstraintsEnergy so that you may use site_constraint with BindingSiteConstraint. 2. BindingSiteConstraint's Tracer was mislabled (copy paste error) 3. BindingSiteConstraint's clone() function was missing an argument in its dispatch to the copy ctor and thus forced cloned copies into the default ScoreType instead of an assigned ScoreType.

...


branch: master 「№60348」
Commited by: Steven Lewis
GitHub commit link: 「1b022a38c8d6cbc7」 「№3375」
Difference from previous tested commit:  code diff
Commit date: 2018-08-08 18:52:14

Merge pull request #3375 from RosettaCommons/smlewis/fix_noe_assignment should fix unstable noe_assignment itest by grepping out the offending log lines

...


branch: master 「№60347」
Commited by: Vikram K. Mulligan
GitHub commit link: 「9dda2bfc26b328e4」 「№3381」
Difference from previous tested commit:  code diff
Commit date: 2018-08-08 15:14:38

Merge pull request #3381 from RosettaCommons/vmullig/eliminate_std_rand Removing an instance of std::rand in protocols, and updating a function signature to pass a vector by const reference instead of by copy. Flipping tests flip (the same integration tests that changed in the revision in which I did nothing but beautify). No other test changes observed.

...


branch: master 「№60346」
Commited by: Vikram K. Mulligan
GitHub commit link: 「04840f002fbaea28」
Difference from previous tested commit:  code diff
Commit date: 2018-08-07 06:52:29

beautifying

...


branch: master 「№60345」
Commited by: Vikram K. Mulligan
GitHub commit link: 「882cef3e7b60e2ab」 「№2573」
Difference from previous tested commit:  code diff
Commit date: 2018-08-07 04:06:53

Merge pull request #2573 from RosettaCommons/vmullig/refactor_parametric_code Refactor the Parametric code Merged from my phone. This somehow feels wrong... This will simplify the code considerably, and make it easier to add additional parameters or new parameterizations. It will also simplify the parameter-space minimizer that I have working in a branch (and which I really need to get back to at some point). Tasks: - [x] Add a Parameter abstract base class. - [x] Derived classes for Real, Size, or Boolean-valued Parameters. - [x] Store parameter name, type, value. - [x] Setters and getters for these. - [x] Value-parsing functions. - [x] XSD functions. - [x] Serialization. - [x] Ensure that default values can be specified (e.g. 1.0 for `epsilon`). - [x] Add means of copying parameters. - [x] Have this do something. - [x] Override the default "copies_from" to say "copies_helix" (_e.g._ "r0_copies_helix"). - [x] Special case of omega -- add means of copying pitch. - [x] Means of converting degrees->radians. - [x] Ensure that sampling and perturbing options are reset before storing in the Conformation. - [x] Add a ParametrizationCalculator abstract base class. - [x] Add a BundleParametrizationCalculator class. - [x] Tie in to MakeBundleHelix mover. - [x] Tie in to MakeBundle. - [x] Add default BundleParametrizationCalculator, and have it parse its options. - [x] Have the individual helix BundleParametrizationCalculators start off as clones of the default one (with cloning _after_ setup). - [x] Have them then override their options by parsing sub-tags. - [x] Check MakeBundle function (existing tests). - [x] Think about non-RosettaScripts interface, too. (What if defaults are set _after_ individual helices?) - [x] Fix the helical_bundle_nonideal integration test. (The second pose should be identical to the first. There's currently a problem with the bundle symmetry option in degrees mode.) - [x] Tie in to PerturbBundle. - [x] Deprecate PerturbBundleOptions class. - [x] Simplify PerturbBundleHelix mover. - [x] Simplify parse_my_tag(). - [x] Simplify apply(). - [x] Simplify perturb_values(). - [x] Check tests. - [x] Simplify XSD function. - [x] Tie in to BundleGridSampler. - [x] Check tests. - [x] Update parametric design GUI. - [x] Refactor the BundleParameters class to reduce the hardcoding of parameters. - ~~Maybe deprecate the BundleParametersSet class, too.~~ --> No, I like having a specialized class for this. _Right now_ it's not doing anything special, but it could conceivably in the future, and I don't want to have to subclass at that point. - [x] Fix integration test failures-to-run. - [x] Debug pitch copying with perturbation. It's currently not working. - [x] Check pitch copying with the BundleGridSampler. - [x] Check integration test changes. - [x] Debug changes seen when delta_t is nonzero. - Caused by ambiguity in rotation direction for beta-strands with omega1 ~ 180 degrees. Not a big cause for concern, though integration tests have been updated. - [x] Fix unit tests. - [x] Check `perturb_helical_bundle` integration test failure. It was the only one showing a real failure, and I think I've fixed it, now. Put off to another pull request: - Fix the longstanding residue vector problem in the Parameters object.

...


< 1 .. 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 .. 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