-
Notifications
You must be signed in to change notification settings - Fork 28
Missing key SEQ for <INS> #65
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
Comments
Bump. I'm wondering if setting Is there also some way to genotype BND elements? thanks! |
what is a homeseq in your info |
vim paragraph/lib/python3/grm/vcfgraph/vcfgraph.py edit this block to your insert SEQ is ok
|
When the full insertion sequence cannot be assembled, Manta will report the sequence near breakpoints instead. Paragraph only uses sequences around breakpoints for genotyping, so @brentp solution should work. |
Nice hack! will throw an error though, as |
Indeed. I am accumulating all the changes here: master...brentp:bp-dev |
Hi, I am trying to use paragraph to genotype manta calls. I get this error:
and that variant is indeed:
so it has left and right, but not
SEQ
. Is there something I can do to have paragraph genotype these? For example settingSEQ = LEFT_SEQ + N*100 + RIGHT_SEQ
?The text was updated successfully, but these errors were encountered: