You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gggenomes used to work for me, but now I get the following error. I've tried to re-install this using this dev package, but to no avail:
devtools::install_github("thackl/gggenomes@fix-156",force =TRUE)
file_id: 1_gggenomes_region [/Users/cmsia/Documents/gggenomes/gggenomes_region.gbk]
writing directives
writing features
Harmonizing attribute names
• ID -> feat_id
• Parent -> parent_ids
• Name -> name
Error in map2():
ℹ In index: 1.
ℹ With name: 1_gggenomes_region.
Caused by error in loadNamespace():
! there is no package called ‘IRanges’
Run rlang::last_trace() to see where the error occurred.
I hope you can help! Thanks!
The text was updated successfully, but these errors were encountered:
somehow one of the dependencies (IRanges) was not installed. I will look into why not. Easiest fix for you is to try and install it manually. That should fix it. You can find instructions here:
Hi,
gggenomes used to work for me, but now I get the following error. I've tried to re-install this using this dev package, but to no avail:
devtools::install_github("thackl/gggenomes@fix-156",force =TRUE)
g0 <- gggenomes::read_feats(list.files(path = "~/Documents/gggenomes/",pattern="*.gbk",full.names = TRUE))
Reading 'gbk' with
read_gbk()
:writing directives
writing features
Harmonizing attribute names
• ID -> feat_id
• Parent -> parent_ids
• Name -> name
Error in
map2()
:ℹ In index: 1.
ℹ With name: 1_gggenomes_region.
Caused by error in
loadNamespace()
:! there is no package called ‘IRanges’
Run
rlang::last_trace()
to see where the error occurred.I hope you can help! Thanks!
The text was updated successfully, but these errors were encountered: