Last active
September 20, 2023 06:14
-
-
Save acthp/f9828f57eb795404eddb85006375af8d to your computer and use it in GitHub Desktop.
pancan and toil notebook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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