Skip to content

Include VAF in the output #37

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

Open
QichenFU opened this issue Mar 6, 2025 · 1 comment
Open

Include VAF in the output #37

QichenFU opened this issue Mar 6, 2025 · 1 comment

Comments

@QichenFU
Copy link

QichenFU commented Mar 6, 2025

Hi, may I ask if SVDSS could include VAF in the output VCF file?

@ldenti
Copy link
Collaborator

ldenti commented Apr 19, 2025

Hi, sorry for the late reply. I think the easiest way to achieve this is:

  1. run SVDSS
  2. genotype the output VCF using e.g. kanpig
  3. run bcftools to include the VAF
bcftools +fill-tags SVDSS2-q0.98-w2.vcf.gz -- -t VAF

I'm currently working on SVDSS v2.1.0 and I'm trying to automate these three steps but it may require some time.

Let me know if this might do what you need.

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