genomic-medicine-sweden / docker-sc2reporter

Dockerized version of the sc2reporter program.
GNU General Public License v2.0
0 stars 1 forks source link

Pangolin report graph #27

Closed elevu closed 1 year ago

moedarrah commented 2 years ago

Screen Shot 2022-09-02 at 10 09 27

Fattigman commented 2 years ago

I added a /samples/pangolin/ endpoint which will fetch all samples with the queried pangolin type.

Fattigman commented 2 years ago

Corrected: /samples/pango/ is the endpoint

moedarrah commented 2 years ago

https://34.125.180.44/docs#/Samples/get_samples_with_pangotype_samples_pango__get

Fattigman commented 2 years ago

Issue is blocked. Back-end need to provide the data to be plotted. My plan is for the endpoint to return: { samples : [sample1, sample2,....], plotData : [ {x1:xval, y1:yval} ,{x2:xval, y2:yval }] }

moedarrah commented 1 year ago

Done!