branch: master 「№60888」
Commited by: Vikram K. Mulligan
GitHub commit link: 「fb62f2109284d8f1」 「№4164」
Difference from previous tested commit:  code diff
Commit date: 2019-08-22 01:00:43

Merge pull request #4164 from RosettaCommons/vmullig/polar_sasa Adding options for measuring polar or hydrophobic SASA to SasaMetric. Tasks: - [x] Add option for polar SASA. - [x] Add option for hydrophobic SASA. - [x] Have these options do something. - [x] Unit test. - [x] Integration test. - [x] Documentation --> Will be auto-generated, since SasaMetric and PerResidueSasaMetric rely on auto-generated XSD documentation. - [x] Beauty.

...


branch: master 「№60887」
Commited by: Sergey Lyskov
GitHub commit link: 「6b543d55f349f22a」 「№4158」
Difference from previous tested commit:  code diff
Commit date: 2019-08-20 17:19:36

Merge pull request #4158 from RosettaCommons/sergey/f3 fixing Rosetta build on Alpine Linux

...


branch: master 「№60886」
Commited by: Vikram K. Mulligan
GitHub commit link: 「11d91ba50abac882」 「№4163」
Difference from previous tested commit:  code diff
Commit date: 2019-08-19 23:55:39

Merge pull request #4163 from RosettaCommons/vmullig/fix_count_cycpep_sequences_issues Fix issues created by count_cycpep_sequences merge. This fixes: - The code_quality tests. - Ubuntu compilation.

...


branch: master 「№60885」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e48c5acf3d36adae」 「№4169」
Difference from previous tested commit:  code diff
Commit date: 2019-08-19 17:20:28

Merge pull request #4169 from RosettaCommons/vmullig/fix_simple_cycpep_predict_rand_init Fixing random number initialization in SimpleCycpepPredictApplication_MPI.

...


branch: master 「№60884」
Commited by: Jack Maguire
GitHub commit link: 「ab1c16cfc6dc8561」 「№4160」
Difference from previous tested commit:  code diff
Commit date: 2019-08-19 11:12:00

Merge pull request #4160 from RosettaCommons/JackMaguire/FixFastRelaxScriptTest Fixing the fast_relax_scripts test

...


branch: master 「№60883」
Commited by: Rocco Moretti
GitHub commit link: 「9965188f0ac1fa6b」 「№4156」
Difference from previous tested commit:  code diff
Commit date: 2019-08-19 10:24:28

Merge pull request #4156 from RosettaCommons/roccomoretti/tensorflow_test_noise Silence noise in tensorflow tests. Right now the tensorflow integration tests are red on the server because commit information is making it into the logs. Correct that.

...


branch: master 「№60882」
Commited by: Vikram K. Mulligan
GitHub commit link: 「768f9e3acc1da2cf」 「№4147」
Difference from previous tested commit:  code diff
Commit date: 2019-08-17 19:31:37

Merge pull request #4147 from RosettaCommons/vmullig/count_cycpep_unique_sequences Add an app to count the unique cyclic peptide sequences given a symmetry type, using Burnside's lemma ...Also known as the lemma that is not Burnside's. Thanks to Todd Yeates for the math for this. This app: - [x] Computes the number of unique sequences using expressions derived by Todd using Burnside's lemma. - [x] Does this for SN-symmetric sequences, too. - [x] Debug N>2. - ~~Supports problems with achiral options.~~ -> Future pull request. - [x] Optionally counts the number of unique sequences by brute force (which only works for small numbers of unique sequences). - [x] Does this for SN-symmetric sequnces, too. - [x] Supports problems with achiral options (e.g. GLY, AIB). - [x] Optionally writes out all the unique sequences (provided they're a small enough number to write out). - [x] Promote this to a public app. - [x] Documentation. - [x] Beauty. - [x] Integration test. Documentation is here: https://www.rosettacommons.org/docs/latest/application_documentation/count-cycpep-sequences

...


branch: master 「№60881」
Commited by: Jason C. Klima
GitHub commit link: 「3563333779a88f00」 「№3810」
Difference from previous tested commit:  code diff
Commit date: 2019-08-17 13:51:39

Merge pull request #3810 from RosettaCommons/klimaj/add_viewer Add Jupyter notebook macromolecular visualization tools to pyrosetta.distributed

...


branch: master 「№60880」
Commited by: Jack Maguire
GitHub commit link: 「490d6d7834e127fb」 「№4154」
Difference from previous tested commit:  code diff
Commit date: 2019-08-16 14:19:22

Merge pull request #4154 from RosettaCommons/JackMaguire/SmallHBNetRefactor Exposing HBNet option to PyRosetta I'm playing with HBNet in PyRosetta and found an option that did not have a getter/setter pair (My fault. I added the option a long time ago and only gave it an XML interface). This PR changes the default values of the option and adds a getter/setter. Thanks Steven for the review!

...


branch: master 「№60879」
Commited by: Brahm Yachnin
GitHub commit link: 「3ce28879356132ed」 「№4152」
Difference from previous tested commit:  code diff
Commit date: 2019-08-15 22:22:10

Merge pull request #4152 from RosettaCommons/BYachnin/mhc_epitope_scientific_test_favournative_fix It turns out that the FavorNativeMover will re-weight all scorefunctions that have a non-zero res_type_constraint. As a consequence, the "base" ref2015 scores that were reported by this scientific test actually included the res_type_constraint contributions, even though it shouldn't have. This PR uses an alternative mover that doesn't touch the scorefunction weights. Because the this is roughly a constant value added to all scores and for testing purposes, only the percentile rank is used, this shouldn't affect the pass/fail status of the test. The correct values will now be shown in the scorefiles and results page. I also tweaked the cutoffs to improve test stability. Because this PR only touches the scientific test files, I will only run the mhc_epitope scientific test +/- debug mode.

...


branch: master 「№60878」
Commited by: Sergey Lyskov
GitHub commit link: 「4209c09b6a56ec9b」 「№4157」
Difference from previous tested commit:  code diff
Commit date: 2019-08-15 20:57:25

Merge pull request #4157 from RosettaCommons/revert-4155-revert-4135-cdbahl/FragmentStore-python-bindings Revert "Revert "Adding FragmentStore python bindings"": - all changes from https://github.com/RosettaCommons/main/pull/4135 - fixing h5_fragment_store_provider.py when running with Python-2.7 - updating release.PyRosetta4 test so it always provide sub-test info - updating release.PyRosetta4.conda test so it always provide sub-test info

...


branch: master 「№60877」
Commited by: Rocco Moretti
GitHub commit link: 「f876b9ba4605d47d」 「№4155」
Difference from previous tested commit:  code diff
Commit date: 2019-08-15 18:16:20

Merge pull request #4155 from RosettaCommons/revert-4135-cdbahl/FragmentStore-python-bindings Revert "Adding FragmentStore python bindings" (Doing a no-review admin revert.)

...


branch: master 「№60876」
Commited by: Brahm Yachnin
GitHub commit link: 「6680a402905d661f」 「№4139」
Difference from previous tested commit:  code diff
Commit date: 2019-08-15 11:51:33

Merge pull request #4139 from RosettaCommons/BYachnin/antibody_cst_mover_fixes Make antibody constraint mover rosetta_scripts "compliant" The ParatopeSiteConstraintMover and ParatopeEpitopeSiteConstraintMover had a couple of issues preventing their use in rosetta_scripts: -They did not have a clone() function, causing rscripts to error out if they were used. -There was a mismatch between parse_my_tag and provide_xml_schema for the option interface_distance or interface_dis. This is a quick fix for these two issues in both movers.

...


branch: master 「№60875」
Commited by: David Johnson
GitHub commit link: 「686681e0609a5613」 「№4136」
Difference from previous tested commit:  code diff
Commit date: 2019-08-14 15:24:53

Merge pull request #4136 from RosettaCommons/nikoniko90/pocketcutpoints Nikoniko90/pocketcutpoints

...


branch: master 「№60874」
Commited by: Steven Lewis
GitHub commit link: 「475059b928b5258b」 「№4144」
Difference from previous tested commit:  code diff
Commit date: 2019-08-14 15:06:58

Merge pull request #4144 from CyrusBiotechnology/CYRUS-801-forcommons/nmer_speedup Bugfix NmerRefEnergy. David Pearlman found that a large protein (it's a crispr) took thousands of seconds to run through our epitope scan protocol. Now it takes about 30 seconds, nearly all of which is initializing the score terms' const data from disk (and pose construction). Profiling revealed string construction was the problem. Turns out to be an unneeded deep copy operation. Thanks @decarboxy @roccomoretti @everyday847 for advice on how to profile. Tag @indigogo @BYachnin for awareness.

...


branch: master 「№60873」
Commited by: Vikram K. Mulligan
GitHub commit link: 「4ba93ff6123d7a13」 「№4149」
Difference from previous tested commit:  code diff
Commit date: 2019-08-14 13:46:31

Merge pull request #4149 from RosettaCommons/vmullig/fix_clang_build_after_gcc_9_fixes Fix clang/Mac build after Rocco's fixes for gcc/9. Rocco's fixes revealed a couple of unused private member variables in a class, which were previously being touched by an explicit copy constructor that has been removed, and which clang now complains about. (Note: this is not meant to be a criticism of Rocco's changes. They were needed, and they revealed a problem previously masked.)

...


< 1 .. 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 .. 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