Bioconductor / GenomicDataCommons

Provide R access to the NCI Genomic Data Commons portal.
http://bioconductor.github.io/GenomicDataCommons/
83 stars 23 forks source link

token is not required for gdcdata call in vignette 2.4 #39

Closed vjcitn closed 7 years ago

vjcitn commented 7 years ago

since the example is open-access data, you do not need to set token=gdc_token() in

fnames = bplapply(ge_manifest$id,gdcdata,
                  token=gdc_token(),destination_dir=destdir,
                  BPPARAM = MulticoreParam(progressbar=TRUE))

attempting to do so for a token-deprived person like myself leads to an error.

seandavi commented 7 years ago

Thx, @vjcitn.