-
Notifications
You must be signed in to change notification settings - Fork 65
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
gbff files cannot be imported #118
Comments
I cannot recreate your error on my system (see below). Can you install the latest version of gggenomes? And what OS are you on? Could you send me the output of your sessionInfo()?
|
I installed v. 0.9.5.9000. the sessionInfo(): R version 4.1.2 (2021-11-01) Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): |
I also get 10 warning messages when loading "gggenomes": Warning messages: |
The problem is running R on Windows. I tried to run R on Linux using the docker container and the function read_gbk() worked well. |
Thanks for the info. I haven't enough time to take the package out on Windows... |
ecoli_genes <- read_feats("GCA_009738455.1_ASM973845v1_genomic.gbff")
ecoli_genes <- read_gbk("GCA_009738455.1_ASM973845v1_genomic.gbff")
The above functions are not working. Return the following error:
Harmonizing attribute names
Error in
left_join()
:! Can't join on
x$feat_id
xy$feat_id
because of incompatible types.i
x$feat_id
is of type logical.i
y$feat_id
is of type character.The text was updated successfully, but these errors were encountered: