-
Notifications
You must be signed in to change notification settings - Fork 9
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
Problem Annotating Manta Tandem Duplications #26
Comments
this should be easy to fix. Would checking that the ALT startswith <DUP or <DEL be sufficient? are there other types to think about? |
That works for me. I'm not sure if it could affect other types of calls. Only thing I could think about is maybe using the 4.2 VCF spec has a few examples with <DEL:x so your proposed solution would cover those as well. |
would you mind trying this and verifying that it works for your variants of interst? if so, I'll make a new release presently. (just gunzip, chmod+x and it should be good to go). |
It works! Thank you for fixing this so quickly! |
this is now out in latest release. thanks for reporting and testing. |
I believe I found a bug. When I try to annotate a vcf that contains a tandem duplication called by Manta Duphold fails to add fold changes to the call.
Here's an example:
If I change ALT to
<DUP>
Duphold has no issue annotatingcommand using version 0.1.4:
duphold -v test.vcf --drop --threads 1 --output test.duphold.vcf --fasta $REFERENCE --bam crams/sample.1.cram
The text was updated successfully, but these errors were encountered: