branch: master 「№59605」
Commited by: Sergey Lyskov
GitHub commit link: 「568a9b4caee43be7」 「№2410」
Difference from previous tested commit:  code diff
Commit date: 2017-07-28 22:00:57

Merge pull request #2410 from RosettaCommons/sergey/binder Explicitly adding ‘basic’ dir into PyRosetta bindings list, this should fix problem with PyRosetta option access functions. Adding unit test for option functions.

...


branch: master 「№59604」
Commited by: Sergey Lyskov
GitHub commit link: 「96a803de2f3938c9」 「№2409」
Difference from previous tested commit:  code diff
Commit date: 2017-07-27 15:35:44

Merge pull request #2409 from RosettaCommons/benchmark Adding extra constraint to Condor HPC driver so profile/performance jobs will only be routed to particular nodes. This should solve instability issues that we observed lately.

...


branch: master 「№59603」
Commited by: Jared Adolf-Bryfogle
GitHub commit link: 「7ded33d7a98b5991」 「№2399」
Difference from previous tested commit:  code diff
Commit date: 2017-07-27 14:02:58

Merge pull request #2399 from RosettaCommons/jadolfbr/nbr_selector_unit_tests Add additional NBRhoodResSelector unit test for code-level and multi-distance access.

...


branch: master 「№59602」
Commited by: Brandon Frenz
GitHub commit link: 「176a394b289bd253」
Difference from previous tested commit:  code diff
Commit date: 2017-07-26 19:02:51

changed default fragment value in ES xml to what it should be

...


branch: master 「№59601」
Commited by: Brian Weitzner
GitHub commit link: 「a5912fb039f00383」
Difference from previous tested commit:  code diff
Commit date: 2017-07-25 20:59:43

Update reorder_chains.py Now with support for gzipped files (input and output). Just give the script filename ending with .pdb.gz and it (the script) will do the rest.

...


branch: master 「№59600」
Commited by: Brian Weitzner
GitHub commit link: 「04272c07f7da9547」
Difference from previous tested commit:  code diff
Commit date: 2017-07-25 18:24:45

Create reorder_chains.py Ever need to reorder the chains in a PDB file? Use this here script for that. Example usage: You ran RosettaAntibody (and got some awesome models), but they are heavy chain then light chain. Now you want to run SnugDock, and that requires the light chain to come first. Do this: `python reorder_chains.py -i mdl_0001.pdb -o mdl_0001.reordered.pdb -c L H`

...


branch: master 「№59599」
Commited by: Vikram K. Mulligan
GitHub commit link: 「116f0fc2ac2b3cf2」 「№2407」
Difference from previous tested commit:  code diff
Commit date: 2017-07-25 03:20:14

Merge pull request #2407 from RosettaCommons/vmullig/cycpep_integration_tests Add integration tests for the small cyclic peptide design pipeline that we want to publish, so that the pipeline continues to be usable in the future.

...


branch: master 「№59598」
Commited by: Vikram K. Mulligan
GitHub commit link: 「ebee9f505da801d1」
Difference from previous tested commit:  code diff
Commit date: 2017-07-22 00:38:58

Beautifying master.

...


branch: master 「№59597」
Commited by: Andrea Bazzoli
GitHub commit link: 「79f0e054ed29a125」 「№2404」
Difference from previous tested commit:  code diff
Commit date: 2017-07-21 03:58:41

Merge pull request #2404 from RosettaCommons/bazzoli/add_interface_energy_app Adds public app analysis/interface_energy.

...


branch: master 「№59596」
Commited by: Andrew Watkins
GitHub commit link: 「8a21c04b5d692936」 「№2390」
Difference from previous tested commit:  code diff
Commit date: 2017-07-19 22:26:57

Merge pull request #2390 from RosettaCommons/everyday847/full_model_jq Make jd3 versions of common RNA applications

...


branch: master 「№59595」
Commited by: Brandon Frenz
GitHub commit link: 「44e1f4d47ba4dc0d」 「№2400」
Difference from previous tested commit:  code diff
Commit date: 2017-07-18 21:42:49

Merge pull request #2400 from RosettaCommons/bfrenz/maintain_sugar_names Bfrenz/maintain sugar names

...


branch: master 「№59594」
Commited by: Rocco Moretti
GitHub commit link: 「ab5b5bd1f62c7367」 「№2395」
Difference from previous tested commit:  code diff
Commit date: 2017-07-18 19:06:41

Merge pull request #2395 from RosettaCommons/roccomoretti/jd2ectomy Laying the groundwork for a jd2-ectomy A number of people have made use of the JD2 system when writing their Movers, etc. -- that is, they're not implementing something that has a direct dependence on JD2, but use various convenience functions in JD2 which allows you get various job-running data (e.g. output name) This has worked for the past decade or so, but now that JD3 is staring us in the face, it would be good to move such code off of a strict JD2-dependency. This PR goes through and, as much as reasonably possible, attempts to remove the direct dependence on JD2 Jobs, JobDistributors, JobOutputters, etc. from everywhere that's not intimately tied to the JD2 system. The form this takes in the current PR is that a number of utility functions have been added to src/protocols/jd2/util.hh, so instead of doing something like protocols::jd2::JobDistributor::get_instance()->current_job()->input_tag() you can do protocols::jd2::current_input_tag(). While the implementation of protocols::jd2::current_input_tag() still has the same reliance on the JD2 system, it serves as a single point which can be generalized when we come up with a JD2-independent system for passing around the input tag. (It should also be easier to mode it to a different namespace.)

...


branch: master 「№59593」
Commited by: Rocco Moretti
GitHub commit link: 「fe37478bd1ee69d9」 「№2396」
Difference from previous tested commit:  code diff
Commit date: 2017-07-17 16:47:37

Merge pull request #2396 from RosettaCommons/roccomoretti/fix_talaris_warning Fix issue where 'pre_talaris_2013_standard' was being classified as a talaris scorefunction.

...


branch: master 「№59592」
Commited by: Brandon Frenz
GitHub commit link: 「06c0359434044773」 「№2383」
Difference from previous tested commit:  code diff
Commit date: 2017-07-17 14:51:48

Merge pull request #2383 from RosettaCommons/bfrenz/auto_glycan_with_links_records Bfrenz/auto glycan with links records

...


branch: master 「№59591」
Commited by: Vikram K. Mulligan
GitHub commit link: 「fa91853df5aabfa2」 「№2397」
Difference from previous tested commit:  code diff
Commit date: 2017-07-15 02:13:10

Merge pull request #2397 from RosettaCommons/vmullig/fix_link_issue Fixing a minor issue with using simple_cycpep_predict with native PDB files containing LINK records Requested by @gbhardwaj . When provided with a native structure with a LINK record specifying cyclic geometry, simple_cycpep_predict would attempt to set up cyclic geometry anew, first stripping off terminal types. When the terminal types were absent, it would crash. This fixes that.

...


branch: master 「№59590」
Commited by: Brandon Frenz
GitHub commit link: 「e4247166b964f2ea」 「№2073」
Difference from previous tested commit:  code diff
Commit date: 2017-07-14 14:25:12

Merge pull request #2073 from RosettaCommons/bfrenz/FixDensScaling This code fixes the issue where the order in which you called protocols effected the density scoring values do the the initialize fast scoring first time function using the pose to setup the density scoring. Hopefully the effect is minor but density weights may need to change as a result. Especially if your protocol operated using a centroid model as input to rosetta.

...


< 1 .. 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 .. 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