Skip to content
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

where is file "read_GDSC "? #4

Open
amssljc opened this issue Jun 23, 2022 · 1 comment
Open

where is file "read_GDSC "? #4

amssljc opened this issue Jun 23, 2022 · 1 comment

Comments

@amssljc
Copy link

amssljc commented Jun 23, 2022

Thanks for your work!. When I run GSDC cross validation module, there was an error:

Traceback (most recent call last):
  File "GDSC_TCGA_cross_validation_with_combat.py", line 65, in <module>
    from read_GDSC import read_GDSC_drug_response
ModuleNotFoundError: No module named 'read_GDSC'

I cannot find any file named "read_GDSC" in your project. It seems you uploaded an earlier version of deep learning cv fold. Could you please update your code to make it work?

@saroudant
Copy link
Member

Hi @amssljc,

Thanks a lot for your issue and sorry for the late reply.

This is indeed a typo and forgot to upload a new version, replacing the faulted line by
from read_GDSC_response import read_GDSC_drug_response
should work. Let me know if you are still running into issues, I will commit the change tonight (CET).

Best,
Soufiane

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants