genomic-medicine-sweden / docker-sc2reporter

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

Nextrain page report #28

Closed elevu closed 2 years ago

moedarrah commented 2 years ago

Screen Shot 2022-09-02 at 10 09 54

Fattigman commented 2 years ago

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

moedarrah commented 2 years ago

https://34.125.180.44/docs#/Samples/get_samples_with_nextclade_samples_nextclade__get

elevu commented 2 years ago

done

Fattigman commented 1 year ago

Issue reopened to add plot of nextclade spread. 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 }] }