You are here

Movemap Question

2 posts / 0 new
Last post
Movemap Question
#1

First, I would like to say that I am very happy with PyRosetta. It is extremely flexible, but allows an even greater use of Rosetta. Thanks for creating it.

I am working on a homologous domain aspect to my ab initio folding program and was wondering why the movemap.set_bb_true_range() sets all other residues to false? Can this be changed for version 1.1? It seems unnecessary and makes dealing with individual domains more difficult.

Thu, 2010-01-07 11:02
jadolfbr

You should be able to do a for loop over the range to get the effect you want. This is in C++ not python but I'm sure you can translate:

for( int i(start); i

Fri, 2010-01-08 06:44
smlewis