nmdp-bioinformatics / phycus

Service used for curation of Haplotype Frequency
GNU Lesser General Public License v3.0
7 stars 23 forks source link

Make perl client usable #69

Closed fscheel closed 6 years ago

fscheel commented 6 years ago

With the inclusion of the Cohort API, I added a simple Cohort-client to the client. It's similar to the Population-client as it creates a nearly empty and hardcoded cohort. The HFCus-client was aapted o transmit data with cohort ID 1.

Using the current swagger-codegen, I discovered that there were some breaking changes in the generated code and adapted the client accordingly.

Additionally, I documented a possible setup on windows as it took some experimenting with the makefiles and such.

fscheel commented 6 years ago

This was not tested yet as I didn't have time to start up a local PHYCUS instance and the demo instance seems to be down and without the Cohort API endpoint.

fscheel commented 6 years ago

I successfully created a submission using a local instance with this version now, so it's ready to review.