Skip to content

lg file to nx graph

Bryan Amador requested to merge lg_eval_to_cdxml into line-prims

All functionality related to this process is in the file modules/chemscraper/utils/lgeval_to_nx.py. For usage, use the function lg_eval_to_nx(file_path:str)->nx.graph. You can visualize results by modifying at the main function in the same file.

Merge request reports