rosetta icon indicating copy to clipboard operation
rosetta copied to clipboard

The Rosetta Bio-macromolecule modeling package.

Results 25 rosetta issues
Sort by recently updated
recently updated
newest added

Declare-only gmp globals in header file and define them in only one source file

The code I am contributing here are updates to improve the functionality of the ligand motif code. This includes improvements to the following protocols: motifs/LigandDiscoverySearch - Created a method for...

ready_for_review
90 standard tests

The mp_f19_decoy_discrimination scientific test has a hard failure. It's crashing with the following issue in the minimization routine of relax. ``` core.scoring.hbonds.hbonds_geom: [ ERROR ] NAN occurred in H-bonding calculations!...

ready_for_review
90 standard tests

If we're updating compilation to only use Python3 (#54), updating the integration tests to remove Python2 dependence also makes sense. It looks like we've mostly fixed any usage of Python2...

ready_for_review
02 integration

The argument passed to --class_name will be used as the prefix of util files.

bug
ready_for_review

No more relevant in python3.

invalid
ready_for_review

Add script to support releasing Rosetta binary build as Conda package for Linux, Mac and Mac-m1 platforms.

90 standard tests
00 build

With a -pack_min_runs of 2 or greater, there's a chance that the sequence of the structure changes. This is a problem for a fixed PackerTask run, as `task_is_valid( pose )`...

ready_for_review
90 standard tests

This PR does two things: 1. It fixes the RMSD accept/reject option in the TransformMover. The old version did not square the distances and was not automorphic. The new version...

You can't actually use the HBondGraph in pyrosetta because the LowMemGraph uses some crazy tricks that don't involve object inheritance. This adds 2 functions to bridge that gap.

90 standard tests