Closed bioinfo-dirty-jobs closed 4 years ago
My guess is that the download of the supplemental files are too big for:
geo.getGEOSuppFiles(query)
Try instead running this in R within the docker container and let me know if there are errors:
R
library(GEOquery)
getGEOSuppFiles("GSE42861")
If you are getting an error here, then the problem would appear to be with the R package. If not, we can continue to investigate what is going wrong and I can push a Docker update.
If possible, can you move this issue to PyMethylProcess: https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess, thanks!
You may also want to look into this option: https://github.com/Christensen-Lab-Dartmouth/PyMethylProcess/blob/master/pymethylprocess/utils.py#L37
Dear master, I try to use the docker version and I'm not able to perform the tutorial. Any help on this: