Rosetta  2019.07
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Variables
test.G102_Functions_General Namespace Reference

Variables

tuple p = pose_from_file(os.path.dirname(os.path.abspath(__file__))+"/data/gui/2j88.pdb")
 
string loop_string = "24:42:L"
 
list loops_as_strings = []
 
tuple regions = general_tools.loops_as_strings_to_regions(loops_as_strings)
 
tuple region = general_tools.loop_string_to_region(loop_string)
 

Variable Documentation

string test.G102_Functions_General.loop_string = "24:42:L"
list test.G102_Functions_General.loops_as_strings = []
tuple test.G102_Functions_General.p = pose_from_file(os.path.dirname(os.path.abspath(__file__))+"/data/gui/2j88.pdb")
tuple test.G102_Functions_General.region = general_tools.loop_string_to_region(loop_string)
tuple test.G102_Functions_General.regions = general_tools.loops_as_strings_to_regions(loops_as_strings)