proteindf_bridge.functions モジュール

proteindf_bridge.functions.get_yaml(data)[ソース]
戻り値の型:

str

proteindf_bridge.functions.load_atomgroup(brd_path)[ソース]

bridgeファイル(msgpack形式)を読み込む

戻り値の型:

AtomGroup

proteindf_bridge.functions.load_msgpack(mpac_path)[ソース]

msgpackファイルを読み込みPythonデータを返す

戻り値の型:

Any

proteindf_bridge.functions.load_yaml(yaml_path)[ソース]
戻り値の型:

Any

proteindf_bridge.functions.locate()[ソース]

(ファイル名, 関数名, 行番号)のタプルを返す cf.) https://qiita.com/ymko/items/b46d32b98f013f06d805

戻り値の型:

Tuple[str, str, int]

proteindf_bridge.functions.parse_yaml(yaml_data)[ソース]
戻り値の型:

List[Any]

proteindf_bridge.functions.save_atomgroup(atomgroup, file_path)[ソース]

bridgeファイル(msgpack形式)を保存する

戻り値の型:

None

proteindf_bridge.functions.save_msgpack(data, mpac_path)[ソース]

Pythonデータをmsgpackファイルに保存する

戻り値の型:

None

proteindf_bridge.functions.save_yaml(data, yaml_path)[ソース]
戻り値の型:

None