Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

NPE when annotating Delly2 files #88

Closed
holtgrewe opened this issue Dec 30, 2022 · 1 comment · Fixed by #89
Closed

NPE when annotating Delly2 files #88

holtgrewe opened this issue Dec 30, 2022 · 1 comment · Fixed by #89
Labels
bug Something isn't working

Comments

@holtgrewe
Copy link
Contributor

Exception in thread "main" java.lang.NullPointerException
        at com.github.bihealth.varfish_annotator.annotate_svs.AnnotateSvsVcf.mergeChromRecords(AnnotateSvsVcf.java:348)
        at com.github.bihealth.varfish_annotator.annotate_svs.AnnotateSvsVcf.mergeSortedGts(AnnotateSvsVcf.java:278)
        at com.github.bihealth.varfish_annotator.annotate_svs.AnnotateSvsVcf.run(AnnotateSvsVcf.java:210)
        at com.github.bihealth.varfish_annotator.VarfishAnnotatorCli.main(VarfishAnnotatorCli.java:72)
@holtgrewe holtgrewe added the bug Something isn't working label Dec 30, 2022
@holtgrewe
Copy link
Contributor Author

holtgrewe commented Dec 30, 2022

Root Cause Analysis
Delly2 writes out the INFO/SVMETHOD tag whose value is EMBL.DELLY while we use DELLY2_SV internally to differentiate from Delly2 CNV.

holtgrewe added a commit that referenced this issue Dec 30, 2022
Closes: #88
Related-Issue: #88
Projected-Results-Impact: none
holtgrewe added a commit that referenced this issue Dec 30, 2022
Closes: #88
Related-Issue: #88
Projected-Results-Impact: none
holtgrewe added a commit that referenced this issue Dec 30, 2022
Closes: #88
Related-Issue: #88
Projected-Results-Impact: none
holtgrewe added a commit that referenced this issue Dec 30, 2022
Closes: #88
Related-Issue: #88
Projected-Results-Impact: none
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant