-
Notifications
You must be signed in to change notification settings - Fork 32
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
Issue runing Hatchet2 with hg38 reference_version #223
Comments
Hi, did you try chr_notation = False? If reference chromosomes have the the prefix "chr", set this to True. Otherwise False. |
Hi Metin, Unfortunately, this did not fix the issue. To troubleshoot, I ran multiple instances of hatchet to exhaust the combinations of the reference_version and chr_notation:
Both the hg38T and hg38F instances fail without calling any snps. Of all, hg19T gets the farthest and fails on phasing but again, it is not the reference version I need. |
Can you share
|
I get a
No snps found in normal!
error when I attempt to run Hatchet2 usingreference_version=hg38
. Reference fasta files are hg38. Interestingly, when I run the relevantbcftools
commands from thegenotype_snps
function locally, I obtain non-empty snp files so it only fails as part of the hatchet run command. Also, if I erroneously setreference_version=hg19
, the hatchet run generates non-empty snp files.I have included my
hatchet.ini
file here.hatchet_gitissue.txt
The text was updated successfully, but these errors were encountered: