diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e198fbd5d..b9bae68412 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#1145](https://github.com/nf-core/sarek/pull/1145) - Fixed Zenodo links in `README.md` and in `WorkflowMain.groovy` - [#1149](https://github.com/nf-core/sarek/pull/1149) - Update `Manta` modules and fix usage of `--exome` flag - [#1155](https://github.com/nf-core/sarek/pull/1155) - Restore proper rendering in `usage.md` +- [#1163](https://github.com/nf-core/sarek/pull/1163) - Correcting location of output folder for joint variant calling with GATK's haplotypecaller ## [3.2.3](https://github.com/nf-core/sarek/releases/tag/3.2.3) - Gällivare diff --git a/docs/output.md b/docs/output.md index 76a6b9c6e9..c4d8cfd04d 100644 --- a/docs/output.md +++ b/docs/output.md @@ -394,7 +394,7 @@ If the haplotype-called VCF files are not filtered, then Sarek should be run wit - `.haplotypecaller.g.vcf.gz` and `.haplotypecaller.g.vcf.gz.tbi` - VCF with tabix index -**Output directory: `{outdir}/variantcalling/sentieon_haplotyper/joint_variant_calling/`** +**Output directory: `{outdir}/variantcalling/haplotypecaller/joint_variant_calling/`** - `joint_germline.vcf.gz` and `joint_germline.vcf.gz.tbi` - VCF with tabix index