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

Sniffles2 doesn't call a large deletion that sniffles1 did call #366

Open
paulauitt2 opened this issue Nov 7, 2022 · 3 comments
Open

Sniffles2 doesn't call a large deletion that sniffles1 did call #366

paulauitt2 opened this issue Nov 7, 2022 · 3 comments

Comments

@paulauitt2
Copy link

I tried sniffles2 on some Nanopore data (see picture) with a homozygous RhD deletion. Sniffles1 did call this deletion (min supporting reads 3) and I tried using the exact same parameters on Sniffles2 but for some reason it doesn't call the deletion. Parameters:
sniffles --input input.bam --vcf output.vcf --reference grch38.fasta --minsupport 3.

image

Someone has any idea on this?

Best wishes,
Paula

@smolkmo
Copy link
Collaborator

smolkmo commented Nov 7, 2022

Hi Paula,

it may be that your variant is being filtered by Sniffles2 due to updated thresholds.

Could you try running your sample through Sniffles2 while adding the --no-qc option? This will make Sniffles2 output also filtered variants. If your variant then shows up, taking a look into its FILTER column value could give a clue as to why it is being filtered.

Best wishes,
Moritz

@paulauitt2
Copy link
Author

Hi Moritz,

Thank you very much for your reply. I tried the --no-qc option, but even with this parameter I don't find the deletion back. Good to note, if I use the --no-qc option, the vcf file can not be loaded into IGV..?
I tried to find the deletion on that location by directly looking into the vcf file, but it is definitely not called.

Best,
Paula

@paulauitt2
Copy link
Author

@smolkmo another note: in version 1 I also used the parameter --ignore_sd, but I'm not sure if this has something to do with this problem.

@paulauitt2 paulauitt2 changed the title Sniffles2 doesn't call a very obvious large deletion that sniffles 1 did call Sniffles2 doesn't call a large deletion that sniffles1 did call Nov 11, 2022
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