-
Notifications
You must be signed in to change notification settings - Fork 112
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
Error in if (ret == 1) break : argument is of length zero while downloading SNV data #512
Comments
I have the same issue! |
@Mo7tafa This is a controlled data. You need to provide |
I`ve checked my data there is no control! I also used 'access = "Open"' argument in GDCquery to make sure it's not involving controlled data ! |
Please could you post the query function?
…On Thu, May 25, 2023, 12:11 PM Mostafa ***@***.***> wrote:
@Mo7tafa <https://github.com/Mo7tafa> This is a controlled data. You need
to provide token.file parameter to GDCdownload. Or export the Manifest
and use GDC token to download controlled data.
I`ve checked my data there is no control! I also used 'access = "Open"'
argument in GDCquery to make sure it's not involving controlled data !
—
Reply to this email directly, view it on GitHub
<#512 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABDQ6PQYOADNX2F6V3IBZDXH6ACZANCNFSM5U4NWVAQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
@tiagochst library("TCGAbiolinks") NewData <- GDCquery(project = "TCGA-UVM",data.category = "Transcriptome Profiling", GDCdownload(NewData, method = "api") |
I also tried GDCdownload(query = NewData, method = "api", files.per.chunk = 1) but still the same problem : |
@Mo7tafa which TCGAbiolinks version ? Your code is working for me, but I am using Mac/Linux. |
@tiagochst Actually I have updated the package yesterday so I am sure it is the last version! The strange part is when I tested the code on other computer(still windows, same R version, Same internet connection) it worked well but it is still not running for me! I don't know where the problem is. |
I have a similar issue. Even using the example provided in the documentation for the function GDCdownload gives this error:
Output:
I also get this error when trying to download open access gene expresison quantification data from another cohort. I have tried both the github development version and the current release on bioconductor (v2.28.2). |
@jowkar If you set |
No, I get the same error. I've tried various values for this parameter, including 5 and 100 as well, besides also the default value. This is the output for files.per.chunk = 2:
|
I have come to realize this error depends on 3 situations :
|
With the latest development version from GitHub, the TCGA-ACC query for CNV data works for me now. However, the actual query I wanted to run is the following, and it still has this issue on a laptop with high-speed internet connection over ethernet (ca 280 Mbps download speed) and 400GB free space. On the other hand, I also tried installing this same version of TCGAbiolinks on a separate server, where the query successfully downloaded the data (attempts with a previous version of the package did not work on this server, however). So while I managed to get the data on that other system, I still think there is some bug here. Note that I both provide the parameter access = "open" and set files.per.chunk = 473, which is the total size of the cohort, and which results in only one chunk being downloaded (only 2GB) but which still fails.
|
Iam Also having same issues with MMRF-COMMPASS Data.
The error is appearing , when the 3rd iteration of download starts
any pointer to resolve the error ? |
I am trying to download SNV data of TCGA-HNSC from last two months. But, I am not able to do so, and every time I used to get the same error as appended below:
gzip: stdin: not in gzip format
/bin/tar: Child returned status 1
/bin/tar: Error is not recoverable: exiting now
Download completed
At least one of the chunks download was not correct. We will retry
Downloading chunk 1 of 3 (1970 files, size = 1.002520368 GB) as Mon_May__2_21_37_55_2022_0.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
Error in if (ret == 1) break : argument is of length zero
The text was updated successfully, but these errors were encountered: