-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request Full Code of 3 Tasks for Further Study #16
Comments
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
<#16 (comment)>,
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
<#16 (comment)>,
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]. |
@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].
The text was updated successfully, but these errors were encountered: