-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Several updates for making Malaria Joint Calling easier. (#449)
* Reintroduced `ReblockGVCF` step. - Updated HaplotypeCaller::ReblockGVCF to point to latest Docker image with fix for ReblockGVCF annotations. - Updated HaplotypeCaller::ReblockGVCF to use 2 cores. - Disabled DeepVariant/Pepper calling in `SRWholeGenome` by default. - Removed `SRJointGenotyping::ReblockGVCF` - it should only be defined in one place. * Removed hard filtered output file. * Updating all GATK 4.3 tasks to GATK 4.5 * Disabled QC when running on a singe bam file input. * Added a runtime_attr override for HaplotypeCaller subworkflow. * Update Utils.wdl Modified the disks from " LOCAL" to " SSD" * Updating tasks to use `SSD` rather than `LOCAL` disk. * Moved HaplotypeCaller and ReblockGVCF to SSD from HDD * Fixed a bug in `compute_sr_stats.py` that allowed `nan`s * Updated `sr-utils` docker to use `mamba` conda env solver. * Updates to `sr-utils` docker image. - Updated conda solver in `sr-utils` to `mamba`. - Fixed minor deprecation warning in `compute_sr_stats.py` - Fixed issue in `compute_sr_stats.py` that caused certain inputs to fail due to missing base qualities or `nan` values. - Updated version of `sr-utils` docker image to `0.2.2`. * Updated `sr-utils` docker image to version `0.2.2` * Added note for updating nightly GATK build. --------- Co-authored-by: Shadi Zaheri <[email protected]>
- Loading branch information
1 parent
c551987
commit 197d5b3
Showing
17 changed files
with
159 additions
and
210 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,3 @@ dependencies: | |
- pysam | ||
- numpy | ||
- tqdm | ||
|
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
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
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
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
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
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.