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

Error in getREF #61

Open
u-n-i-v-e-r-z opened this issue May 23, 2021 · 1 comment
Open

Error in getREF #61

u-n-i-v-e-r-z opened this issue May 23, 2021 · 1 comment

Comments

@u-n-i-v-e-r-z
Copy link

Hi there,

There has been changes in BSgenome library.
getREF function no longer works even if genomes are indeed available.

The issue comes from this line :

BSgenome::installed.genomes(splitNameParts=TRUE)$provider_version

That should now be :

BSgenome::installed.genomes(splitNameParts=TRUE)$genome

Best

@RobTesf
Copy link

RobTesf commented Jun 2, 2023

I keep getting the same error with the latest version. It would be nice to have this line fixed with the suggestion.
line 93 of helper_functions.R

        GENOMES <- BSgenome::installed.genomes(
            splitNameParts=TRUE)$provider_version

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