BioinformaticsFMRP / TCGAbiolinks

TCGAbiolinks
http://bioconductor.org/packages/devel/bioc/vignettes/TCGAbiolinks/inst/doc/index.html
284 stars 109 forks source link

Encountered an error while retrieving TCGA Simple Nucleotide Variation data using GDCprepare #609

Closed AlexanderXie98 closed 8 months ago

AlexanderXie98 commented 8 months ago

I encountered an issue when using GDCprepare fromTCGAbiolinks version 2.30.0 to retrieve Simple Nucleotide Variation data for TCGA-CESC. The error message is as follows:

dplyr::bind_rows(res, .id = .id)
Error in `dplyr::bind_rows()`: ! Can't combine `..20$Tumor_Seq_Allele2` <character> and `..21$Tumor_Seq_Allele2` <logical>.

Upon reviewing the source code, I have identified that this error is triggered by purrr::map_dfr(...)under readSimpleNucleotideVariationMaf(files). I am uncertain about how to resolve this issue and would greatly appreciate any help.

Thank you very much!

Best regards, Alexander

sigven commented 8 months ago

I have encountered the same issue with GDCprepare (v2.30.0) for the TCGA-CHOL cohort:

Can't combine..45$Tumor_Seq_Allele2<character> and..46$Tumor_Seq_Allele2<logical>

tiagochst commented 8 months ago

Thank you for the bug report.

Please, could you try updating to the latest version in github please: BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")

On Sun, Nov 5, 2023 at 8:11 AM Sigve Nakken @.***> wrote:

I have encountered the same issue with GDCprepare (v2.30.0) for the TCGA-CHOL cohort:

Can't combine ..45$Tumor_Seq_Allele2 and..46$Tumor_Seq_Allele2

— Reply to this email directly, view it on GitHub , or unsubscribe . You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
sigven commented 8 months ago

Thanks, works now:-)

Hawyoo commented 7 months ago

TCGA-BRCA works now, too :-)

elsiebrownn commented 5 months ago

Thank you for the bug report. Please, could you try updating to the latest version in github please: BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")

Hi, I'm having the same issue for BRCA and LAML - using v2.31.2