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

API method to ask for genotype download links for user-ID(s) #460

Open
gedankenstuecke opened this issue Dec 20, 2017 · 3 comments
Open

Comments

@gedankenstuecke
Copy link
Member

This was discovered when I wanted to download the genotyping files of all ppl that have entered the peanut butter preference (c.f. https://twitter.com/gedankenstuecke/status/943205612837486592).

You can easily get all users that have a given phenotype and their variations through the API. Biut right now there's no easy API method for asking for genotyping download URLs for a set of users/single user.

While for i in $(cat phenotype.results.txt); do curl opensnp.org/user/$i |grep|…;done can approximate that, it's not really elegant. Having a respective method added to the API might be the better way.😂

@CholoTook
Copy link

Came here looking for the same. I'd like a list of all 23andMe URLs (I know I can grab them all).

Cheers,

@gedankenstuecke
Copy link
Member Author

Unfortunately we're all pretty busy and are unlikely to get around to implementing it any time soon. @CholoTook If you're interested in adding those API endpoints that could be a great contribution ;-)

@CholoTook
Copy link

CholoTook commented Oct 29, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants