Note: issue #9 was also closed in this PR. Tests where created to assure all the fields that were being searched for where present.
1) Implemented "GET" variant by id method, with tests which check for all the info fields to be present. Closes issue #10
2) Implemented search by method for variantSets which are available in the brca-project. Tests check for metadata fields to be present, next page token, and proper response formulation at the backend. Also complimented with function that creates metadata fields to insert in response. Closes issue #11
3) Implemented "GET" variantSet by id, using genomic coordinate and the 'brca' project name id. Test checked for all the fields to be satisfied in the response. closes issue #12
Note: issue #9 was also closed in this PR. Tests where created to assure all the fields that were being searched for where present.
1) Implemented "GET" variant by id method, with tests which check for all the info fields to be present. Closes issue #10 2) Implemented search by method for variantSets which are available in the brca-project. Tests check for metadata fields to be present, next page token, and proper response formulation at the backend. Also complimented with function that creates metadata fields to insert in response. Closes issue #11
3) Implemented "GET" variantSet by id, using genomic coordinate and the 'brca' project name id. Test checked for all the fields to be satisfied in the response. closes issue #12