branch: master 「№60824」
Commited by: Sergey Lyskov
GitHub commit link: 「1b812bd7e8786c30」 「№4079」
Difference from previous tested commit:  code diff
Commit date: 2019-07-10 14:03:00

Merge pull request #4079 from RosettaCommons/sergey/binder fixing PyRosetta setup.py in Python-2

...


branch: master 「№60823」
Commited by: Rocco Moretti
GitHub commit link: 「2cbc28128bc1246f」 「№4073」
Difference from previous tested commit:  code diff
Commit date: 2019-07-10 12:02:47

Merge pull request #4073 from RosettaCommons/roccomoretti/PDB_loading_adjustments A few fixes related to PDB diagnostic test There were a few aramid-patching issues when loading PDB with the CCD. Also change how the C-term heuristic for polymeric CCD component loading works. There's nowhere close to a consensus on how the OXT hydrogen is named in different residues. We should just avoid special casing them altogether. Also make it such that a patching failure doesn't necessary bring down the whole run. (Though we should still get a "failure" in PDB_diagnostic test if we hit an issue.)

...


branch: master 「№60822」
Commited by: Rocco Moretti
GitHub commit link: 「8a9bd13d7fa1a9c1」 「№4064」
Difference from previous tested commit:  code diff
Commit date: 2019-07-08 12:32:01

Merge pull request #4064 from RosettaCommons/roccomoretti/ligand_converter A simple restype conversion utility. One missing feature that comes up occasionally for me is the lack of a simple way of taking an arbitrary params file (or similar) and converting it into a viewable output. This PR adds a simple utility application which allows you to specify certain residue types from the database (including patched types), CCD or command line, and output them in PDB, sdf or params file output. Note that currently there's no guarantee that any of the output formats are able to be round-tripped through Rosetta, or that they're usable for all but the most rudimentary purposes. But it should be enough to get a PyMol-loadable pdb or a params file skeleton of a given ResidueType.

...


branch: master 「№60821」
Commited by: Shannon Smith
GitHub commit link: 「60edc00bd9657860」 「№3822」
Difference from previous tested commit:  code diff
Commit date: 2019-07-08 11:54:20

Merge pull request #3822 from RosettaCommons/shannontsmith/ligand_docking_benchmark Shannontsmith/ligand docking benchmark

...


branch: master 「№60820」
Commited by: Shannon Smith
GitHub commit link: 「e458ba66099f5371」 「№4038」
Difference from previous tested commit:  code diff
Commit date: 2019-07-08 11:42:42

Merge pull request #4038 from RosettaCommons/shannontsmith/ligand_scoring_ranking_benchmark Shannontsmith/ligand scoring ranking benchmark

...


branch: master 「№60819」
Commited by: Morgan Nance
GitHub commit link: 「37d6016d5b57c3e6」 「№4065」
Difference from previous tested commit:  code diff
Commit date: 2019-07-05 10:01:35

Merge pull request #4065 from RosettaCommons/mlnance/add_utility_exit_to_ConstraintIO Warn user in ConstraintIO when a residue specified by a constraint file does not exist in the Pose

...


branch: master 「№60818」
Commited by: Labonte
GitHub commit link: 「03208cbfaffeda72」 「№4068」
Difference from previous tested commit:  code diff
Commit date: 2019-07-04 11:00:19

Merge pull request #4068 from RosettaCommons/JWLabonte/quick_fix Bug Fix: ligand_motif_design integration test This merge will hopefully correct the `ligand_motif_design` integration test, which I accidentally broke when adding ATP to the database. (:rat: is sorry.) The test formerly used its own ATP `.params` file, and Rosetta will not allow there to be two ATPs in a `ResidueTypeSet`. I am simply making the test use the database version, which also involves renaming the atoms in the input `.pdb` file to their correct PDB names. All tests pass, but there are naturally differences in the `ligand_motif_design` test.

...


branch: master 「№60817」
Commited by: Sergey Lyskov
GitHub commit link: 「aa57530a9ef7ebb7」 「№4062」
Difference from previous tested commit:  code diff
Commit date: 2019-07-01 23:08:05

Merge pull request #4062 from RosettaCommons/benchmark Benchmark scripts update - updating scientific/command.py so it delete Python virtual environment even if test terminate abnormally - updating PyRosetta unit test Benchmark script and impose timeout limit for duration of unit tests

...


branch: master 「№60816」
Commited by: Rebecca Alford
GitHub commit link: 「53826c7a7fa55ebd」 「№4050」
Difference from previous tested commit:  code diff
Commit date: 2019-07-01 18:14:44

Merge pull request #4050 from RosettaCommons/rfalford12/membrane-sci-benchmark3 Membrane energy function scientific benchmarks part #2: decoy discrimination -------------- This pull request will add the decoy discrimination scientific benchmark tests for membrane energy functions. This test is part of a suite of four tests that can be used to compare implicit membrane models, and have been most recently used to demonstrate sizeable scientific improvements by franklin2019.

...


branch: master 「№60815」
Commited by: Andy Watkins
GitHub commit link: 「513d542d792d736d」 「№3961」
Difference from previous tested commit:  code diff
Commit date: 2019-07-01 14:38:22

Merge pull request #3961 from RosettaCommons/everyday847/work_on_secstruct_finder_and_protein_erraser Mostly ERRASER2 updates

...


branch: master 「№60814」
Commited by: Christopher Bahl
GitHub commit link: 「a6c9b779bbe022f9」 「№4056」
Difference from previous tested commit:  code diff
Commit date: 2019-06-28 17:27:10

Merge pull request #4056 from RosettaCommons/ipi/conda_build_fixes Pin conda version 4.6.* in anvil environment.

...


branch: master 「№60813」
Commited by: Steven Lewis
GitHub commit link: 「eb89b5cd0a63bf74」 「№3930」
Difference from previous tested commit:  code diff
Commit date: 2019-06-28 15:40:31

Merge pull request #3930 from RosettaCommons/smlewis/green-pdb-diag This replaces the pass/fail system for the PDB diagnostic scientific test with a 5% failure threshhold instead of the granular "everything that passed before must continue passing". The previous version is "better" but also eternally red because something always goes wrong, and then we are trained to just ignore it. All the old reporting tools remain in place for fine grained diagnostics and finding bugs to fix: the test will now only turn red if something goes wrong in a big way (thousands of PDBs start failing). The threshold is at 5% failure.

...


branch: master 「№60812」
Commited by: Sergey Lyskov
GitHub commit link: 「86760c4be00cfe6b」 「№4053」
Difference from previous tested commit:  code diff
Commit date: 2019-06-28 15:01:04

Merge pull request #4053 from RosettaCommons/sergey/scientific Updating scientific tests API. Thank you for review @JackMaguire !

...


branch: master 「№60811」
Commited by: Sergey Lyskov
GitHub commit link: 「99dddf75711453ba」 「№4046」
Difference from previous tested commit:  code diff
Commit date: 2019-06-28 14:57:34

Merge pull request #4046 from RosettaCommons/revert-4044-revert-4004-vmullig/threadsafe_options_system Re-merge "Make the options system threadsafe"

...


branch: master 「№60810」
Commited by: Sergey Lyskov
GitHub commit link: 「787d7add9e0d1aeb」 「№4057」
Difference from previous tested commit:  code diff
Commit date: 2019-06-28 13:33:59

Merge pull request #4057 from RosettaCommons/sergey/f3 moving MMTF submodule to use SSH protocol instead of HTTPS

...


branch: master 「№60809」
Commited by: Rocco Moretti
GitHub commit link: 「438a1578548bf714」 「№3956」
Difference from previous tested commit:  code diff
Commit date: 2019-06-28 09:54:59

Merge pull request #3956 from RosettaCommons/roccomoretti/fix_clang_analysis Comment out unneeded code in GALigandDock LigandAligner. Clang static analysis was flagging these variables as being unused. From a brief examination of the code, it looks like there's a bunch of (currently) unnecessary calculation. It may have been used earlier for z-score calculation, but it isn't doing anything currently, so comment it out.

...


< 1 .. 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 .. 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