-
Notifications
You must be signed in to change notification settings - Fork 70
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
Keep unresolved Manta calls #723
base: main
Are you sure you want to change the base?
Conversation
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.
LGTM
Have TinyResolve output tar files of tloc and unresolved Manta calls instead of arrays of files.
Update GatherBatchEvidence to match the output names of TinyResolve.
7966859
to
58558b4
Compare
The PR has changed significantly since the approval so it should be rechecked. The TinyResolve workflow has been tested, but not any calling workflows. |
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.
LGTM
Co-authored-by: Mark Walker <[email protected]>
TinyResolve produces tar files with a top level directory and all VCFs inside the directory. However, the ClusterBatch workflow expects tar files with all VCFs placed at the top level. This commit updates the TinyResolve workflow to produce tar files with all VCFs at the top level to be compatible with ClusterBatch.
5ccf41a
to
a7e11d3
Compare
GATK's SVCluster tool will not accept all SV type / CPX subtype combinations so we remove the CPX subtype annotation from all non-CPX SVs in the VCFs produced by TinyResolve.
a7e11d3
to
3e04cb8
Compare
Keep unresolved Manta calls in TinyResolve to assist with resolving ultra complex events.