We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following should give an error but instead gives a mess with an embedded error message.
library(GNapi) g <- get_geno("BXDPublish")
The text was updated successfully, but these errors were encountered:
Problem seems to be that the API is now returning JSON.
Sorry, something went wrong.
The BXDPublish group doesn't exist, but this problem was fixed in this commit.
BXDPublish
library(GNapi) g <- get_geno("BXD")
Merge pull request #2 from GregFa/main
49732cb
Added ".geno" format to group name in the query.
No branches or pull requests
The following should give an error but instead gives a mess with an embedded error message.
The text was updated successfully, but these errors were encountered: