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

Reference allele missing #56

Open
Akazhiel opened this issue Jul 8, 2021 · 2 comments
Open

Reference allele missing #56

Akazhiel opened this issue Jul 8, 2021 · 2 comments

Comments

@Akazhiel
Copy link

Akazhiel commented Jul 8, 2021

Hello!

I've noticed on running svim alignment that despite providing the reference that the reads were aligned to, all the reference alleles in the output VCF file are N. Is there any option to change this? Because as it stands it'd be beneficial to know which sequence has been deleted or duplicated.

Cheers!

@jakob-he
Copy link
Collaborator

Hi @Akazhiel

with the current version of SVIM the reference sequence of deletions is returned by default.
This was previously controlled by the --sequence_alleles parameter. However, now this is replaced by --symbolic_alleles which needs to be set in order not to return the nucleotide sequences.

As for duplications you currently need to use the two parameters --tandem_duplications_as_insertions and --interspersed_duplications_as_insertions. Then all duplications are returned as insertions and the records include the inserted nucleotide sequence.

We will certainly try to include an individual option for duplication records with the reference nucleotide sequence in future updates!

Best,
Jakob

@zhqduan
Copy link

zhqduan commented Dec 21, 2021

hi @Akazhiel, --symbolic_alleles is not work in the SVIM 2.0.0, but I can run it with the parameter --sequence_alleles.

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

3 participants