branch: master 「№58884」
Commited by: Hahnbeom Park
GitHub commit link: 「1b99e81768575179」 「№1565」
Difference from previous tested commit:  code diff
Commit date: 2016-08-29 18:27:26

Merge pull request #1565 from RosettaCommons/hahnbeom/cart_bonded_update Hahnbeom/cart bonded update

...


branch: master 「№58883」
Commited by: Andrew Watkins
GitHub commit link: 「5c026642365e0ca8」 「№1569」
Difference from previous tested commit:  code diff
Commit date: 2016-08-29 16:26:29

Merge pull request #1569 from RosettaCommons/everyday847/handle_insertions_pdbinfo Unit test added--note that I'm setting up the unit test so that it tests only the unit I'm interested in, i.e., how this function works on the PDBInfo. So I'm setting up a PDBInfo with the exact defect I want to repair and then repairing it. Actually inserting a residue via a call from Conformation, then repairing the result, would be an integration test!

...


branch: master 「№58882」
Commited by: Franziska Seeger
GitHub commit link: 「4039cd0a57142b2e」 「№1545」
Difference from previous tested commit:  code diff
Commit date: 2016-08-29 12:55:37

Merge pull request #1545 from RosettaCommons/tlinsky/ppi_integration_test Add integration test for PPI benchmark

...


branch: master 「№58881」
Commited by: Vikram K. Mulligan
GitHub commit link: 「773e8f42fe3f70f8」 「№1572」
Difference from previous tested commit:  code diff
Commit date: 2016-08-29 06:33:35

Merge pull request #1572 from RosettaCommons/revert-1571-sofibali/sofia_summer_work Revert "Sofibali/sofia summer work" This merge caused the following problems: - The PyRosetta C001_Carbohydrates_Demo01 unit test failed to run. - Several integration tests were complaining about the INAME line in the changed params file (a typo). - The carbohydrates integration test failed to run.

...


branch: master 「№58880」
Commited by: sofibali
GitHub commit link: 「8c9420b7271371a1」 「№1571」
Difference from previous tested commit:  code diff
Commit date: 2016-08-28 17:36:43

Merge pull request #1571 from RosettaCommons/sofibali/sofia_summer_work Sofibali/sofia summer work Modified carbohydrate params files

...


branch: master 「№58879」
Commited by: Christoffer Norn
GitHub commit link: 「491a10fe65302e88」 「№1364」
Difference from previous tested commit:  code diff
Commit date: 2016-08-28 06:27:14

Merge pull request #1364 from RosettaCommons/ch.norn@gmail.com/evolution Ch.norn@gmail.com/evolution. Contains code for simulating evolution: NucleotideMutatationMover to mutate between amino acids, but restrained by the codon table (single nucleotide mutations), and EvolutionaryDynamicsMover to accept and reject mutations, not according to the boltzmann function, but according to evolutionary dynamics.

...


branch: master 「№58878」
Commited by: Andrew Watkins
GitHub commit link: 「06e7b35e1ca0aa94」 「№1570」
Difference from previous tested commit:  code diff
Commit date: 2016-08-27 12:43:41

Merge pull request #1570 from RosettaCommons/everyday847/phosphohis Parameters for phosphorylated histidine

...


branch: master 「№58877」
Commited by: Sergey Lyskov
GitHub commit link: 「1a29679b2c5960a4」
Difference from previous tested commit:  code diff
Commit date: 2016-08-26 21:35:24

Adding platform info to PyRosetta-4.documentation release path

...


branch: master 「№58876」
Commited by: Sergey Lyskov
GitHub commit link: 「cf0b69ca99a0bba3」 「№1562」
Difference from previous tested commit:  code diff
Commit date: 2016-08-26 18:27:22

Merge pull request #1562 from RosettaCommons/sergey/binder Adding release.PyRosetta4.documentation test. Refactoring rosetta release source/binary tests so they use new release API.

...


branch: master 「№58875」
Commited by: P. Douglas Renfrew
GitHub commit link: 「4d2e9450373fd7ae」 「№1567」
Difference from previous tested commit:  code diff
Commit date: 2016-08-26 16:36:52

Merge pull request #1567 from RosettaCommons/dougrenfrew/2-amino-3-methylamino-propanoic_acid Adding 2-amino-3-methylamino-propanoic acid (also know as beta-methylamino-alanine, BMAA) to the NCAAs.

...


branch: master 「№58874」
Commited by: P. Douglas Renfrew
GitHub commit link: 「5ecd3518d9037f35」 「№1563」
Difference from previous tested commit:  code diff
Commit date: 2016-08-26 10:37:22

Merge pull request #1563 from RosettaCommons/dougrenfrew/C-linked-glycosolation Adding C-mannosyl tryptophan patch. TRP can now be mannosylated at the delta-carbon. Carbohydrate integration test is expected to change.

...


branch: master 「№58873」
Commited by: Vikram K. Mulligan
GitHub commit link: 「5234551a7ae3088a」 「№1564」
Difference from previous tested commit:  code diff
Commit date: 2016-08-26 03:04:11

Merge pull request #1564 from RosettaCommons/vmullig/calc_pnear Minor bugfix to BinTransitionData, and small tweak to PNear output in simple_cycpep_predict (MPI mode) The BinTransitionData module was using utility_exit instead of throwing an exception, which brought down MPI jobs since it couldn't be handled by a try/catch block to kill the current job without bringing everything down. Also, PNear output was happening even if no native structure was provided. Minor, cosmetic changes expected to MPI-mode integration test output.

...


branch: master 「№58872」
Commited by: Yang Hsia
GitHub commit link: 「b3140f63790e669a」 「№1560」
Difference from previous tested commit:  code diff
Commit date: 2016-08-25 21:35:11

Merge pull request #1560 from RosettaCommons/yhsia/quasi Yhsia/quasi

...


branch: master 「№58871」
Commited by: Frank DiMaio
GitHub commit link: 「1d98440e2877fc1b」 「№1566」
Difference from previous tested commit:  code diff
Commit date: 2016-08-25 20:01:32

Merge pull request #1566 from RosettaCommons/dimaio/mg_cartmin_issue Rosetta crashes when bondangles were minimized with an Mg-containing pose. The issue arises due to the input_stub logic selecting three collinear atoms to build the stub. As a quick and dirty fix, reorder the Mg atoms so this does not happen.

...


branch: master 「№58870」
Commited by: Tom Linsky
GitHub commit link: 「ce62d10b3afc5a9d」 「№1557」
Difference from previous tested commit:  code diff
Commit date: 2016-08-25 09:03:51

Merge pull request #1557 from RosettaCommons/tlinsky/fix_bridgechains_integration Make BridgeChains outputting pdbs off by default. Should fix integration test

...


branch: master 「№58869」
Commited by: Vikram K. Mulligan
GitHub commit link: 「576a82073736dd41」 「№1558」
Difference from previous tested commit:  code diff
Commit date: 2016-08-25 05:30:25

Merge pull request #1558 from RosettaCommons/vmullig/calc_pnear Adding support for calculating PNear (funnel quality metric) to SimpleCycpepPredictApplication_MPI. This will eliminate a manual calculation step from the SSMs that @hssnzdh2 and I want to do on Blue Gene. Tasks: - Add calculation. - Add output. - Add options for controlling Gaussian breadth (lambda) and Boltzmann temperature (kbt). - Check integration test changes in MPI mode. (New output lines should appear.) - Beauty. - Documentation.

...


< 1 .. 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 .. 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