outbreak-info / outbreak.info

During outbreaks of emerging diseases such as COVID-19, efficiently collecting, sharing, and integrating data is critical to scientific research. outbreak.info is a resource to aggregate all this information into a single location.
https://outbreak.info/
GNU General Public License v3.0
33 stars 13 forks source link

Change gene filtration on Compare Lineages Component to rely on API calls #629

Closed flaneuse closed 1 year ago

flaneuse commented 1 year ago

Currently, the Compare Lineages Component fetches all mutations for all genes, and then filters them to the selected gene(s).

With the addition of the gene parameter to the backend, this filtration can happen on the backend: #59