TCGAbiolinks
TCGAbiolinks copied to clipboard
[BUG] Error downloading CPTAC-3 SNV data
Hi!
I am unable to download the CPTAC-3 SNV data:
- Code
query <- GDCquery(
project = "CPTAC-3",
data.category = "Simple Nucleotide Variation",
data.type = "Masked Somatic Mutation",
access = "open",
legacy = FALSE,
)
GDCdownload(query)
- Error
Downloading data for project CPTAC-3
GDCdownload will download 1392 files. A total of 125.350549 MB
Downloading as: Mon_Jun_26_11_09_33_2023.tar.gz
|===============================================================================================| 100%
/bin/tar: This does not look like a tar archive
gzip: stdin: not in gzip format
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now
Download completed
Any idea how to solve it?
Thanks!
C
I have also checked the downloaded file, this is its content:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>504 Gateway Timeout</title>
</head><body>
<h1>Gateway Timeout</h1>
<p>The gateway did not receive a timely response
from the upstream server or application.</p>
</body></html>