-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.NullPointerException during Bubble Processing #23
Comments
Hi, Could you please explain what you have changed in the preprocessing scripts? My guess you changed the loci information for extracting HLA alleles from hg19? If you can share what you exactly changed, that will be helpful. Also, could you please share the bam file aligned to the kourami panel? Thank you! |
You guessed correctly, I changed the loci information to extract reads from hg19. In addition, our testing showed better performances when we added back the unmapped reads to the extracted reads. The resulting code is the following (for the extraction part of the preprocessing)
The rest of the script is the same. Unfortunately, I am not sure I will be able to send you the file. I am waiting for approval and I'll get back to you when I know more. To try and see where the NullPointerException was coming from I made a little experiment. Lastly, the end of the .log file looks like that:
I'm sorry I can't give you the bam file to reproduce this yet. Please let me know if you have any ideas or things you would like me to test. |
Thank you for providing me with much details. I am guessing you updated those coordinates from hg19 annotation for HLA genes for the extraction part. Including unmapped reads can certainly improve the results especially when the initial mapping is done on hg19, however, sometimes spurious mappings can creep in which can lead to mistyping. I have a few questions:
I understand that you can't send me the extracted bam. In the meantime, I will think of what test you can run on your end to get this problem sorted out. I shall be in touch soon. Thank you. |
|
Hi, I would like to follow up on this issue and would it be possible for you to drop me an email to arrange a secure data transfer? Thanks. |
Hi, Please do let me know if this was resolved and there is a consensus on what reads should it extract. Thanks. |
Hi, I am having the same issue as the original poster. Any updates on how to resolve this? I am working with whole exome sequencing. Could the issue be due to possibly low coverage at DQB1? Issue:----------------REF GRAPH CONSTRUCTION-------------- **The tail end of my log file **DQA1[k] = 4757 <----------------------------------> Printing 1 fractured super bubbles.
FractureEndIndex:[ 0 ]
AllelePair [0:0] {PAIRSCORE:-65.01606974352967 E_SUM:63724.0 MAXFLOW:59.0}
DQB1[k] = 2113 Kind regards, Nicola |
I got the same error, when running Kourami on extracted WES data from the 1000 genomes samples NA19346 and NA19471. These were the only two giving this error out of the 829 samples I ran the workflow for. The errors were not caused by using hg19 reference - I was using GRCh38. |
Can Kourami work on hg19 ref samples? |
Hi,
I'm was running Kourami on a dozens of samples and for a few of them, I get this java error:
In this case it happened during the Bubble Processing of DQB1 but it sometimes happens for other genes.
I should specify that I changed slightly the preprocessing scripts to work on the hg19 reference and include unmapped reads.
Any idea of what might cause that?
Thank you for your help and amazing work on Kourami!
The text was updated successfully, but these errors were encountered: