-
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
Fail to write VCF file - negative coordinates #29
Comments
I got the same error messages for many files: Writing VCF file to |
Hey,
|
thank you.
Jessica ***@***.***> 於 2023年3月17日 週五 下午12:36 寫道:
… Hey,
I believe this happens when MEI is detected at 0th position of the
chromosome. We can interpret the nucleotide before the first in the
chromosome as 'N'. It resolved after I added the following code in the
make.vcf.R
get_refs = function(fa, chrom, start, end){ if (start == 0) return('N')
... }
—
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOUUAAPXBCWEZP3HXSNRKVLW4PS3DANCNFSM6AAAAAAQQ2PCM4>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Issue
For a couple of my samples I had problems while writing the MEIs to VCF, negative coordinate issue. Library kit: 'Agilent SureSelect Human All Exon V8'. Could you please help me deal with this issue?
The text was updated successfully, but these errors were encountered: