Skip to content

Commit

Permalink
Merge pull request #240 from nf-cmgg/multiqc-test-somalier
Browse files Browse the repository at this point in the history
Multiqc test somalier
  • Loading branch information
nvnieuwk authored Nov 26, 2024
2 parents 6f24618 + 753069f commit 20e256a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3. Completely reworked the output directory structure to a more sensible structure. The pipeline can now be run on the same output directory every time and will incrementally add files to the correct family folder. See the [output documentation](https://nf-cmgg.github.io/germline/latest/output/) for more info.
4. Migrated to the new workflow output definitions.
5. Bumped the minimal Nextflow version to 24.10.0.
6. Added the somalier reports to the multiQC report.

### Fixes

Expand Down
2 changes: 2 additions & 0 deletions workflows/germline.nf
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,8 @@ workflow GERMLINE {
ch_versions = ch_versions.mix(VCF_EXTRACT_RELATE_SOMALIER.out.versions)
ch_final_peds = VCF_EXTRACT_RELATE_SOMALIER.out.peds
ch_final_reports = ch_final_reports.mix(VCF_EXTRACT_RELATE_SOMALIER.out.html)
ch_reports = ch_reports.mix(VCF_EXTRACT_RELATE_SOMALIER.out.pairs_tsv.map { _meta, report -> report })
ch_reports = ch_reports.mix(VCF_EXTRACT_RELATE_SOMALIER.out.samples_tsv.map { _meta, report -> report })

//
// Add PED headers to the VCFs
Expand Down

0 comments on commit 20e256a

Please sign in to comment.