Updates to make the malaria comparison pipelines run to completion on the new test sets#510
Merged
jonn-smith merged 16 commits intomainfrom Dec 10, 2025
Merged
Conversation
…_2_JointVariantCalling
- Added bcftools plugins directory from the build stage to the final image stage. This enables bcftools plugins, such as `+split`.
- Added `SplitMultiSampleVCF.wdl` which contains a single task to split a multi-sample VCF into individual sample VCFs. Uses bcftools `+split`. - Added `SplitMultiSampleVCF` to dockstore.
- Updated internal name of SRJointCallGVCFsWithGenomicsDB_Pf_Niare_VETS.wdl to reflect the actual workflow name. - Modified GenotypeGVCFs runtime attributes for BroadOnPremMalariaPipeline_2_JointVariantCalling.wdl
- Utils::SplitContigToIntervals was returning interval lists with numerical positions in their names. These lists were then being sorted by name, which was causing problems with coordinate sorting (lexicographic sorts put `10` ahead of `8`). The outputs of this task now use 0-padded positions to fix this.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.