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

[ERROR] Exception caught by JobDistributor for job test1_A_local_dock_0001 [ ERROR ]: Caught exception: File: src/core/conformation/Conformation.hh:514 [ ERROR ] UtilityExitException ERROR: Error in core::conformation::Conformation::residue(): The sequence position requested was greater than...

There is a version incompatibility between the **nr** library and the BLAST version that causes the following error when running `make_fragments.pl`: ``` [fastacmd] ERROR: ERROR: Cannot initialize readdb for nr...

bug

When I was running replicadock2.0--'rosetta_scripts.mpi.linuxgccrelease @flags_replica_dock', the following errors just came up: **ERROR: For HamiltonianExchange the number of exchange cells 3 has to be consistent with the option -run:n_replica 1**...

I'm making a unit test out of [my recent post in the debugging channel](https://rosettacommons.slack.com/archives/C1YUVUD5E/p1728433183443519). It may not be the perfect error message but it is better than a seg fault...

01 unit
00 build
industry

I downloaded rosetta_bin_ubuntu_3.14_bundle.tar.bz2, executed the commend lines and got errors. >tar -xf rosetta_bin_ubuntu_3.14_bundle.tar.bz2 >cd rosetta3.14/main/source >python3.12 -m pip install scons >./scons.py -j 20 mode=release bin How to fix the install...

From discussion #163 `core::membrane::convex_hull()` causes a segfault in `core::Size minx = outside[ tmp_x.index( numeric::min( tmp_x ) ) ];` because the tmp_x vector is empty. This is because none of the...

bug

It looks like the CircularSpline function is enabled throughout the code but not registered via the FuncFactory. The constraint function is mentioned in the docs though and that implies it...

bug
documentation

There was some discussion (by e.g. @nannemdp) that the inline logic for ResidueSelectors doesn't always do the same thing as the separate AND/OR/NOT selectors do. This PR adds a rudimentary...

This is more tracking of a feature request/missing feature than something that needs fixing. The documentation also has the information needed. The following is true for LigandArea, ClassicGrid, InterfaceBuilder, and...