DDIMDL icon indicating copy to clipboard operation
DDIMDL copied to clipboard

Request Full Code of 3 Tasks for Further Study

Open PengGitHubSite2019 opened this issue 2 years ago • 5 comments

@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].

PengGitHubSite2019 avatar Sep 11 '22 00:09 PengGitHubSite2019

Already sent, please check it

YifanDengWHU avatar Sep 12 '22 18:09 YifanDengWHU

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: @.***>

PengGitHubSite2019 avatar Sep 22 '22 19:09 PengGitHubSite2019

Hi, sorry for missing the message. You can change the table name in the SQL file. For example, create a table called drug.

YifanDengWHU avatar Sep 24 '22 22:09 YifanDengWHU

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: @.***>

PengGitHubSite2019 avatar Oct 02 '22 00:10 PengGitHubSite2019

@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].

olaeed avatar May 12 '23 11:05 olaeed