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

feature requests for output VCF #109

Open
zeeev opened this issue Feb 1, 2024 · 1 comment
Open

feature requests for output VCF #109

zeeev opened this issue Feb 1, 2024 · 1 comment

Comments

@zeeev
Copy link

zeeev commented Feb 1, 2024

Hello,

A few requests regarding the output VCF.

  1. It would be really useful if the REF/ALT alleles could be populated via the graph traversal. Most users won't know how to walk the graph to extract the alleles.
  2. Replacing genotype separator to | or /, rather than :.
  3. It appears that the sample names on the final step is ignored, the VCF samples still has the samples as {sample}_{hap1/2} rather than {sample} which is what is encoded in sample_names.txt
./k8 mgutils-es6.js merge2vcf -r0 merged_sv_calls_labeled.bed -s sample_names.txt
@lh3
Copy link
Owner

lh3 commented Apr 21, 2024

  1. Will add later
  2. Minigraph only outputs haplotype and thus GT only has one number. : is not for separating haplotypes; it separates GT and GT0.
  3. Could you show an example?

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