Closed northwestwitch closed 4 days ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 84.78%. Comparing base (
8a9d03a
) to head (9e6516e
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
Tested by re-loading the case that triggered the warning
I just have to figure out why the info is not displayed on the variant page now.. 🤔
Ah I'm an idiot, I wasn't thinking that in order to see a change in the web page I have to deploy it also on cg-vm1. Here it is:
This is the variant in question ---> https://scout-stage.scilifelab.se/cust000/SWEDAC-2019-HG-05-Trio-NovaSeq/39e574903c122fcd127000368be42330
Looks good to me!
What does this mean for previous cases? We have represented all "low_penetrance" as "other"? They would still have been loaded, due to the keyword "pathogenic" in the string, right? And is this new from this year, or have we had it longer?
Ah, no, its rather that the "low penetrance" was just not represented at all, only with the main term, ie "Pathogenic" for a "Pathogenic, low penetrance"?
Ah, no, its rather that the "low penetrance" was just not represented at all, only with the main term, ie "Pathogenic" for a "Pathogenic, low penetrance"?
Precisely. When you had "Pathogenic, low penetrance", then the parsing of the second part after the comma failed, generating the warning when the variants were loaded. Only "Pathogenic" was saved under clnsig of the variant, which is correct but also incomplete info I think.
If you check the ClinVar pages, pathogenic LP and likely pathogenic LP are categories apart:
So it would make sense to assign a specific category to these 2 as well. The biggest problem is that there is no corresponding int to these categories, like you have for pathogenic (5) or likely pathogenic (4). Of course you could create one but it would be arbitrary and disconnected from ClinVar, where the ints were originally taken from.
I feel this way is safe because we are not altering what is saved into the database for the variant (4 and 5), but we just add more info.
I could make this PR a patch perhaps, so we deploy it with the rest?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
This PR adds a functionality or fixes a bug.
Testing on cg-vm1 server (Clinical Genomics Stockholm)
**Prepare for testing** 1. Make sure the PR is pushed and available on [Docker Hub](https://hub.docker.com/repository/docker/clinicalgenomics/scout-server-stage) 1. Fist book your testing time using the Pax software available at [https://pax.scilifelab.se/](https://pax.scilifelab.se). The resource you are going to call dibs on is `scout-stage` and the server is `cg-vm1`. 1. `sshTesting on hasta server (Clinical Genomics Stockholm)
**Prepare for testing** 1. `sshHow to test:
Expected outcome: The functionality should be working Take a screenshot and attach or copy/paste the output.
Review: