branch: rosetta:commits 「№20884」
Commited by: Jason C. Klima
GitHub commit link: 「931f7d9046b1ae0a」
Difference from previous tested commit:  code diff
Commit date: 2025-06-29 14:57:49
PyRosetta.unit

Enhance pyrosetta and pyrosetta.distributed I/O interfaces (#431) * Fix DeprecationWarning: Conversion of an array with ndim > 0 to a scalar is deprecated, and will error in future. Ensure you extract a single element from your array before performing this operation. (Deprecated NumPy 1.25.) * Update imports * Update pyrosetta.io and pyrosetta.distributed.io interfaces * Add unit tests for pyrosetta.io updates * Add unit tests for pyrosetta.distributed.io updates * Update pyrosetta.distributed.io interface * Test PackedPose generators * Set place for assertAlmostEqual * Update @unittest.skip message * Support dump_file and dump_scored_pdb * Update syntax for Python <3.8 compatibility * Duplicate import * Reformat imports for readability * Define create_score_function, get_fa_scorefxn, and get_score_function helper functions * Add support for ScorePoseTask and string instances in dump_scored_pdb * Test different parameter types to io.dump_scored_pdb * Support ScorePoseTask instantiation in io namespace * Test ScorePoseTask instantiation * Add warnings when dumping poses with nonstandard file extensions * Support .pdb.gz and .pdb.xz file I/O * Test .pdb.gz and .pdb.xz file I/O * Update gzip I/O so .pdb.gz files open in PyMOL * Support bz2, gzip, and xz compression in dump_pdb function * Support dumping scored PDB files with bz2, gzip, and xz compression * Support decompression of PDB files for pose_from_pdb and pose_from_file in pyrosetta.io namespace * Fix pose_from_none * Move pose_from_pdbstring to pyrosetta.io namespace * Test io.dump_pdb function * Update tests to include PDB/CIF/MMTF I/O * Support getting score functions from pyrosetta.io namespace * Update filename in unit test * Skip if xz is not installed * Parse filename * Update poses_from_multimodel_pdb with new pose_from_pdbstring function * Clean up; Redefine pose_from_pdbstring for backward compatibility * Test args and kwargs with pose_from_pdbstring

...


branch: rosetta:commits 「№20883」
Commited by: Rocco Moretti
GitHub commit link: 「8b147f0d79aeb0e1」
Difference from previous tested commit:  code diff
Commit date: 2025-07-10 20:33:45
PyRosetta.unit

Add RosettaLigand docking scores to the Pose when JD2 is not active. (#456) People running RosettaLigand jobs under PyRosetta keep having problems that the computed docking scores don't show up. This is because the current RosettaLigand code was written for RosettaScripts and assumes the use of JD2. The scores get stuck in a JD2 job, which is hard to access when you're not running a command line JD2 job. We can change the code to stick the scores into the pose instead of (in addition to) the job when not running under JD2 (e.g. PyRosetta) Hopefully this should make the access easier.

...


branch: rosetta:commits 「№20882」
Commited by: Jason C. Klima
GitHub commit link: 「c07e51cae6c8448b」
Difference from previous tested commit:  code diff
Commit date: 2025-07-11 15:50:06
PyRosetta.unit

Enable Pose.scores dictionary to store arbitrary python objects (#430) * Fix KeyError for string objects * Serialize and deserialize values in pose scores dictionary * Update TypeError message * Maybe deserialize ScoreMap.get_arbitrary_string_data_from_pose data * Test PyJobDistributor with arbitrary scoretypes * Test SimpleMetric implementation * Fix NotImplementedError * Update unit tests that assert that float values are rounded upon score set/get round trips * Add warnings for setPoseExtraScore float value precision change, type casting, and possible UnicodeDecodeError * Update import * Update reserved scoretypes * Add rounding difference to warning message * Update imports * Initial refactor of pose.cache dictionary * Add pose.cache unit tests * Remove numpy dependency for non-serialization builds * Change pose.scores to pose.cache * Move pose.cache into modules for comprehensibility * Use pose.cache instead of packed_pose.update_scores * Set clobber warnings in pose.scores * Add deprecation warning to pose.scores * Add warning if key in immutable SimpleMetrics data exists * Clean up * Setting PackedPose.scores to Pose.cache * Set cache with packed_pose.update_scores * Fix warning * Reserve pose.cache keys * Update warning messages * Update warning message * Update PackedPose.scores dictionary with pose.cache * Update logging message test * Update reserve_scores decorator to be using pose.cache * Add update_scores in reserve_scores * Update version * Add syntax warning for setting PackedPose.scores items * Test saving detached scores in the PackedPose.scores dictionary * Improve docstring example * Update docstrings * Clean up * Split into separate warnings when deleting reserved scoretypes * Return nested MappingProxyType read-only data by pose.cache.all_scores * Update docstrings * Minor tweaks to docstrings * Clean up applying SimpleMetrics to the pose * Validate strict base64

...


branch: rosetta:commits 「№20881」
Commited by: Sergey Lyskov
GitHub Pull Request link: 「№478」
Merge: 「fce88fc4b」「89dfeb5d2」  code diff
Scheduled at: 2025-07-24 19:04:35.578908
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №478 RosettaCommons/rosetta/main ← RosettaCommons/rosetta/lyskov-pyrosetta-tests Merge: fce88fc4bd527d5f2e5903499b30e7c1c401b2f1←89dfeb5d2db1e69efda36fdd0e2ef127811e9248 dummy PR to trigger test run for main ---------------- Merge commit message: dummy commit to trigger test run



branch: rosetta:commits 「№20880」
Commited by: Jason C. Klima
GitHub Pull Request link: 「№459」
Merge: 「fce88fc4b」「268ee7aac」  code diff
Scheduled at: 2025-07-23 20:42:20.452586
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №459 RosettaCommons/rosetta/main ← klimaj/rosetta/filter_empty Merge: fce88fc4bd527d5f2e5903499b30e7c1c401b2f1←268ee7aac176c96a2cb23433a74afcb6ad191b63 Add support for filtering results in PyRosettaCluster ---------------- Merge commit message: Set filter_results=False and simulation names in unit tests



branch: rosetta:commits 「№20879」
Commited by: Jason C. Klima
GitHub Pull Request link: 「№459」
Merge: 「fce88fc4b」「a742cc43b」  code diff
Scheduled at: 2025-07-22 23:29:32.374738
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №459 RosettaCommons/rosetta/main ← klimaj/rosetta/filter_empty Merge: fce88fc4bd527d5f2e5903499b30e7c1c401b2f1←a742cc43b38fd22ad05b098eff71300ee4c74887 Add support for filtering results in PyRosettaCluster ---------------- Merge commit message: Set filter_results=False in unit tests



branch: rosetta:commits 「№20878」
Commited by: Jason C. Klima
GitHub commit link: 「a742cc43b38fd22a」
Difference from previous tested commit:  code diff
Commit date: 2025-07-23 03:21:10
ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python312.PyRosetta.unit

Set filter_results=False in unit tests

...
Test: ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-22.04.clang.cxx11thread.serialization.python312.PyRosetta.unit

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-22.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: ubuntu-24.04.clang.cxx11thread.serialization.python312.PyRosetta.unit

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: rosetta:commits 「№20877」
Commited by: Jason C. Klima
GitHub Pull Request link: 「№459」
Merge: 「fce88fc4b」「70d9b2163」  code diff
Scheduled at: 2025-07-22 00:11:52.707649
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-22.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-24.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №459 RosettaCommons/rosetta/main ← klimaj/rosetta/filter_empty Merge: fce88fc4bd527d5f2e5903499b30e7c1c401b2f1←70d9b21631492e80817b82d062c00a86ce9a4694 Add support for filtering results in PyRosettaCluster ---------------- Merge commit message: git pull origin main



branch: rosetta:commits 「№20876」
Commited by: Jason C. Klima
GitHub Pull Request link: 「№462」
Merge: 「c07e51cae」「c2c970ee4」  code diff
Scheduled at: 2025-07-19 23:29:18.112242
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №462 RosettaCommons/rosetta/main ← klimaj/rosetta/cluster_io Merge: c07e51cae6c8448b25147b861092087346bd001e←c2c970ee478d4cbdcc493c551d886ae11694c055 Support saving PackedPose objects and arbitrary score data in PyRosettaCluster ---------------- Merge commit message: git pull origin main

...


branch: rosetta:commits 「№20875」
Commited by: Jason C. Klima
GitHub Pull Request link: 「№452」
Merge: 「c07e51cae」「0b8cb7045」  code diff
Scheduled at: 2025-07-19 23:20:24.311967
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №452 RosettaCommons/rosetta/main ← klimaj/rosetta/yield_poses Merge: c07e51cae6c8448b25147b861092087346bd001e←0b8cb7045302b61088d5afeb1f2fb360e7a4f7d6 Support yielding PackedPose objects in memory from PyRosettaCluster ---------------- Merge commit message: git pull origin main

...


branch: rosetta:commits 「№20874」
Commited by: Jason C. Klima
GitHub Pull Request link: 「№459」
Merge: 「c07e51cae」「8c5935169」  code diff
Scheduled at: 2025-07-19 23:10:51.441164
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №459 RosettaCommons/rosetta/main ← klimaj/rosetta/filter_empty Merge: c07e51cae6c8448b25147b861092087346bd001e←8c5935169b67bb218146ffda1342936b03d5033b Add support for filtering results in PyRosettaCluster ---------------- Merge commit message: git pull origin main

...


branch: rosetta:commits 「№20873」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№419」
Merge: 「495e86988」「ce63a6b1e」  code diff
Scheduled at: 2025-07-09 16:23:07.551183
integration.release_debug integration

Pull Request №419 RosettaCommons/rosetta/main ← roccomoretti/rosetta/foldamers Merge: 495e869888bb4b295294209edc0c8bee13039138←ce63a6b1ed4d6be64de79a311ccecece77ac0f11 Updates to molfile_to_params_polymer.py to better accomodate non-alpha residues. ---------------- Merge commit message: Merge with recent main. Fix merge conflict with Eric's changes.

...


branch: rosetta:commits 「№20872」
Commited by: Eric Bell
GitHub Pull Request link: 「№349」
Merge: 「029c6a159」「41dc373e8」  code diff
Scheduled at: 2025-07-09 15:57:48.390519
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

Pull Request №349 RosettaCommons/rosetta/main ← ewbell94/FakeRotLib/FakeRotLib Merge: 029c6a159b896477003a14f78f472d4cd2cead46←41dc373e8f9fb14dd066c4d9ef0bba623809b7c7 FakeRotLib and minor tweaks to m2pp.py ---------------- Merge commit message: Added stereochemistry call in rdkitConf

...
Test: ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: linux.gcc.mpi.serialization.integration.mpi

Failed sub-tests (click for more details):
replica_docking
Test: linux.clang.integration.release_debug_no_symbols

Failed sub-tests (click for more details):
Test: linux.clang.tensorflow.integration.tensorflow

Failed sub-tests (click for more details):
Test: linux.gcc.cxx11thread.integration.thread

Failed sub-tests (click for more details):
Test: torch.clang.torch.python39.integration.torch

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: mac.clang.python39.integration

Failed sub-tests (click for more details):
Test: linux.clang.performance

Failed sub-tests (click for more details):
Test: linux.clang.profile

Failed sub-tests (click for more details):
Test: linux.clang.score

Failed sub-tests (click for more details):
Test: linux.gcc.score

Failed sub-tests (click for more details):
Test: mac.clang.score

Failed sub-tests (click for more details):


branch: rosetta:commits 「№20871」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№456」
Merge: 「931f7d904」「6507ccd6a」  code diff
Scheduled at: 2025-07-09 15:57:36.785149
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

Pull Request №456 RosettaCommons/rosetta/main ← roccomoretti/rosetta/rl_scores_to_pose Merge: 931f7d9046b1ae0a0b62c826dea7edc4a33f52ab←6507ccd6a7dbaef81462828b7b729be23c012beb Add RosettaLigand docking scores to the Pose when JD2 is not active. ---------------- Merge commit message: Update comments around behavior.

...
Test: ubuntu.gcc.code_quality.merge_size

 View log

Loading...

 View log in dialog  View log in log in separate window
Test: linux.gcc.mpi.serialization.integration.mpi

Failed sub-tests (click for more details):
replica_docking revold


branch: rosetta:commits 「№20870」
Commited by: Rocco Moretti
GitHub Pull Request link: 「№457」
Merge: 「931f7d904」「83a0f71f7」  code diff
Scheduled at: 2025-07-09 15:35:58.279818
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
mac.clang.python38.PyRosetta.unit ubuntu.clang.cxx11thread.serialization.python38.PyRosetta.unit mpi mpi.serialization build.header build.levels build.ninja_debug beautification code_quality.cppcheck code_quality.merge_size serialization code_quality.submodule_regression integration.mpi integration.release_debug integration.tensorflow integration.thread integration.torch integration performance profile linux.clang.score linux.gcc.score mac.clang.score scripts.pyrosetta scripts.rosetta.parse scripts.rosetta.validate scripts.rosetta.verify util.apps windows.build.debug windows.build.release

Pull Request №457 RosettaCommons/rosetta/main ← roccomoretti/rosetta/fm_cartesian Merge: 931f7d9046b1ae0a0b62c826dea7edc4a33f52ab←83a0f71f71c0c546a132b0c90f34cd311f534c8e Add cartesian option to RosettaLigand FinalMinimizer. ---------------- Merge commit message: Fixes from PR review.

...
Test: linux.gcc.mpi.serialization.integration.mpi

Failed sub-tests (click for more details):
replica_docking
Test: mac.clang.python39.integration

Failed sub-tests (click for more details):
ligand_dock_cholesterol output_schema
Test: linux.gcc.cxx11thread.serialization.unit

 View log

Loading...

 View log in dialog  View log in log in separate window


branch: rosetta:commits 「№20869」
Commited by: Jason C. Klima
GitHub Pull Request link: 「№462」
Merge: 「931f7d904」「c3be21f62」  code diff
Scheduled at: 2025-07-06 15:50:06.785787
PyRosetta.notebook gcc-9.gcc.python37.PyRosetta.unit m1.clang.python310.PyRosetta.unit m1.clang.python311.PyRosetta.unit m1.clang.python312.PyRosetta.unit m1.clang.python313.PyRosetta.unit m1.clang.python38.PyRosetta.unit m1.clang.python39.PyRosetta.unit mac.clang.python310.PyRosetta.unit mac.clang.python311.PyRosetta.unit mac.clang.python312.PyRosetta.unit mac.clang.python313.PyRosetta.unit mac.clang.python38.PyRosetta.unit mac.clang.python39.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.clang.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-20.04.clang.python39.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python310.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python311.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python312.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python313.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python38.PyRosetta.unit ubuntu-20.04.gcc.cxx11thread.serialization.python39.PyRosetta.unit ubuntu-22.04.clang.python39.PyRosetta.unit ubuntu.clang.python310.PyRosetta.unit ubuntu.clang.python311.PyRosetta.unit ubuntu.clang.python312.PyRosetta.unit ubuntu.clang.python313.PyRosetta.unit ubuntu.clang.python38.PyRosetta.unit ubuntu.clang.python39.PyRosetta.unit ubuntu.gcc.python310.PyRosetta.unit ubuntu.gcc.python311.PyRosetta.unit ubuntu.gcc.python312.PyRosetta.unit ubuntu.gcc.python313.PyRosetta.unit ubuntu.gcc.python38.PyRosetta.unit ubuntu.gcc.python39.PyRosetta.unit ubuntu-20.04.clang.python39.unit ubuntu-22.04.clang.python39.unit

Pull Request №462 RosettaCommons/rosetta/main ← klimaj/rosetta/cluster_io Merge: 931f7d9046b1ae0a0b62c826dea7edc4a33f52ab←c3be21f624567d4a7ae13431d27998ef82512240 Support saving PackedPose objects and arbitrary score data in PyRosettaCluster ---------------- Merge commit message: Set full unit test

...


< 1 2 3 4 5 6 7 8 9 10 .. 38 >

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