You are here

Calculating sasa per atom and atomid_map

2 posts / 0 new
Last post
Calculating sasa per atom and atomid_map
#1

Hi,

I am trying to calculate the sasa for each atom but I cannot get the arguments correct for rosetta.core.scoring.calc_per_atom_sasa.

I guess for "utility::vector1< Real > & rsd_sasa" I can use rosetta.utility.vector1_Real().

However, I have trouble with "id::AtomID_Map< Real > & atom_sasa". I tried rosetta.core.id.AtomID_Map_AtomID() but it doesn't match the C++ signature.

I would like help to understand how to properly set in pyrosetta "id::AtomID_Map< Real > atom_sasa" as well as "id::AtomID_Map< bool > atom_subset" and initialise it to true for heavy only atoms.

Many thanks for the help.

Cheers,
Ioannis

Category: 
Post Situation: 
Wed, 2014-08-13 05:26
ioannis.f

Loannis , i just committed fix for this. So our next build/weekly-releases should have bindings for AtomID_Map< bool > and AtomID_Map< Real >. At the movement however our binary building server is down because of hardware problem so it could be while before new binaries is ready. (this will not affect the weekly source release though).

Best,

Thu, 2014-08-14 11:54
Sergey