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

Error in stopAndCache(title) when reading in EPIC v1 and v2 Idat files #154

Open
siridandu opened this issue Mar 27, 2024 · 4 comments
Open

Comments

@siridandu
Copy link

Hi, I am running into an issue with the stopAndCache(title):

> sdfs <- lapply(idats, function(idat) { readIDATpair(idat) })

Error in stopAndCache(title) :
| File idatSignature needs to be cached to be used in sesame.
| Please make sure you have updated ExperimentHub and try
| > sesameDataCache()
| to retrieve and cache needed sesame data.

When I run sesameDataCache() it completes without any errors. However, when I try to read in the sdfs again, I still get the same error. I have updated the ExperimentHub, sesame, and sesameData packages, and tried installing and running the BiocFileCache package as well.

When I run this, it shows that these packages are out of date. Are they relevant to this issue? Thank you so much for your help!

Screen Shot 2024-02-28 at 4 15 38 PM

Session Info:
Screen Shot 2024-02-28 at 4 08 40 PM
Screen Shot 2024-02-28 at 4 12 47 PM
Screen Shot 2024-02-28 at 4 12 56 PM
Screen Shot 2024-02-28 at 4 13 15 PM

@zwdzwd
Copy link
Owner

zwdzwd commented Apr 5, 2024

do you see data being downloaded from sesameDataCache? can you run sesameDataGet("idatSignature") without issue?

@siridandu
Copy link
Author

Thank you for your response! I am not sure if there is supposed to be an output, but when I run sesameDataCache(), it runs with no error and no output. When I run sesameDataGet("idatSignature") after sesameDataCache, I recieve the exact same error as before.

@arualemsti
Copy link

Hello! I'm having the same issue. I am wondering if you've found a solution as of yet?

Thanks!

@MitaliKatoch
Copy link

Thank you for your response! I am not sure if there is supposed to be an output, but when I run sesameDataCache(), it runs with no error and no output. When I run sesameDataGet("idatSignature") after sesameDataCache, I recieve the exact same error as before.

Hey, I am dealing with this exact similar error. Could you let me know if you found any solution?

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

4 participants