Skip to content

Commit

Permalink
Merge pull request #1627 from cmatKhan/correct_tower_snpeff
Browse files Browse the repository at this point in the history
Correct tower snpeff
  • Loading branch information
cmatKhan authored Aug 22, 2024
2 parents c592225 + 0de0737 commit 8fcc094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- [1627](https://github.com/nf-core/sarek/pull/1627) - Correct tower reports/snpeff format

### Fixed

- [1623](https://github.com/nf-core/sarek/pull/1623) - Update docs to clarify vep cache folder organisation
Expand Down
4 changes: 2 additions & 2 deletions tower.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ reports:
display: "Control-FREEC: parsable file with information about FREEC run"
"**/reports/bcftools/*.bcftools_stats.txt":
display: "All samples raw statistics"
"**/reports/SnpEff/*/*/*_snpEff.html":
"**/reports/snpeff/*/*/*_snpEff.html":
display: "Statistics and plots for the SnpEff run"
"**/reports/SnpEff/*/*/*_snpEff.genes.txt":
"**/reports/snpeff/*/*/*_snpEff.genes.txt":
display: "TXT (tab separated) summary counts for variants affecting each transcript and gene"
"**/reports/EnsemblVEP/*/*/*_VEP.summary.html":
display: "Summary of the VEP run"

0 comments on commit 8fcc094

Please sign in to comment.