-
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 -> an old .tbi index file seems to be culprit. #24
Comments
Can we see the output from the patch command with the debug flag turned on? Try just looking at chromosome 17:
I'd like to see the contents of |
While testing chr 17, I think I may have found the issue. I think an out-of-date |
This appears to have been the issue. Either deleting the stale So it appears vcf2vci followed by patch won't overwrite an old
|
Similar to #19, but in this case, the same chromosome names are used, so that shouldn't be the issue. I'm using the genome that was used to create the VCF files, as provided by Sanger.
Using g2gtools 0.2.7 installed via
conda install -c kbchoi g2gtools=0.2.7=py36_0
.If I download these VCF and FASTA for CAST:
ftp://ftp-mouse.sanger.ac.uk/REL-1505-SNPs_Indels/strain_specific_vcfs/CAST_EiJ.mgp.v5.snps.dbSNP142.vcf.gz
ftp://ftp-mouse.sanger.ac.uk/REL-1505-SNPs_Indels/strain_specific_vcfs/CAST_EiJ.mgp.v5.indels.dbSNP142.normed.vcf.gz
ftp://ftp-mouse.sanger.ac.uk/ref/GRCm38_68.fa
And then start the first two steps to create a transcriptome:
The log output says:
And the output FASTA is equivalent to reference.
If I exclude the indels file, I get:
I've tried re-ordering the SNP and indels file, and I've tried with and without the pass or quality filters. I've also tried merging the two VCF into one file (removing the header of the second one).
The text was updated successfully, but these errors were encountered: