import(Biobase) # only for the 'biocReposList' function
import(Biostrings)

exportClasses(
    "BSgenome"
)

exportMethods(
    ## Generics defined elsewhere
    initialize, names, show, length, "[[", "$",
    ## New generics
    seqnames, mseqnames, unload
)

export(
    available.genomes, getSeq, buildDataFiles
)
