-
Notifications
You must be signed in to change notification settings - Fork 22
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
TimeoutError with cellxgene_census.get_anndata() #1253
Comments
Thanks for reporting the issue. Can you show the full traceback along with the error? I'd like to see where the timeout is occurring. |
@ivirshup Thanks for the reply! Let me paste the trace when I am back from holidays, not long though |
@ivirshup I am back, here is the trace:
|
@ivirshup Hi! Any comments on this? Thanks! |
Does the issue persist if you use a different network? E.g. trying this from home instead of an institute? I've seen this error before when I had a misconfigured proxy, and another user saw something similar with the proxy on their compute cluster: |
@ivirshup Arg, I think I know what it might be, the VPN from the university. I will try to test it without it turned on (I forgot i had it on) |
@ivirshup Nevermind, the university VPN is off and still the same error. Might try in a different network later on |
Hi!
Recently I am experiencing issues trying to simply download the data . I would like to use the main "organ" or "tissue_general" as I have seen it labelled in the website as my query filter.
Before I saw the option of the "tissue_general", I was using the "tissue" kwarg to download the tissue samples such as "alveolus of lung" or "bronchopulmonary lymph node" separately. However that seemed inefficient and I decided to try to make this other option work.
I could be using it wrong, however I was able to download the "lung" dataset. Is perhaps only the lung dataset ready and not the other ones? Or wrong census?
#Option 1: Using cellxgene_census
#Option 2: Using gget that calls the cellxgene census in the background
I get Timeout error with all the options except lung for now
Cellxgene versions in python 3.10:
Thank you in advance for the help! :)
The text was updated successfully, but these errors were encountered: