Closed njh339 closed 1 year ago
I had similar problems downloading microarray data. I downloaded the files from AHBA website and then unzipped the files into one specify file. I run "files = abagen.fetch_microarray(donors=['9861', '10021', '12876', '14380', '15496', '15697'], data_dir='xxx') "(XXX refers to the document address). Hope this can help you.
Thanks for reporting the issue. We have received issues like this before but we haven't been able to reproduce it reliably. It might be related to network connection stability. In this case, we recommend downloading the files from ahba website directly and place them in the corresponding directory. Meanwhile, please feel free to provide more details to help debug this issue. Thank you!
import abagen files = abagen.fetch_microarray(data_dir='D:/AHBAdata/', donors='all') I also encounter this problem,when I have downloaded the data and unziped before in "D:/AHBAdata/", but when I use this code,it started downloading again. How can I solve it?
Dear Abagen Team,
Thank you for creating this wonderful resource. It must have been a huge amount of work
I'm trying to download the microarray data using files = abagen.fetch_microarray(donors='all') but it is throwing an error I haven't been able to resolve. I think the zip files might be corrupted somehow and that's why they are not fetching? The microarray file is empty so I can't try unzipping the or repairing the files manually - I think it might be the files are compromised somehow? Otherwise there maybe some sort of bug in the code.
this is what prints to screen:
Thank you for your help,
Jude