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

get_geno() returns a mangled error #2

Closed
kbroman opened this issue May 29, 2019 · 2 comments
Closed

get_geno() returns a mangled error #2

kbroman opened this issue May 29, 2019 · 2 comments
Labels

Comments

@kbroman
Copy link
Member

kbroman commented May 29, 2019

The following should give an error but instead gives a mess with an embedded error message.

library(GNapi)
g <- get_geno("BXDPublish")
@kbroman kbroman added the bug label May 29, 2019
@kbroman
Copy link
Member Author

kbroman commented Jun 8, 2019

Problem seems to be that the API is now returning JSON.

@kbroman
Copy link
Member Author

kbroman commented Oct 25, 2022

The BXDPublish group doesn't exist, but this problem was fixed in this commit.

library(GNapi)
g <- get_geno("BXD")

@kbroman kbroman closed this as completed Oct 25, 2022
kbroman added a commit that referenced this issue Oct 25, 2022
Added ".geno" format to group name in the query.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant