Skip to content

Instantly share code, notes, and snippets.

@acthp
Last active September 20, 2023 06:14
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acthp/f9828f57eb795404eddb85006375af8d to your computer and use it in GitHub Desktop.
Save acthp/f9828f57eb795404eddb85006375af8d to your computer and use it in GitHub Desktop.
pancan and toil notebook
Display the source blob
Display the rendered blob
Raw
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@vappiah
Copy link

vappiah commented May 31, 2021

I tried downloading datasets for about (50 samples each with 60499 genes) and I got this error from python

File "", line 2, in
File "", line 1, in
File "/home/vappiah/.local/lib/python3.5/site-packages/xenaPython/xenaQuery.py", line 201, in post
response = urlopen(req)
File "/opt/apps/Python/Python-3.5/lib/python3.5/urllib/request.py", line 163, in urlopen
return opener.open(url, data, timeout)
File "/opt/apps/Python/Python-3.5/lib/python3.5/urllib/request.py", line 472, in open
response = meth(req, response)
File "/opt/apps/Python/Python-3.5/lib/python3.5/urllib/request.py", line 582, in http_response
'http', request, response, code, msg, hdrs)
File "/opt/apps/Python/Python-3.5/lib/python3.5/urllib/request.py", line 510, in error
return self._call_chain(*args)
File "/opt/apps/Python/Python-3.5/lib/python3.5/urllib/request.py", line 444, in _call_chain
result = func(*args)
File "/opt/apps/Python/Python-3.5/lib/python3.5/urllib/request.py", line 590, in http_error_default
raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 504: Gateway Time-out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment