Skip to content
This repository was archived by the owner on Jan 27, 2020. It is now read-only.

Commit 347d481

Browse files
authored
Merge pull request #700 from MaxUlysse/GATK
Update GATK
2 parents cb791e3 + a963bef commit 347d481

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2424
- [#677](https://github.com/SciLifeLab/Sarek/pull/677) - Update docs
2525
- [#679](https://github.com/SciLifeLab/Sarek/pull/679) - Update old awsbatch configuration
2626
- [#693](https://github.com/SciLifeLab/Sarek/pull/693) - Qualimap bamQC is now ran after mapping and after recalibration for better QC
27+
- [#700](https://github.com/SciLifeLab/Sarek/pull/700) - Update GATK to `4.0.9.0`
2728
- [#702](https://github.com/SciLifeLab/Sarek/pull/702) - update FastQC to `0.11.8`
2829

2930
### `Fixed`
3031

3132
- [#665](https://github.com/SciLifeLab/Sarek/pull/665) - Input bam file now has always the same name (whether it is from a single fastq pair or multiple) in the MarkDuplicates process, so metrics too
3233
- [#672](https://github.com/SciLifeLab/Sarek/pull/672) - process `PullSingularityContainers` from `buildContainers.nf` now expect a file with the correct `.simg` extension for singularity images, and no longer the `.img` one.
3334
- [#679](https://github.com/SciLifeLab/Sarek/pull/679) - Add publishDirMode for `germlineVC.nf`
35+
- [#700](https://github.com/SciLifeLab/Sarek/pull/700) - Fix [#699](https://github.com/SciLifeLab/Sarek/issues/699) missing DP in the FORMAT column VCFs for MuTect2
3436
- [#702](https://github.com/SciLifeLab/Sarek/pull/702) - Fix [#701](https://github.com/SciLifeLab/Sarek/issues/701)
3537

3638
## [2.2.1] - 2018-10-04

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies:
1313
- font-ttf-dejavu-sans-mono=2.37 #for FastQC
1414
- fontconfig=2.12.6 #for FastQC
1515
- freebayes=1.2.0
16-
- gatk4=4.0.6.0
16+
- gatk4=4.0.9.0
1717
- htslib=1.9
1818
- igvtools=2.3.93
1919
- manta=1.4.0

0 commit comments

Comments
 (0)