-
Notifications
You must be signed in to change notification settings - Fork 738
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
Obtaining realigned BAM from DeepVariant #939
Comments
It seems like there are regular 1000bp windows here but also some that are not. If it helps, these are the folders around the region I'm looking at:
However, this does not seem to always be the case, see another random region:
|
HI @DevangThakkar,
|
Hi there,
I've been using DeepVariant to call indels in our data and I've found that (as expected, perhaps) the performance is better if we use realignment in DeepVariant (the default). However, I've been looking at the realigned reads (using
emit_realigned_reads=True
) and I have a couple of questions.First, there are regions that have overlapping windows and thus overlapping BAMs. See for example positions around an indel at chr21:34792351
chr21:34792351-34793350/
chr21:34792035-34792710/
Is this behavior expected?
Is there a way to obtain the entire realigned BAM instead of just the individual segments? I could go ahead and merge these together with some deduplication and try to substitute these back into the original BAM but these reads don't have the tags that the input file does so that would be very messy. It would be really helpful to have the entire realigned BAM somehow.
Thank you!
The text was updated successfully, but these errors were encountered: