Package rosetta :: Package core :: Package io :: Package carbohydrates :: Module _core_io_carbohydrates_
[hide private]
[frames] | no frames]

Module _core_io_carbohydrates_

Functions [hide private]
 
chain_gws_string(...)
chain_gws_string( (Pose)pose, (int)chain_id) -> str : Return a GWS-formatted string for the given carbohydrate chain, including branches.
 
dump_gws(...)
dump_gws( (Pose)pose, (str)filename) -> None : Write the GlycoWorkbench structure file for all carbohydrate chains of the given pose to <filename>.
 
dump_gws_chain(...)
dump_gws_chain( (Pose)pose, (int)chain_id, (str)filename) -> None : Write the GlycoWorkbench structure file for the given pose chain to <filename>.
 
residue_gws_string(...)
residue_gws_string( (Pose)pose, (int)seqpos) -> str : Return a GWS-formatted string for the given carbohydrate residue.
 
residue_range_gws_string(...)
residue_range_gws_string( (Pose)pose, (int)begin, (int)end) -> str : Return a GWS-formatted string for each carbohydrate residue in the given sequence range, including branches.
Variables [hide private]
  __package__ = None
Function Details [hide private]

chain_gws_string(...)

 

chain_gws_string( (Pose)pose, (int)chain_id) -> str :
    Return a GWS-formatted string for the given carbohydrate chain, including branches.
    

    C++ signature :
        std::string chain_gws_string(core::pose::Pose,unsigned long)

dump_gws(...)

 

dump_gws( (Pose)pose, (str)filename) -> None :
    Write the GlycoWorkbench structure file for all carbohydrate chains of the given pose to <filename>.
    

    C++ signature :
        void dump_gws(core::pose::Pose,std::string)

dump_gws_chain(...)

 

dump_gws_chain( (Pose)pose, (int)chain_id, (str)filename) -> None :
    Write the GlycoWorkbench structure file for the given pose chain to <filename>.
    

    C++ signature :
        void dump_gws_chain(core::pose::Pose,unsigned long,std::string)

residue_gws_string(...)

 

residue_gws_string( (Pose)pose, (int)seqpos) -> str :
    Return a GWS-formatted string for the given carbohydrate residue.
    

    C++ signature :
        std::string residue_gws_string(core::pose::Pose,unsigned long)

residue_range_gws_string(...)

 

residue_range_gws_string( (Pose)pose, (int)begin, (int)end) -> str :
    Return a GWS-formatted string for each carbohydrate residue in the given sequence range, including branches.
    

    C++ signature :
        std::string residue_range_gws_string(core::pose::Pose,unsigned long,unsigned long)