TCGAbiolinks icon indicating copy to clipboard operation
TCGAbiolinks copied to clipboard

STAR Counts error

Open Sandyyy123 opened this issue 4 years ago • 1 comments

Hi, I ran this command 2 weeks ago, it ran perfectly.

query = GDCquery(project = 'TCGA-LUAD', data.category = 'Transcriptome Profiling', data.type = 'Gene Expression Quantification', experimental.strategy = 'RNA-Seq', workflow.type = 'HTSeq - FPKM-UQ')

GDCquery(project = "TCGA-LUAD", data.category = "Transcriptome Profiling", : Please set a valid workflow.type argument from the list below: => STAR - Counts

Even, after changing the workflow.type to 'STAR - Counts', I land up with errors in subsequent steps when preparing the dataset using GDCprepare

I updated TCGA biolinks and the compatiable TCGAbiolinksGUI.data packages (=>1.15 version), but the problem did not resolve.

install.packages("https://bioconductor.org/packages/devel/data/experiment/src/contrib/TCGAbiolinksGUI.data_1.15.1.tar.gz",repos=NULL, type="source", build=FALSE)

BiocManager::install("BioinformaticsFMRP/TCGAbiolinks")

Sandyyy123 avatar Apr 10 '22 21:04 Sandyyy123

Check https://github.com/BioinformaticsFMRP/TCGAbiolinks/issues/493 may help.

ShixiangWang avatar Apr 11 '22 07:04 ShixiangWang