Entering edit mode
                    Bob
        
    
        •
    
    0
        @bob-24186
        Last seen 4.9 years ago
        
    Enter the body of text here
Code should be placed in three backticks as shown below
library(ShortRead)
include your problematic code here with any corresponding output
please also include the results of running the following in an R session
sessionInfo( )
Loading required package: Rsamtools
Loading required package: GenomeInfoDb
Error: package or namespace load failed for ‘GenomeInfoDb’ in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]):
 there is no package called ‘GenomeInfoDbData’
Error: package ‘GenomeInfoDb’ could not be loaded

Hi. Yes I am using the current version of Bioconductor. Also "GenomeInfoData" and "GenomeInfoDb" were loaded.
Can you help then to debug the problem that you report
? What is the output of
BiocManager::install("GenomeInfoDbData")? I haveI was successfully reloaded the "GenomeInfoDbData" but still I'm seeing the same message for "ShortRead"
Please copy and paste the command the you execute, and the error that you see. Be sure to do these commands in a new R session, with no other R sessions open.
I tried your feedback before. But this time, in the R console itself.
And then I tried to install ShortRead, but still I'm seeing this type of message:
So this is now a different set of errors. Look at the first error
and see why that failed, perhaps trying