Skip to content

Add TransferVcfAnnotations workflow#533

Draft
mwalker174 wants to merge 2 commits intomainfrom
mw_transfer_vcf_annotations
Draft

Add TransferVcfAnnotations workflow#533
mwalker174 wants to merge 2 commits intomainfrom
mw_transfer_vcf_annotations

Conversation

@mwalker174
Copy link
Collaborator

Adds a new workflow for transferring INFO and FORMAT field annotations from one vcf to another. The implementation is efficient in that it traverses the two vcfs together to minimize the number of records that need to be held in memory. It is also robust in that it tolerates some records to be missing from one vcf or the other.

The workflow is parallelized for efficient execution on large call sets.

@mwalker174 mwalker174 marked this pull request as draft June 13, 2024 17:03
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 this pull request may close these issues.

1 participant