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

error message #166

Open
monaallouba opened this issue Feb 28, 2024 · 7 comments
Open

error message #166

monaallouba opened this issue Feb 28, 2024 · 7 comments

Comments

@monaallouba
Copy link

Hello,

I tried using slivar on a single trio but I got this error which I do not understand

[slivar] 3 samples matched in VCF and PED to be evaluated
[slivar] message for /mnt/my_work/Mona/unexplained_HCM_WES/43268/slivar_script/gnomad.hg38.genomes.v3.fix.zip:

created on:2019-11-15
[slivar tsv] warning! didn't find ANN in header in /mnt/my_work/Mona/unexplained_HCM_WES/43268/results/FINAL_43268_de_novo_annotated_VEP_all_variants.vcf.gz trying other fields
[slivar tsv] warning! didn't find BCSQ in header in /mnt/my_work/Mona/unexplained_HCM_WES/43268/results/FINAL_43268_de_novo_annotated_VEP_all_variants.vcf.gz trying other fields
[slivar] evaluating on 1 trios
fatal.nim(53) sysFatal

Error: unhandled exception: gnotate.nim(121, 12) g.zip.readInto(&"sli.var/{chrom}/gnotate-{field_name}.bin", g.values[field_i]) [AssertionDefect]

Could you please help me address this error
Many thanks

@brentp
Copy link
Owner

brentp commented Feb 28, 2024

Hi, I am guessing that your zip file is corrupt, or not fully downloaded.

@monaallouba
Copy link
Author

Thank you very much for your prompt response. I used wget https://slivar.s3.amazonaws.com/gnomad.hg38.genomes.v3.fix.zip and it showed that the download 100% complete. Could it be a different issue?

@monaallouba
Copy link
Author

I downloaded it again and it worked. Thank you very much!

@monaallouba
Copy link
Author

monaallouba commented Mar 3, 2024 via email

@brentp
Copy link
Owner

brentp commented Mar 3, 2024

Hi Mona, what command did you run?

@monaallouba
Copy link
Author

monaallouba commented Mar 3, 2024 via email

@brentp
Copy link
Owner

brentp commented Mar 3, 2024

so you have:

--family-expr 'recessive:fam.every(segregating_recessive)' 
--family-expr
'x_denovo:(variant.CHROM == "X" || variant.CHROM == "chrX") &&
fam.every(segregating_denovo_x) && INFO.gnomad_popmax_af < 0.001' 
--trio 'comphet_side:comphet_side(kid, mom, dad) && INFO.gnomad_nhomalt < 10'

so you can look in the INFO field of the output vcf and find variants with recessive= in the INFO; what follows the = will be the list of samples that met that filter. Likewise for x_denovo and comphet_side.

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

No branches or pull requests

2 participants