rGREAT icon indicating copy to clipboard operation
rGREAT copied to clipboard

Cannot download enrichment tables with associated genes with version 3

Open coolleen516 opened this issue 2 years ago • 1 comments

Hi,

I keep getting this error when I try to fetch tables using the download_by = 'tsv' argument after submitting a job using version 3. This is what I put in:

a <- submitGreatJob(gr,
                    species = "mm10", 
                    rule = "oneClosest", 
                    version = '3', 
                    request_interval = 60)
gset <- getEnrichmentTables(a, ontology = "MSigDB Pathway", download_by = 'tsv')

And this is what I get:

Error in scan(file = file, what = what, sep = sep, quote = quote, dec = dec, : line 5 did not have 24 elements Error in download_enrichment_table(job, ONTOLOGY_KEYS[onto], request_interval = request_interval, : downloading enrichment table failed.

This is not a problem when I use the newest version. Can you help? Thanks!

coolleen516 avatar Oct 31 '22 16:10 coolleen516

it was because there is a "#" in the text. Now it is fixed. Please update from GitHub.

jokergoo avatar Nov 24 '22 12:11 jokergoo