yueyu1030 / SumGNN

[Bioinformatics 2021] This is the repo for the paper `SumGNN: Multi-typed Drug Interaction Prediction via Efficient Knowledge Graph Summarization'.
https://academic.oup.com/bioinformatics/advance-article/doi/10.1093/bioinformatics/btab207/6189090
81 stars 20 forks source link

File not found error #12

Open ardrarajesh opened 1 year ago

ardrarajesh commented 1 year ago

with open('cid2smiles.txt', 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: 'cid2smiles.txt'

This error raised while running read_data.py (external_data).How to get the file?