griffithlab / civic-v2

CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer
https://civicdb.org
MIT License
19 stars 5 forks source link

Support case insensitive gene symbols for entrez links #994

Closed acoffman closed 7 months ago

acoffman commented 7 months ago

Allow the FrontendRouter to pass along a lambda that will be used to transform the incoming identifier. Default to no-op if not provided.

Always upcase incoming gene symbols.

closes #993