branch: master 「№59701」
Commited by: Jane Roe
GitHub commit link: 「42082d31e20ac400」
Difference from previous tested commit:  code diff
Commit date: 2017-09-15 20:00:22

RosettaAI: Setting pyrosetta_scripts submodule to latest origin/master version.

...


branch: master 「№59700」
Commited by: Sergey Lyskov
GitHub commit link: 「eca6c6b095706526」 「№2549」
Difference from previous tested commit:  code diff
Commit date: 2017-09-15 14:38:35

Merge pull request #2549 from RosettaCommons/sergey/binder PyRosetta update: - Fixing StructFileRep::chains issue - Adding minimal bindings for std::set's classes

...


branch: master 「№59699」
Commited by: Aliza Rubenstein
GitHub commit link: 「16e25a4ef5c64dda」 「№2307」
Difference from previous tested commit:  code diff
Commit date: 2017-09-14 23:34:07

Merge pull request #2307 from RosettaCommons/arubenstein/enzscore_defaults Added defaults to EnzScore filter to fix bug regarding the setting of data variables resnum and whole_pose

...


branch: master 「№59698」
Commited by: egurapha
GitHub commit link: 「a5895a8ebe9e35a7」
Difference from previous tested commit:  code diff
Commit date: 2017-09-14 16:00:29

Merge branch 'egurapha/remodel_2ct_fix' Fixed incorrect terminus handling in Remodel -two_chain_tree

...


branch: master 「№59697」
Commited by: Sergey Lyskov
GitHub commit link: 「664dc0e87ed6093b」
Difference from previous tested commit:  code diff
Commit date: 2017-09-14 14:53:35

Updating Binder submodule

...


branch: master 「№59696」
Commited by: Andy Watkins
GitHub commit link: 「4a867320e60d61a9」 「№2546」
Difference from previous tested commit:  code diff
Commit date: 2017-09-14 12:54:55

Merge pull request #2546 from RosettaCommons/everyday847/better_align_pdb A better align_pdb

Andy Watkins 7 years
I'm getting Encounter error while executing: /scratch/local-benchmark/T/T/59696.master/linux.clang.python36/scripts.pyrosetta/ve/bin/pip install pytest pytest-json because it can't find pip. I don't think this could be due to me, right?
...


branch: master 「№59695」
Commited by: Rocco Moretti
GitHub commit link: 「10379286ec3c3d98」 「№2545」
Difference from previous tested commit:  code diff
Commit date: 2017-09-13 16:23:03

Merge pull request #2545 from RosettaCommons/roccomoretti/utf_decode_replace Be more robust with UTF parsing. Add errors=replace to the UTF decode statements in Python scripts. Instead of crashing when input contains non-parsable data, replace it with the codepoint-missing character. Doesn't completely solve the issue, as Python2 will still crash when redirecting Unicode-containing characters. -- That's not really something we can fix from within the script, though. You need to set the `PYTHONIOENCODING` environment variable in the launching shell to `utf_8` or equivalent.

...


branch: master 「№59694」
Commited by: Rocco Moretti
GitHub commit link: 「be2c7251d71c9960」 「№2537」
Difference from previous tested commit:  code diff
Commit date: 2017-09-12 12:15:56

Merge pull request #2537 from RosettaCommons/roccomoretti/fix_missing_with_make_from_annotated Fix bug with nullptr in make_pose_from_sequence. ResidueTypeSet::name_mapOP can return a nullptr. This is an issue within make_pose_from_sequence(), if the sequence requires a residue that is unknown. With current master, this results in a segfault. This PR should fix that.

...


branch: master 「№59693」
Commited by: Rocco Moretti
GitHub commit link: 「902229d852007465」 「№2536」
Difference from previous tested commit:  code diff
Commit date: 2017-09-12 12:15:13

Merge pull request #2536 from RosettaCommons/roccomoretti/vector_normalize_issue Metal constraint fixes & better diagnostics. * In a recent master, there's an issue with the Enzdes/metal constraint code when the constraints add additional virtual tracking atoms. Fix this such that when we replace_residue_keeping_all_atom_positions() we don't crash if the new residue has more virtual atoms than the starting residue. * Normalizing a zero-length vector isn't necessarily bad user input, so we shouldn't throw an exception which will result in all nstruct for this input to be canceled. Also provide better diagnostic info in certain conditions.

...


branch: master 「№59692」
Commited by: Sergey Lyskov
GitHub commit link: 「ae96acdba8d9c67b」 「№2508」
Difference from previous tested commit:  code diff
Commit date: 2017-09-11 15:54:29

Merge pull request #2508 from RosettaCommons/benchmark Adding automatic testing for scripts in pyrosetta_scripts repository - Adding 'scripts' benchmark-script for testing Rosetta/PyRosetta scripts submodules - Adding https://github.com/RosettaCommons/pyrosetta_scripts submodule mounted at main/pyrosetta_scripts - Updating pyrosetta_scripts with demo app and tests (see RosettaCommons/pyrosetta_scripts#3) - Adding scripts.rosetta.* testing scripts (see RosettaCommons/rosetta_scripts_scripts#1)

...


branch: master 「№59691」
Commited by: Rocco Moretti
GitHub commit link: 「68aecbb751cf5eca」 「№2541」
Difference from previous tested commit:  code diff
Commit date: 2017-09-11 12:56:49

Merge pull request #2541 from RosettaCommons/roccomoretti/ligand_rmsd_native_ensemble_best Add ability to get an 'ensemble best' from the ligand docking RMSD. If you enable the 'native_ensemble_best' option in the InterfaceScoreCalculator, you can provide a native with multiple residues in the given chain. The native comparisons (e.g. ligand_rmsd) will then be reported for the best (i.e. lowest rmsd) structure.

...


branch: master 「№59690」
Commited by: Sergey Lyskov
GitHub commit link: 「c00609f9482dbbc3」 「№2540」
Difference from previous tested commit:  code diff
Commit date: 2017-09-09 14:18:47

Merge pull request #2540 from RosettaCommons/sergey/binder Adding explicit instantiation of vector0< core::io::AtomInformation >

...


branch: master 「№59689」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「31ad7bd3103066b7」 「№2530」
Difference from previous tested commit:  code diff
Commit date: 2017-09-08 14:05:39

Merge pull request #2530 from RosettaCommons/Cyrus/mergetarget Cyrus/mergetarget Two code packets from Steven Lewis from Cyrus: a) IndependentLoopMover internally tracks the status of the loops it is trying to close, but does not REPORT that status (or perhaps it reports it to a checkpointing file, which is useless to non-BOINC clients). Changes to that class are to expose that loop status so calling code can check closure status. b) SingleLigandRotamerLibrary previously accepted rotamers only via the PDB_ROTAMERS line in a params file, or rotamers generated within Rosetta. I have rearranged this functionality so that a PDB-formatted set of rotamers (the same data that might come in from disk via PDB_ROTAMERS) can come in from a more generic input stream object. In other words SingleLigandRotamerLibrary no longer requisitely reads from disk to initialize itself. This class, and also StoredRotamerLibrarySpecification, gain unit tests.

...


branch: master 「№59688」
Commited by: Andrew Leaver-Fay
GitHub commit link: 「e70709889d28c907」 「№2534」
Difference from previous tested commit:  code diff
Commit date: 2017-09-08 09:06:48

Merge pull request #2534 from RosettaCommons/aleaverfay/rename_just_parse_a_script Aleaverfay/rename just parse a script As part of the get-out-the-scripts drive, I'm adding two public apps: * validate_rosetta_script, and * parse_rosetta_script based on Andy Watkins' prior just_parse_a_script pilot app. The purpose of these two applications is to validate an XML file against Rosetta's internally-generated XSD (validate_rosetta_script) and to create all of the Movers/Filters/TaskOperations/etc. in the XML file ensuring that their parse-my-tag functions all run smoothly (parse_rosetta_script). In both cases, if the input XML file is ok, then the applications print out a short success message and exit with a zero exit status. If either fail, then they print out the message of any exception that was thrown and then exit with a non-zero (1) exit status. I have written application-level documentation for them in the documentation/ repository.

...


branch: master 「№59687」
Commited by: Andrew Watkins
GitHub commit link: 「cbd8d5308224f77c」 「№2524」
Difference from previous tested commit:  code diff
Commit date: 2017-09-07 17:13:17

Merge pull request #2524 from RosettaCommons/everyday847/two_bugs Condition one of Vikram's new features -- for now -- on non-RNA identity

Rhiju Das 7 years
nice!
...


branch: master 「№59686」
Commited by: Andrew Watkins
GitHub commit link: 「9edd1b807df39403」 「№2502」
Difference from previous tested commit:  code diff
Commit date: 2017-09-07 16:45:55

Merge pull request #2502 from RosettaCommons/everyday847/builders Add 'builders' for common RNA protocols

...


< 1 .. 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 .. 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