()
| 597 | |
| 598 | # ----------------For transynergy------------------------------- |
| 599 | def process_smilesGrover(): |
| 600 | with open(os.path.join(ROOT_DIR, 'data', 'drug_data', 'smiles.grover'),'rb') as f: |
| 601 | smiles_dict = pickle.load(f) |
| 602 | return smiles_dict |
| 603 | |
| 604 | |
| 605 |
no outgoing calls
no test coverage detected