DDIMDL
DDIMDL copied to clipboard
Request Full Code of 3 Tasks for Further Study
@YifanDengWHU Thank you for sharing the research effort of DDIMDL in the Github. After some investigation, we are gaining a basic understanding. Can you email the full code of the three tasks for our further study and understanding. My email ID is [email protected].
Already sent, please check it
Prof. Deng,
Thank you very much for the newTask.py. I'm still trying to figure out how to make it work.
Is it possible that a small example or a few small examples can be provided to illustrate how those DDIMDL codes work or to help users understand a bit better? Moreover, I couldn't make the last cell of DRG_drug_spider.py work because an OperationalError of no such table: drug. Please advise how to fix this error.
Best regards, Peng
On Mon, Sep 12, 2022 at 11:08 AM Yifan Deng @.***> wrote:
Already sent, please check it
— Reply to this email directly, view it on GitHub https://github.com/YifanDengWHU/DDIMDL/issues/16#issuecomment-1244112030, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMY2J25H5AOYASL4UBTFTN3V55WTBANCNFSM6AAAAAAQJRUBNY . You are receiving this because you authored the thread.Message ID: @.***>
Hi, sorry for missing the message. You can change the table name in the SQL file. For example, create a table called drug.
Thank you Prof Deng,
was able to create the drug table by addiing cur.execute('''CREATE TABLE drug (id TEXT, name INT, interaction TEXT, smile, INT, target TEXT, enzyme TEXT, ------- etc. ) ); '') using DRG_drug_spider.py. Will try your recommended method as well.
Regarding the newTask.py, a database error was encountered as seen in below. Looks like event.db doesn't have the mirrow1 table. If possible, please provide guidance to help fix this error.
[image: image.png]
Thanks, Peng
On Sat, Sep 24, 2022 at 3:02 PM Yifan Deng @.***> wrote:
Hi, sorry for missing the message. You can change the table name in the SQL file. For example, create a table called drug.
— Reply to this email directly, view it on GitHub https://github.com/YifanDengWHU/DDIMDL/issues/16#issuecomment-1257072349, or unsubscribe https://github.com/notifications/unsubscribe-auth/AMY2J23V6WRAK4IO3UHQ5DLV75257ANCNFSM6AAAAAAQJRUBNY . You are receiving this because you authored the thread.Message ID: @.***>
@YifanDengWHU Thank you for sharing the research effort of DDIMDL in the Github. After some investigation, we are gaining a basic understanding. Can you email the full code of the three tasks for our further study and understanding. My email ID is [email protected].