Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not load package txdbmaker #9

Open
Scoupshan opened this issue Nov 27, 2024 · 1 comment
Open

Could not load package txdbmaker #9

Scoupshan opened this issue Nov 27, 2024 · 1 comment

Comments

@Scoupshan
Copy link

Scoupshan commented Nov 27, 2024

hello everone,
I met an error below when I run this:
txdb <- makeTxDbFromGFF("C:/Users/Administrator/Documents/ref/genes_longest.gtf",

  •                     format = "gtf" )
    

load_package_gracefully("txdbmaker", "starting with BioC 3.19, ", :
Could not load package txdbmaker. Is it installed?

Note that starting with BioC 3.19, calling makeTxDbFromGFF() requires the txdbmaker package.
Please install it with:

BiocManager::install("txdbmaker")

But I have already installed all the packages.
Can anyone help ?

@hpages
Copy link
Contributor

hpages commented Nov 27, 2024

Please show us the output of:

library(txdbmaker)

sessionInfo()

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants