Skip to content
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

Add check for incompatible genomes (e.g. UCSC Golden Path) #4

Closed
FelixKrueger opened this issue Oct 7, 2016 · 0 comments
Closed

Add check for incompatible genomes (e.g. UCSC Golden Path) #4

FelixKrueger opened this issue Oct 7, 2016 · 0 comments

Comments

@FelixKrueger
Copy link
Owner

Users reported issues that no SNPs were incorporated when they ran SNPsplit. The issue turned out to be caused by the fact that the Ensembl version of the vcf file uses a chromosome nomenclature like 1, 2, 3, X, Y, MT whereas UCSC uses chr1, chr2, chr3, chrX, chrY, chrM instead. This causes SNPsplit to look up chromosomes that do not actually exist.

Can we add a check to see if the chromosome names appear to be conflicting and make it die horribly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant