-
Notifications
You must be signed in to change notification settings - Fork 0
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
TSPS-328 add optional samples subselection to SubsetVcfByBedFile WDL #138
Conversation
version 1.0 | ||
|
||
# This script is under review. It is not actively tested or maintained at this time. | ||
workflow UpdateVcfHeaderContigs { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe UpdateVcfDictionaryHeader
or UpsertVcfDictionaryHeader
} | ||
} | ||
|
||
task UpdateHeader { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same follow through as the other name of the wdl
oh and can we update the readme with the input change and the new wdl |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the readme updates!
Description
WDL updates to SubsetVcfByBedFile (masking wdl) to allow subsetting by samples.
Add new WDL: UpdateVcfDictionaryHeader, to update a VCF's headers to include the proper contigs as specified by a reference dictionary.
Jira Ticket
https://broadworkbench.atlassian.net/browse/TSPS-328