MantisBT - PyRosetta
View Issue Details
0000321PyRosetta[All Projects] Bad Codingpublic2014-01-21 18:412015-08-18 02:42
rmoretti 
jadolfbr 
normalminoralways
closedfixed 
 
[Rosetta] Trunk 
PyRosetta
n/a
Feature Request
57867
0000321: Make backrub availible to PyRosetta
Currently the main protocol for the backrub application isn't available to PyRosetta, as the BackrubProtocol mover lives in the backrub.cc application itself.

If this mover was moved to under the protocols namespace, this encapsulated functionality would be accessible (if not necessarily convenient) to PyRosetta users.
Requests from the forum: https://www.rosettacommons.org/content/backrub-mover [^]
No tags attached.
Issue History
2014-01-21 18:41rmorettiNew Issue
2014-01-21 18:55SergeyNote Added: 0000327
2015-08-18 02:42jadolfbrFixed in SVN Version => 57867
2015-08-18 02:42jadolfbrNote Added: 0000357
2015-08-18 02:42jadolfbrStatusnew => closed
2015-08-18 02:42jadolfbrAssigned To => jadolfbr
2015-08-18 02:42jadolfbrResolutionopen => fixed
2015-08-18 02:42jadolfbrFixed in Version => Trunk

Notes
(0000327)
Sergey   
2014-01-21 18:55   
I think we should move this bug to Rosetta project since it also concern C++ users as well (right now they also can't use backrub mover etc)
(0000357)
jadolfbr   
2015-08-18 02:42   
The full protocol is now available in PyRosetta/C++ as the code in the app is now the BackrubProtocol class in src/protocols/backrub.

Movemap support was also added.