branch: master 「№61800」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5b519ea0be476c19」 「№3325」
Difference from previous tested commit:  code diff
Commit date: 2021-11-11 18:22:46
scientific.sb_talaris13_fast_design

Merge pull request #3325 from RosettaCommons/vmullig/update_his_p Tweaking HIS_P.params to allow confirmational sampling and peptide structure prediction at low pH Adding Ramachandran information. At some point, we really should make the protonated variants into patches instead of separate params files. For now, this is a very minor tweak. Update: I'll update all of the protonation params files while I'm at it. This was an old pull request approved some time ago, so I re-tested it (with the latest master merged into the branch) before merging it into master.

...


branch: master 「№61799」
Commited by: Rocco Moretti
GitHub commit link: 「b2be42856e92b441」 「№5692」
Difference from previous tested commit:  code diff
Commit date: 2021-11-10 13:38:05

Merge pull request #5692 from RosettaCommons/roccomoretti/update_cmake_build Update CMake build Don't die if an only-with-extras external library isn't present on disk. (This fixes an issue I'm seeing on my machine with the bcl external library.)

...


branch: master 「№61798」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a427ebe39aa873d6」 「№5696」
Difference from previous tested commit:  code diff
Commit date: 2021-11-09 21:24:17

Merge pull request #5696 from RosettaCommons/vmullig/add_tyka_et_al_reference Add Tyka, Keedy, et al. 2011 JMB reference for FastRelax. The omission of this citation was an oversight. Thanks to @AJVincelli for pointing out that this should be included.

...


branch: master 「№61797」
Commited by: Rocco Moretti
GitHub commit link: 「397fa21d4b105b12」 「№5652」
Difference from previous tested commit:  code diff
Commit date: 2021-11-09 09:58:52

Merge pull request #5652 from RosettaCommons/roccomoretti/atomistic_energy_ouput Add interface to get atomistic energies from EnergyMethods Energies in Rosetta are officially residue-based: all the main interfaces give the energies decomposed at the residue level. This makes things efficient for general usage, but sometimes it's nice to be able to get energy information for individual atoms. (For example, the LJ energies are defined on the atom level, not the residue level.) This PR adds an interface to the EnergyMethod class which allows subclasses to hook into a common interface for providing such atom-level energies. In deference to the fact that not all energies are necessarily going to be atomistic, the implementation of these functions is optional, and there's a has_atomistic_energies() function which allows you to query the method about whether it supports the interface. The "standard" terms from ref2015 have been hooked into this framework, or at least those terms which have sensible atomistic energies. Terms like ref and fa_dun aren't really atomistic, and so they do not support the interface. (Existing residue-based implementations should be unchanged, so there shouldn't be an execution speed concern.) A atom_energy_breakdown utility (mirroring the residue_energy_breakdown utility) has also been created to provide a command line interface to the data, and utility functions in src/core/scoring/util.hh provide C++/PyRosetta-level access.

...


branch: master 「№61796」
Commited by: Rocco Moretti
GitHub commit link: 「9f3f54c5e1978950」 「№5684」
Difference from previous tested commit:  code diff
Commit date: 2021-11-08 08:44:21

Merge pull request #5684 from RosettaCommons/roccomoretti/update_ccd Update the CCD components definitions On Slack, it was mentioned that the CCD definitions in the database are about 2 years out of date at this point, and that's causing issue with the read-all-the-PDB tests. Thanks to the scripts, it's relatively easy to update the components definitions, so we have. We've also updated the PDB_diagnostic test metadata to account for the new components.

...


branch: master 「№61795」
Commited by: Sergey Lyskov
GitHub commit link: 「2dfcd72ff804d1b9」
Difference from previous tested commit:  code diff
Commit date: 2021-11-05 17:08:26

updating integration tests ignore list to filter out kernel version

...


branch: master 「№61794」
Commited by: Rocco Moretti
GitHub commit link: 「6a4451235a575c49」 「№5685」
Difference from previous tested commit:  code diff
Commit date: 2021-11-05 16:18:20
scientific.sb_talaris13_fast_design

Merge pull request #5685 from RosettaCommons/roccomoretti/fix_master_tests Fix tests in master. * Virtual/override issues in FaMPAsymEzCBEnergy * Update tracer registration issue with simple_cycpep_predict output in scientific tests * Update dgdp_script integration test to be compatible with the Valgrind testing framework.

...


branch: master 「№61793」
Commited by: Guangfeng Zhou
GitHub commit link: 「f9cd39a8173d43b7」 「№5683」
Difference from previous tested commit:  code diff
Commit date: 2021-11-04 18:00:38

Merge pull request #5683 from RosettaCommons/guangfeng/galiganddock_update2 GALigandDock update

...


branch: master 「№61792」
Commited by: Guangfeng Zhou
GitHub commit link: 「de9edbfaf502e0b0」 「№5681」
Difference from previous tested commit:  code diff
Commit date: 2021-11-02 23:42:19

Merge pull request #5681 from RosettaCommons/guangfeng/galiganddock_update2 GALigandDock update

...


branch: master 「№61791」
Commited by: Brahm Yachnin
GitHub commit link: 「e746c3b1ca4310a9」 「№5671」
Difference from previous tested commit:  code diff
Commit date: 2021-10-27 16:07:45

Merge pull request #5671 from RosettaCommons/BYachnin/add_pyrosetta_interface_CMS Add getters and setters to ContactMolecularSurfaceFilter The ContactMolecularSurfaceFilter has a number of member variables that cannot be accessed or set except during construction or using parse_my_tag. Furthermore, the selectors, which are required for compute to work, can only be set by parse_my_tag. This makes using the filter cumbersome in PyRosetta. I've added getters and setters for all private member variables in the class, and also added a constructor that allows setting of the selectors directly.

...


branch: master 「№61790」
Commited by: Vikram K. Mulligan
GitHub commit link: 「a9ab4ac590fd0a4e」 「№5668」
Difference from previous tested commit:  code diff
Commit date: 2021-10-26 09:59:15

Merge pull request #5668 from RosettaCommons/vmullig/fix_t900_distributed Fix the T900_distributed PyRosetta test Tasks: - [x] Removing thread index from T900 test. - [x] Confirm that this does fix the Linux PyRosetta tests.

...


branch: master 「№61789」
Commited by: Benjamin P. Brown
GitHub commit link: 「6d1373361feca316」 「№5666」
Difference from previous tested commit:  code diff
Commit date: 2021-10-26 08:21:38

Merge pull request #5666 from RosettaCommons/brownbp1/bcl_repair_mac_release_10-2021 Updated bcl_rosetta branch to include <algorithm> include in bcl_sour…

...


branch: master 「№61788」
Commited by: Jack Maguire
GitHub commit link: 「672836d74e225746」 「№5634」
Difference from previous tested commit:  code diff
Commit date: 2021-10-25 21:04:59

Merge pull request #5634 from RosettaCommons/JackMaguire/InverseKin Inverse kinematics utility for calculating jumps. This PR adds a tool in core/kinematics/inverse that computes what value a given jump needs to hold in order for a set of user-defined atoms to be placed in desired coordinates

...


branch: master 「№61787」
Commited by: Guangfeng Zhou
GitHub commit link: 「28eac9c32db71e44」 「№5013」
Difference from previous tested commit:  code diff
Commit date: 2021-10-25 18:26:13

Merge pull request #5013 from RosettaCommons/guangfeng/galiganddock_bugfix Small bugfix and updates for GALigandDock

...


branch: master 「№61786」
Commited by: Yang Hsia
GitHub commit link: 「d4b3ee1420d6eacc」 「№5637」
Difference from previous tested commit:  code diff
Commit date: 2021-10-25 15:16:47

Merge pull request #5637 from RosettaCommons/yhsia/mergepdbmover_selector add residue_selector capability for mergePDBmover.

...


branch: master 「№61785」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「fafd8d441fbe5fbe」 「№5602」
Difference from previous tested commit:  code diff
Commit date: 2021-10-22 10:38:00

Merge pull request #5602 from RosettaCommons/jadolfbr/design_restrict Bug fixes, filter logic, disulfidize improvements, etc. # Bunch of stuff in this PR, listed below: - `NamedDihedralConstraint` bug fix - Bug fix and additions to `GlycanSequonSelector` - Bug fix for excluding germlines in RAbD - Added `sort_scorefxn` option to Disulfidize - actually sort them and not just give you random ones that were found. Added option to _actually_ _keep_ current disulfides. Fix a bug so that without this option, actual random ones are given using shuffle. Update docs. - Added `TrueFalseFilter` to enable control-flow of RosettaScripts using script_vars - which is true or false on-the-fly - Added `logic` option to `CompoundStatement` to use instead of subelements. Simplifies use. - Enable filter logic across RosettaScripts through the `find_filter_or_die` function. This is similar in nature to Selector logic across RosettaScripts. - Add `detect_disulfides` option to `DeleteRegionMover` which when false will not 'redetect and probably destroy' designed disulfides. - Add `logic` option to IfMover to allow more complex behavior: -- Parse logic as `if x : y else z` This corresponds to filter_name,true_mover_name,false_mover_name. Use null for do nothing. not is also accepted so - if not x : y else z -- Added control-flow directly within IfMover using a 'value' option that interprets a '0' or '1' as a TrueFilter or FalseFilter to allow script_vars control flow (awesome idea from @ajasja 's to save some declaration of the TrueFalseFilter.) - `SequenceMover` is now RosettaScriptable. `RandomMover` now has the option of repeats for each mover, allowing probabilistic repeats. - Add `dir` option to dumpPDB mover. Use the PDBInfo name if set to prefix the output PDB that is dumped - this enables it to be a lot more useful. - Add a few functions here and there that are tested and will be used in future PRs. # Tests An integration test covers parsable logic, rosetta-scripts parsable components, parsable control-flow.

...


< 1 .. 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 .. 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