ga4gh / g2p-team

GitHub Repo for the Genotype to Phenotype Task Team
Apache License 2.0
3 stars 0 forks source link

Create implementation plan for schema suggestions #16

Open bwalsh opened 8 years ago

bwalsh commented 8 years ago

Task 1:

    Supporting query by id string only:
    curl 'http://193.62.52.232:8082/ga4gh/genotypephenotype/search' -H 'Content- type:application/json' \-H 'Accept:application/json' -X POST -d '{ "feature":[], "phenotype": ["http://www.ebi.ac.uk/efo/EFO_0000398"], "evidence" : [], "pageSize": 10 }'
    curl 'http://193.62.52.232:8082/ga4gh/genotypephenotype/search' -H 'Content- type:application/json' \-H 'Accept:application/json' -X POST -d '{ "feature":["rs6920220", "rs886774"], "phenotype": [], "evidence" : [], "pageSize": 10 }'
    curl 'http://193.62.52.232:8082/ga4gh/genotypephenotype/search' -H 'Content- type:application/json' \-H 'Accept:application/json' -X POST -d '{ "feature": ["ENSG00000115286"], "phenotype": [], "evidence" : [], "pageSize": 10 }'
    curl 'http://193.62.52.232:8082/ga4gh/genotypephenotype/search' -H 'Content- type:application/json' \-H 'Accept:application/json' -X POST -d '{ "feature":[], "phenotype": [], "evidence" : ["PMID:19684604", "PMID:19915572"], "pageSize": 10 }'
bwalsh commented 8 years ago

Task 3 has been accomplished. See https://github.com/ga4gh/server/commit/604d8d182d41026269cf369c062543864d48730d