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

Implement command to merge SV calling VCFs into single VCF/TSV #46

Closed
11 tasks done
holtgrewe opened this issue Apr 17, 2023 · 0 comments · Fixed by #52
Closed
11 tasks done

Implement command to merge SV calling VCFs into single VCF/TSV #46

holtgrewe opened this issue Apr 17, 2023 · 0 comments · Fixed by #52

Comments

@holtgrewe
Copy link
Contributor

holtgrewe commented Apr 17, 2023

This would be equivalent to varfish-annotator annotate-svs.

We should implement support for the following tools:

  • Delly 2
  • Dragen CNV
  • Dragen SV
  • GATK gCNV
  • Manta
  • Melt
  • PopDel

Parts

  • guess caller and version
  • convert into internal representation
  • parse breakend syntax
  • write out as TSV
  • write out as VCF
  • overall clustering
    • read in all VCFs and write out per contig as JSONL
    • read in contig-wise
    • cluster, and
    • write to final format
  • annotate with read depth and average mapping quality #51
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

Successfully merging a pull request may close this issue.

1 participant