Calculating sasa per atom and atomid_map

Member Site Forums PyRosetta PyRosetta – General Calculating sasa per atom and atomid_map

Viewing 1 reply thread
  • Author
    Posts
    • #1969
      Anonymous

        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

      • #10223
        Anonymous

          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,

      Viewing 1 reply thread
      • You must be logged in to reply to this topic.