-
Notifications
You must be signed in to change notification settings - Fork 10
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
Missing or interrupted b-allele tracks for Gens #2027
Comments
Hmm the generate_gens_data.pl spews out a ton of warnings, without failing. Will have to look into what's actually happening. I think we run the standard script from Lund, maybe @raysloks can confirm? Do you have a case that actually succeeded? |
Excellent. Most actually do work; either simply click a couple from scout or I can help with that a little later! |
Eg But I will say the likelihood of coming across a partly broken one seems rather high. |
Sort of, that script is the same as the one they're using in Lund. However, it invokes Edit: Format/Sample-subfields, not Info-subfields |
I've looked at a couple of error logs from
This one results in an extremely tiny file:
|
Are you looking into this error @raysloks? Otherwise I'll have a look at solving the issue with the perl script |
Yes, I started looking into it more closely yesterday. One of them was present in the original script from Lund (it can't handle '.' as a value in the GT-subfield). The other was introduced when I made it able to handle arbitrarily ordered Format/Sample-subfields. They were looping past the end of the However, I don't know if fixing those two issues will fix the output. |
Good, it's a start. You will most likely also need to fix the sort order issue tabix runs into at https://github.com/Clinical-Genomics/gens/blob/ef1c512d9246c7ee9022845d9e2db611cf1c96db/utils/generate_gens_data.pl#L46
|
Hopefully solved with #2039 |
Describe the bug
Occasionally B-allele plots in Gens are missing data, from part of chromosomes or several chromosomes.
It could be an issue with the internal processing in gens, but as this is running stably at another site, an interaction issue with the pipeline seems likely. Maybe some job crash reports are not going through? Perhaps something is a little different with the certain DeepVariant calls than with the GATK ones?
Screenshots
If applicable, add screenshots to help explain your problem.
Software version (please complete the following information):
Additional context
See eg cases
fastemu
,ingrouse
,finerlemur
,rightbee
,alerthermit
(missing all) or e.g.neatsheep
track stops mid chr...The text was updated successfully, but these errors were encountered: