branch: master 「№61656」
Commited by: Brian Koepnick
GitHub commit link: 「d8e6d9c18784cfc5」 「№5282」
Difference from previous tested commit:  code diff
Commit date: 2021-05-13 14:34:42

Merge pull request #5282 from RosettaCommons/guptan4/bunsrosetta Adding New BuriedUnsatisfiedPolarsCalculator Options

...


branch: master 「№61655」
Commited by: P. Douglas Renfrew
GitHub commit link: 「6c8bfc5b1293d403」
Difference from previous tested commit:  code diff
Commit date: 2021-05-12 16:26:20

Fixing XCode 12.5 build

...


branch: master 「№61654」
Commited by: Daniel Farrell
GitHub commit link: 「f0a449c48c8a1756」
Difference from previous tested commit:  code diff
Commit date: 2021-05-11 01:23:58

add rdkit for linking in static (#5403) Fix master ninja release_static build so that it includes rdkit and can compile.

...


branch: master 「№61653」
Commited by: Sergey Lyskov
GitHub commit link: 「a49400bb44d3b3c6」 「№5391」
Difference from previous tested commit:  code diff
Commit date: 2021-05-10 17:23:17

Merge pull request #5391 from RosettaCommons/benchmark adding merge_size test

...


branch: master 「№61652」
Commited by: Rocco Moretti
GitHub commit link: 「c844017c61900df6」 「№5392」
Difference from previous tested commit:  code diff
Commit date: 2021-05-07 14:12:46

Merge pull request #5392 from RosettaCommons/roccomoretti/fwdize_ResidueConformation Convert ResidueType/Residue/Conformation/Pose usage in headers to fwd.hh This is a mainly mechanical replacement of ResidueType.hh/Residue.hh/Conformation.hh/Pose.hh usage in header files to the corresponding fwd.hh headers. (And the downstream addition of the needed header files to the cc files.)

...


branch: master 「№61651」
Commited by: Jack Maguire
GitHub commit link: 「54b4909cd528ede1」 「№5390」
Difference from previous tested commit:  code diff
Commit date: 2021-05-04 21:04:43

Merge pull request #5390 from RosettaCommons/JackMaguire/FixingTFSubModule Fixing Tensorflow submodule for https checkouts of Rosetta

...


branch: master 「№61650」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b76418fb8267936f」 「№5235」
Difference from previous tested commit:  code diff
Commit date: 2021-05-04 19:18:57

Merge pull request #5235 from RosettaCommons/vmullig/fix_initialize_by_bin_disk_reads Ensure that bin transition data are read from disk once and only once. This PR aims to create a manager for bin transition data, so that they are loaded lazily, in a threadsafe manner, and only once. (This is to avoid repeated disk reads when using the trRosetta mover that pull request #5119 introduces.) Bin transition data are data stored in `database/protocol_data/generalizedKIC/bin_params/`. They are stats mined from the PDB of an amino acid of a given type an position i being found in a particular backbone bin B, and another amino acid of another given type at position i+1 being found in another backbone bin B'. This can be used for sampling -- for example, to set up a random conformation of a backbone with torsion distributions reflecting real proteins. PR #5119 does not depend on this PR, but this will increase efficiency once merged. The status quo is that anything that uses a `BinTransitionCalculator` triggers a read from disk whenever the `BinTransitionCalculator` is instantiated and initialized, repeatedly reading the same binfiles, but after this PR, each unique binfile will only be read once. Note: previously the `simple_cycpep_predict` application's director node read bin definitions once in MPI mode and broadcast those to all manager and worker nodes to avoid repeated reads by many nodes. Since the workers will now be reading the bin definitions once each, it's no longer necessary to do this. Tasks: - [x] Create a `BinTransitionCalculatorManager` class that fields requests for `BinTransitionCalculators`. - [x] Make the `BinTransitionCalculator` constructor private, and the `BinTransitionCalculatorManager` a `friend`, so that anything that wants a calculator must go through the calculator manager. - [x] Make the `BinTransitionCalculator` take a bin transitions file on initialization. Delete the default constructor and only allow the copy and initialization constructors. - [x] Have the `BinTransitionCalculatorManager` create a `BinTransitionCalculatorManager` for each bin transition file the first time that each file is requested, in a lazy, threadsafe way. Store this object, and hand out clones to the stored copy whenever a request is fielded. - [x] Update all classes that request a `BinTransitionCalculator` to go through the `BinTransitionCalculatorManager`. - [x] Fix serialization error. - [x] Check unit and integration tests. - [x] Add citations to the `InitializeByBins` and `PerturbByBins` movers while I'm at it. - [x] Beauty. - [x] Fix the timeout in the `simple_cycep_predict_design` integration test. - [x] Check that the `simple_cycep_predict_design` MPI integration test still produces at least one output structure.

...


branch: master 「№61649」
Commited by: Morgan Nance
GitHub commit link: 「7ca2e3667beeb493」
Difference from previous tested commit:  code diff
Commit date: 2021-05-04 16:33:05

Add GlycanDockProtocol and its app to Rosetta Merge PR #5287 Adds protocols/glycan_dock/GlycanDockProtocol (and its util files) Adds pose_from_saccharide_sequence executable app

...


branch: master 「№61648」
Commited by: Rocco Moretti
GitHub commit link: 「aaf212f3f492b2c8」 「№5389」
Difference from previous tested commit:  code diff
Commit date: 2021-05-04 14:38:22

Merge pull request #5389 from RosettaCommons/roccomoretti/fix_master Fix broken master Fix some of the breakage in master from my recent commits. * Missing header in MPI * Clang tidy issues

...


branch: master 「№61647」
Commited by: Rocco Moretti
GitHub commit link: 「1fdfb53f0b8d09e1」 「№5371」
Difference from previous tested commit:  code diff
Commit date: 2021-05-03 12:36:01

Merge pull request #5371 from RosettaCommons/roccomoretti/speed_up_conformation_hh Attempt to speed up compilation of Conformation.hh The compilation of Conformation.hh is rather slow, so I poked around a bit to figure out how to potentially speed it up. * Remove the ParametersSet header from Conformation.hh * Don't include utility/string_util.hh in xyzVector.hh (use std::to_string() instead. -- also clean up string_util.hh use in headers generally) * Remove numeric/trig.functions.hh from xyzVector.hh (move related functions to utility file.) * Push the hash function for xyzVector to the one place it's used, which allows us to remove the (heavyweight) boost/functional/hash.hpp header. * Reduce need for various io-related headers from xyzVector.hh

...


branch: master 「№61646」
Commited by: Rocco Moretti
GitHub commit link: 「eb69f0f726c46ea9」 「№5385」
Difference from previous tested commit:  code diff
Commit date: 2021-05-03 12:33:44

Merge pull request #5385 from RosettaCommons/roccomoretti/fixopenclbuild Fix OpenCL build. Missing include for function within #ifdefs

...


branch: master 「№61645」
Commited by: Rocco Moretti
GitHub commit link: 「cdc5eaa8c421b31d」 「№5370」
Difference from previous tested commit:  code diff
Commit date: 2021-05-02 11:03:16

Merge pull request #5370 from RosettaCommons/roccomoretti/pose_util_compile Clean up basic/Tracer.hh and core/pose/util.hh header usage. Try to improve compile times via header cleanup * Remove some circular header includes * Remove use of basic/Tracer.hh in headers * Split out core/pose/util.tmpl.hh usage (now renamed core/pose/init_id_map.hh) from core/pose.util.hh.

...


branch: master 「№61644」
Commited by: Vikram K. Mulligan
GitHub commit link: 「dababef695926e83」 「№5384」
Difference from previous tested commit:  code diff
Commit date: 2021-05-01 22:28:13

Merge pull request #5384 from RosettaCommons/vmullig/improve_mover_registration_error Improve the error message when a mover has not been registered with the MoverFactory. Addresses issue #5381, raised by @smlewis. This also updates the error message for unregistered filters, task operations, packer palettes, data loaders, and a bunch of others.

...


branch: master 「№61643」
Commited by: Vikram K. Mulligan
GitHub commit link: 「aeb23434a504c5dd」 「№5379」
Difference from previous tested commit:  code diff
Commit date: 2021-04-30 17:24:14

Merge pull request #5379 from RosettaCommons/vmullig/add_ndm1_citation Add citation for recent NDM1 paper This PR adds a citation for doi: `10.1073/pnas.2012800118` to the Rosetta database. It also adds citations to previously-unpublished modules (`net_charge` energy, `voids_penalty` energy, `buried_unsatisfied_penalty` energy, `hbnet` energy, `SetupMetalsMover`, `PeptideInternalHbondsMetric`) described in the supplement of that paper, and updates the citations for the simple_cycpep_predict application. This PR also corrects a minor CitationManager issue: an extra period was being added after the article title in the citation output. I've updated the `add_citation_by_pubmed_id.py` script to avoid adding a period to the end of the article title in the records in the database, and corrected the existing records, but this change does result in a number of minor cosmetic changes to the integration tests.

...


branch: master 「№61642」
Commited by: Daniel Farrell
GitHub commit link: 「9beaf93045e10b2f」
Difference from previous tested commit:  code diff
Commit date: 2021-04-30 12:39:11

add begin/end getters for StrandPairing (#5374) The StrandPairing code was missing some getters for its private variables. This code adds them. also performs some clean up on its private variable names.

...


branch: master 「№61641」
Commited by: Daniel Farrell
GitHub commit link: 「2d2fcd0f3955d9ee」
Difference from previous tested commit:  code diff
Commit date: 2021-04-30 12:38:14

Remove bad copy constructor & =operator in AlignPDBInfoToSequences (#5375) The copy constructor and =operator were improperly implemented. This pr removes them so that the default is used

...


< 1 .. 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 .. 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