Bioconductor / ExperimentHub

Client to access ExperimentHub resources
https://bioconductor.org/packages/ExperimentHub
9 stars 13 forks source link

Defer internet access to accessor functions created by createHubAccessors() #39

Closed hpages closed 7 months ago

hpages commented 7 months ago

No more call to .get_ExperimentHub() in createHubAccessors() itself, only in the accessor functions that it creates.

hpages commented 7 months ago

Oops... doesn't work as intended. Let me fix this

hpages commented 7 months ago

Should work as expected now