-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reworked SRJointGenotyping sharding to be configurable at runtime. (#455
) - Sharding now splits the VCF files into chunks by number of bp. This allows for wider sharding / better scalability for large callsets. By default the behavior is to shard by contig - this is controlled by setting the number of bp per shard to be very large (999999999). If the number of bp per shard is larger than the contig size, the whole contig is used. - Changed `MakeSitesOnlyVCF` task to use `bcftools`. - Updated joint call WDL to accept interval lists.
- Loading branch information
1 parent
bce6165
commit 38cec77
Showing
3 changed files
with
336 additions
and
52 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.