-
Notifications
You must be signed in to change notification settings - Fork 46
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
Create new json endpoint #513
Comments
That sounds good and shouldn't be too hard to implement - something living at https://opensnp.org/genotypes.json and just printing all genotypes with date uploaded, associated user ID, genotype ID, and URL link! |
If it has to happen now, the users JSON already includes all genotypings too: http://opensnp.org/users.json |
We already have this at the
What @arvkevi and I had discussed was an endpoint that lives at This would also play nicely with the Open Humans integration we already have in place, as we upload a custom JSON to Open Humans that contains a link to the openSNP user-profile. So it would be easy for someone to grab the JSON for that user instead of having to parse our profile HTML. |
I should probably give some more context: @arvkevi and I discussed this earlier today (yesterday for @philippbayer 😂) as he's building So far he can support VCF files from other Open Humans projects as he can get the download-URLs easily from Open Humans. But the openSNP integration is special as we don't deposit any actual data into a person's Open Humans account, but rather just a file that links to the openSNP user account. |
Well summarized, thanks for considering the request 😄 |
A list of URLs for user's genotype files would be helpful for Open Humans integration.
The text was updated successfully, but these errors were encountered: