How to retrieve a list of available species? |
|
List of publicly available species
Users that are not logged in can obtain a list of all publicly available species using the following command:
https://easygwas.ethz.ch/rest/species/public/list/
or using
curl (or any other tool):
curl https://easygwas.ethz.ch/rest/species/public/list/
List of private species
Users also can
login to easyGWAS or use their login credentials to retrieve their private data using the following URL:
https://easygwas.ethz.ch/rest/species/private/list/
or using
curl (or any other tool):
curl https://easygwas.ethz.ch/rest/species/private/list/ -u easygwas_username