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

Indels removed #20

Open
leahkemp opened this issue Feb 23, 2023 · 0 comments
Open

Indels removed #20

leahkemp opened this issue Feb 23, 2023 · 0 comments

Comments

@leahkemp
Copy link
Collaborator

Somehow, somewhere along the line, it looks like indels were being removed from the vcf file by the bcftools_view_multiallelicsites rule.

It looks to be the flag at line 7 (--exclude-types indels).

Honestly, I don't know why or how that ended up there, but it was a bit of a major derp to just remove all indels from the vcf file given we're looking at SNP's/indels.

I tested removing that flag altogether, which seemed to work just fine and the downstream vcf file loaded into scout just fine from what I can see.

So get rid of this --exclude-types indels flag that probably shouldn't be there anyway

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

1 participant