civic-v2
civic-v2 copied to clipboard
CIViC is an open access, open source, community-driven web resource for Clinical Interpretation of Variants in Cancer
Right now we have two types of enums: * implicit enums (status columns) where its a string with a constrained number of allowable values * explicit enums in rails that...
The comments on this [EID](https://civicdb.org/evidence/8177/summary) appear blank. When looking in the Event feed I can see that two comments have been submitted and when I mouse-over the tags it displays...
It looks like at some point the icons for oncogenic Clinical Significance were mis-specified in the `significance-select` field and maybe the attribute tag. Oncogenic Clinical Significance has its own icon...
Generate a report of variants where coordinates have been proposed but not reviewed. Dry-run the allele registry script to see if they would match an existing id and note that...
Add tooltips for Assertion Regulatory Approval, FDA companion test, and NCCN Guideline attributes.
Entrez sometimes moves genes to a different/new entrez ID: E.g. SMIM44 (entrez ID 122152363) has been replaced with entrez ID 122405565. We currently have both in the database but they...
* On therapy pages, filtering by therapy name in the evidence grid is broken * Add alias filter/display to therapy and disease browse tables
- Remove . between e and number in exon-specific fusion variant names. In order for this to take effect for existing fusions, we'll need to run something like `Variants::FusionVariant.all.map{|v| v.name...