「view this page in B3 βῆτα server」

Revisions №20476

branch: rosetta:commits 「№20476」
Commited by: Ginsparg
GitHub Pull Request link: 「№59」
Merge: 「ec708a4c4」「117c5905c」  code diff
Scheduled at: 2024-09-17 17:26:02.085986
linux.clang linux.gcc linux.srlz mac.clang
debug
release
unit
linux.clang.cxx11thread.serialization.python37.PyRosetta.unit mac.clang.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 №59 RosettaCommons/rosetta/main ← RosettaCommons/rosetta/updated_ligand_discovery_search_code_ag_may_2024 Merge: ec708a4c40449ea419c8fcac0d507440400bf75f←117c5905cf75f824c61de90be84216622aa3bd40 Updated Ligand Motifs Code ---------------- Merge commit message: currently reverting the change in this script, because I can not find an elegant way to make the proposed fix. The input vector from options is of int type, and it in theory should be set to core::Size because the values here should not be negative. This means converting the input vector from int to unsigned int (Size), and that can not be performed directly. The current method does create an extra vector that is only used for the purpose of reading in. I could attempt an alternative solution, such as iterating over a loop from the input to add the values to the array.

...