-
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
"Patched 0 SNPs total" #19
Comments
It could be just error in the log. Could you open the vci file in text editor and look into it please? |
Hi, The full log for vcf2vci [g2gtools] VCF file: /Extension_HDD1/strain_variants/mgp.v6.merged.norm.snp.indels.sfiltered.vcf.gz The vci seems fine to me and has 426398 (fewer than expected?) |
You seem to have different chr names in your contigs and in coordinates (chr1 vs 1). Have you checked wether chr names of the contigs in your VCF are different format from the coordinate lines in the vcf? This helped me. |
Hi,
I use the strain variant data from mouse genome project and follow the document to patch and transform the reference mm10 genome to get CAST_EiJ genome. The log did not report any error but I could not get SNPs or indels at the end. Here is my commands
Log
[g2gtools] Processing chr4...
[g2gtools] Processing chr7...
[g2gtools] Processing chr14...
[g2gtools] Processing chr10...
[g2gtools] Processing chr1...
[g2gtools] Processing chrX...
[g2gtools] Patched 0 SNPs total
[g2gtools] Patch complete: 00:01:26.50
The vcf file should be no problem since I used it to patch individual regions using bcftools before.
I really appreciate your help.
The text was updated successfully, but these errors were encountered: