-
Notifications
You must be signed in to change notification settings - Fork 35
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
Illegals storage access. (Attempt to read from nil) #53
Comments
Hi Brent, the problem seems to be in the VCF file. If I run somalier with GATK3 VCF files it works perfectly. the xAtlas VCF file shows the above issue (tested with a variety of xAtlas files and GATK3 & 4 files. The same occurs with multisample VCF files, GATK derived multisample files work fine, xAtlas multisample files crash somalier). |
Hi, can you share the input VCF file? |
I've send the link through your gmail account |
Got it. Thanks for sending. |
ah OK I see, i'll rename the samples and try again |
I am making a change so you'll see:
which will at least give a little more insight into what is going on. |
Hi Brent,
I'm trying to compare two VCFs (hg19) for relatedness and stumbled on your tool.
somalier extract -d extracted/ --sites /home/victor/commondata/sites.hg19.vcf.gz -f /home/victor/commondata/human_g1k_v37_decoy.fasta 071181/071181_xAtlas.recode.sorted.vcf.gz
somalier version: 0.2.10
[W::bcf_hdr_check_sanity] PL should be declared as Number=G
[somalier] FORMAT field 'AD' not found for depth information. using genotype only
[somalier] found 10531 sites
SIGSEGV: Illegal storage access. (Attempt to read from nil?)
any ideas how to resolve this? its probably a file that cannot be accessed similar to one ticked reported for slivar
The text was updated successfully, but these errors were encountered: