Clinical-Genomics / scout

VCF visualization interface
https://clinical-genomics.github.io/scout
BSD 3-Clause "New" or "Revised" License
152 stars 46 forks source link

Minor release 4.91 #5024

Closed northwestwitch closed 1 week ago

northwestwitch commented 2 weeks ago

[4.91]

Added

Review:

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 84.78%. Comparing base (fb8ae32) to head (8fbcbc9). Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
scout/__version__.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #5024 +/- ## ======================================= Coverage 84.78% 84.78% ======================================= Files 323 323 Lines 19432 19432 ======================================= Hits 16475 16475 Misses 2957 2957 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.


🚨 Try these New Features:

dnil commented 2 weeks ago

Great! We should get a hasta release out asap for the cat 8 issue. We may be in a decent position to get #4976 and #4985 in here as well - Ill have a look.

northwestwitch commented 1 week ago

Database update (all tables) - Hasta stage:

Stage updates

Download files for updating

scout --config /home/proj/stage/servers/config/hasta.scilifelab.se/scout-stage.yaml download everything --api-key blablabla

image

Update HPO terms

scout --config /home/proj/stage/servers/config/hasta.scilifelab.se/scout-stage.yaml update hpo --hpoterms hpo.obo --hpo-to-genes phenotype_to_genes.txt

image

Updating diseases

scout --config /home/proj/stage/servers/config/hasta.scilifelab.se/scout-stage.yaml update diseases -f .

image

Updating genes

scout --config /home/proj/stage/servers/config/hasta.scilifelab.se/scout-stage.yaml update genes -f .

image

Update the OMIM AUTO panel

scout --config /home/proj/stage/servers/config/hasta.scilifelab.se/scout-stage.yaml update omim --institute cust002 --genemap2 genemap2.txt --mim2genes mim2genes.txt

image

Update the PanelApp green genes panel

scout --config /home/proj/stage/servers/config/hasta.scilifelab.se/scout-stage.yaml update panelapp-green -i cust002 --force

image
northwestwitch commented 1 week ago

Took me forever to find a variant with conflicting classification, then I reasoned that first I'd find it in the db then I search it in scout:

For instance this query, with limit=1

{"clnsig.value":{"$in":[8]}}

Returns a variant in this case.

In fact if you filter the research variants by conflicting clinsig you get 23 hits

northwestwitch commented 1 week ago

Tested

By editing the config file of this case and reuploading it.

In the config file Ive removed the alignment of the first individual and added custom_images: {}, as instructed in the comments of the relative fix PRs.

Case loaded OK:

image

Unfortunately when I click on this buttom the IGV page crashes:

image
dnil commented 1 week ago

✅ The issue https://github.com/Clinical-Genomics/scout/issues/4789 is indeed fixed by IGV 3.0.9: Screenshot 2024-11-20 at 10 24 39

dnil commented 1 week ago

✅ Caller AF is now prioritised on a previously problematic balasamic variant, with AD values way off: Screenshot 2024-11-20 at 11 15 55

dnil commented 1 week ago

✅ Same count of ClinVar hits with latest prod version (4.90.1) compared to PR, indicating that the simplified clinvar pathogenic check is ok. Screenshot 2024-11-20 at 12 53 14 Screenshot 2024-11-20 at 11 25 18

dnil commented 1 week ago

✅ STR TRID export (before, after) Screenshot 2024-11-20 at 13 21 50

sonarcloud[bot] commented 1 week ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarQube Cloud

northwestwitch commented 1 week ago

Prod updates

Update HPO terms

scout update hpo --hpoterms hpo.obo --hpo-to-genes phenotype_to_genes.txt

image

Updating diseases

scout update diseases -f .

image

Updating genes

scout update genes -f .

image

Update the OMIM-AUTO panel

scout update omim --institute cust002 --genemap2 genemap2.txt --mim2genes mim2genes.txt

image

Update the PanelApp green genes panel

scout update panelapp-green -i cust002 --force

image
northwestwitch commented 1 week ago

Deployed on hasta prod:

image
dnil commented 1 week ago

Deployed on cg-services-prod: Screenshot 2024-11-21 at 17 23 58