-
Notifications
You must be signed in to change notification settings - Fork 15
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
error:Can't find snv in ss!i #9
Comments
To find the error snv, I made a smaller input.vcf (3301 snvs) and run "strace ./giremi", error occures again:
) = 29 So, I thought snv chr1:235473079 maybe the troublemaker, then I only extracted 1500 snvs (contain snv chr1:235473079 and snvs surrounding it) from the 3301 list, it runs well:
And I also got the .res file. It seems giremi can find this snv in .bam. |
Hi Li, Based on my experience, the error is caused by the bam file in which some Best, 2016-03-20 20:03 GMT-07:00 Angelven notifications@github.com:
|
Hi Qing, You get the right point. I split my input.vcf into 24 chromosomes, and each of them runs well. Because giremi will calculate MI first from the total set of snvs and it is improper to split my input, so I will re-filter my input.bam file. Thank you. Best, |
Hi Qing.
I made a input.vcf containing about 660000 SNVs and about 15% were in dbSNP.
I got an error while running giremi:
Does it mean snv was not found in .bam file?
Also, I made a small input.vcf from the large vcf, it contains about 20000 SNVs. GIREMI seems to run well.
Best.
Li
The text was updated successfully, but these errors were encountered: