branch: master 「№60776」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b65978978fe25d2d」
Difference from previous tested commit:  code diff
Commit date: 2019-06-15 02:01:25

beautifying

...


branch: master 「№60775」
Commited by: Vikram K. Mulligan
GitHub commit link: 「b2e1b5b8fca8b14d」 「№4022」
Difference from previous tested commit:  code diff
Commit date: 2019-06-14 23:22:48

Merge pull request #4022 from RosettaCommons/vmullig/add_cadmium_to_database Adding cadmium to the database.

...


branch: master 「№60774」
Commited by: Labonte
GitHub commit link: 「30bbe50d11714bc5」 「№4018」
Difference from previous tested commit:  code diff
Commit date: 2019-06-14 22:49:25

Merge pull request #4018 from RosettaCommons/JWLabonte/PTMs/database Quick bug fix: removing CRLFs that snuck in This merge is a simple file-compatibility bug fix. It cannot possibly affect any tests.

...


branch: master 「№60773」
Commited by: Vikram K. Mulligan
GitHub commit link: 「e18c5bffe6b30ded」 「№4004」
Difference from previous tested commit:  code diff
Commit date: 2019-06-14 18:01:26

Merge pull request #4004 from RosettaCommons/vmullig/threadsafe_options_system Make the options system threadsafe The options system is a nasty hunk of nonconst global data that isn't threadsafe. Let's make it threadsafe. Tasks: - [x] Make `OptionCollection` class threadsafe. - [x] Including the global variables defined in `OptionCollection.cc`. - [x] Make `ScalarOption_T_` threadsafe. - [x] Make `VectorOption_T_` threadsafe. - [x] Make `Option` class threadsafe. - [x] Add a `utility::thread::PairedReadLockWriteLockGuard` class for simultaneously read-locking one mutex and write-locking another without deadlock (_e.g._ for copying values from one object to another). - [x] Make the mutex-locked versions of the functions in `VectorOption_T_` private. - [x] Beauty. Possible additional spots to make threadsafe in a future pull request: - Make `AnyOption` class threadsafe. - Make `AnyOptionVector` class threadsafe. - Make `utility::keys::AutoKey` class threadsafe.

...


branch: master 「№60772」
Commited by: Andy Watkins
GitHub commit link: 「d200e1ae84c38bbf」 「№4010」
Difference from previous tested commit:  code diff
Commit date: 2019-06-14 03:04:15

Merge pull request #4010 from RosettaCommons/everyday847/denovo_lariat Lariat modeling in RNA denovo

...


branch: master 「№60771」
Commited by: Andy Watkins
GitHub commit link: 「1a510f939027a05b」 「№4009」
Difference from previous tested commit:  code diff
Commit date: 2019-06-13 17:45:15

Merge pull request #4009 from RosettaCommons/everyday847/cart_bonded_H2U Cart bonded params for H2U

...


branch: master 「№60770」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「47585365c0ca323b」 「№4008」
Difference from previous tested commit:  code diff
Commit date: 2019-06-12 10:13:01

Merge pull request #4008 from RosettaCommons/lqtza/fix_grafting_scientific_test Fix Antibody Grafting Scientific Test

...


branch: master 「№60769」
Commited by: Frank DiMaio
GitHub commit link: 「5080e171091b7d1d」 「№4005」
Difference from previous tested commit:  code diff
Commit date: 2019-06-11 13:30:51

Merge pull request #4005 from RosettaCommons/dimaio/ligdock_density Allow density score to be used in GALigandDock. Fix a typo which led…

...


branch: master 「№60768」
Commited by: Jeliazko Jeliazkov
GitHub commit link: 「544046c910b4bb39」 「№3399」
Difference from previous tested commit:  code diff
Commit date: 2019-06-11 09:16:54

Merge pull request #3399 from RosettaCommons/lqtza/enable_fkic_in_antibody_H3 Enable LoopModeler in AntibodyModelerProtocol and related code.

...


branch: master 「№60767」
Commited by: Labonte
GitHub commit link: 「99a837b32c079a51」 「№3988」
Difference from previous tested commit:  code diff
Commit date: 2019-06-10 16:28:02

Merge pull request #3988 from RosettaCommons/JWLabonte/sugars/debugging Carbohydrates: Bug fig in recognizing `TorsionID` at chi3 of Asn

...


branch: master 「№60766」
Commited by: jkleman
GitHub commit link: 「cf17b4a4d7dd1ba8」 「№4003」
Difference from previous tested commit:  code diff
Commit date: 2019-06-10 16:27:47

Merge pull request #4003 from RosettaCommons/jkleman/SciBen_fixes Jkleman/sci ben fixes Most tests pass: https://benchmark.graylab.jhu.edu/revision?branch=&id=12668 * except antibodies - Jeli is looking into it * mp_dock and mp_symdock - debug passes (https://benchmark.graylab.jhu.edu/revision?branch=&id=12684), release is still failing, requires Rebecca's expertise (asking her to fix those when merging her new ones in) * PDB diagnostic - in Steven's hands * docking wasn't run previously * ligand docking - is in Shannon's hands * stepwise RNA fixed for debug mode: https://benchmark.graylab.jhu.edu/revision?branch=&id=12686

...


branch: master 「№60765」
Commited by: Labonte
GitHub commit link: 「74304ee2d6205da4」 「№3994」
Difference from previous tested commit:  code diff
Commit date: 2019-06-10 13:04:01

Merge pull request #3994 from RosettaCommons/JWLabonte/PTMs/parsing EnzymaticMovers: Expanding parsing of AA sequences This merge will expand the parsing capabilities of `EnzymaticMover`s by adding additional one-letter codes (B, J, O, U, Z) for amino acid residue pairs or NCAAs and allowing `X[]` to specify a specific `ResidueType` by 3-letter code. - The parser will now recognize the IUPAC-approved one-letter codes B, J, O, U, and Z, which code for Asx, Xle, Pyl, Sec, and Glx, respectively. - X alone is recognized to be any of the 20 canonical amino acids; X followed by square brackets specifies a single non-canonical amino acid by 3-letter code. For example, `X[SEP]` specifies phosphoserine. - Parentheses are used to specify multiple possible residue types at that site, separated by forward slashes, _e.g._, `(A/G)` specifies either Ala or Gly at that position.

...


branch: master 「№60764」
Commited by: Labonte
GitHub commit link: 「676de4907284e936」 「№3999」
Difference from previous tested commit:  code diff
Commit date: 2019-06-10 13:02:16

Merge pull request #3999 from RosettaCommons/JWLabonte/PTMs/cofactors Cofactors: turning off loading of PDB components for ATP This merge will cause Rosetta to use the ATP in its own database, which doesn't have protonated phosphate oxygens, instead of the one from the PDB components library, which does.

...


branch: master 「№60763」
Commited by: Labonte
GitHub commit link: 「fdd0b9550c5cd68e」 「№3998」
Difference from previous tested commit:  code diff
Commit date: 2019-06-07 19:28:02

Merge pull request #3998 from RosettaCommons/JWLabonte/PTMs/sequons PTMs: Updating CK1 beta-catenin-type consensus sequence

...


branch: master 「№60762」
Commited by: Jaume Bonet
GitHub commit link: 「b0c18bd01c0dd36a」 「№4001」
Difference from previous tested commit:  code diff
Commit date: 2019-06-07 07:40:47

Merge pull request #4001 from RosettaCommons/jaumebonet/coupledmovesRS CoupledMovesProtocol: fixed attribute definitions between parse_my_tag and provide_xml_schema

...


branch: master 「№60761」
Commited by: Jack Maguire
GitHub commit link: 「38c0ee7c4988271d」 「№3985」
Difference from previous tested commit:  code diff
Commit date: 2019-06-06 19:15:03

Merge pull request #3985 from RosettaCommons/JackMaguire/AddFirstTFTest Adding a tensorflow test that loads in a very simple neural network and evaluates it. The test fails if the output of the network is not what we expect

...


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