I used saveAssembledMoleculesInfoFromUCSC() in the GenomeInfoDb/inst/extdata/assembled_molecules_info/UCSC/ folder to enable "offline mode" for canFam6.
I also tested getChromInfoFromUCSC("canFam6", assembled.molecules.only=TRUE) and it worked, retrieving the information relatively faster because it was pulled from canFam6.tab file created by saveAssembledMoleculesInfoFromUCSC()
I used
saveAssembledMoleculesInfoFromUCSC()
in theGenomeInfoDb/inst/extdata/assembled_molecules_info/UCSC/
folder to enable "offline mode" forcanFam6
.I also tested
getChromInfoFromUCSC("canFam6", assembled.molecules.only=TRUE)
and it worked, retrieving the information relatively faster because it was pulled fromcanFam6.tab
file created bysaveAssembledMoleculesInfoFromUCSC()