proteindf_bridge.functions module¶
- proteindf_bridge.functions.load_atomgroup(brd_path)[source]¶
load bridge file (msgpack format)
- Return type:
- proteindf_bridge.functions.load_msgpack(mpac_path)[source]¶
load message pack file and return python data
- Return type:
- proteindf_bridge.functions.locate()[source]¶
return tuple of (file, function, line number) cf.) https://qiita.com/ymko/items/b46d32b98f013f06d805
- proteindf_bridge.functions.save_atomgroup(atomgroup, file_path)[source]¶
save bridge file (msgpack format)
- Return type: