Skip to content

Commit 0005fc6

Browse files
Reduce verbosity of multiqc_assemblyscan_plot_data.
Pushing this commit now to trigger a new CI run of the nf-core branch protection. This said, multiqc_assemblyscan_plot_data combines one file per _query_ genome, and removing the `tag` ensure that the list of file names does not clutter the screen when monitoring the pipeline run. The nf-core MultiQC module also does not have a `tag`. Closes #64
1 parent 06e9c94 commit 0005fc6

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
### `Added`
99

10-
- Support for export to BAM and CRAM formats ([#31](https://github.com/nf-core/pairgenomealign/issues/31)) ([#43](https://github.com/nf-core/pairgenomealign/issues/43))
10+
- Support for export to BAM and CRAM formats ([#31](https://github.com/nf-core/pairgenomealign/issues/31)) ([#43](https://github.com/nf-core/pairgenomealign/issues/43)).
1111

1212
### `Dependencies`
1313

@@ -17,6 +17,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
| `SAMTOOLS_DICT` | | 1.21 |
1818
| `SAMTOOLS_FAIDX` | | 1.21 |
1919

20+
### `Fixed`
21+
22+
- Remove noisy tag in the `MULTIQC_ASSEMBLYSCAN_PLOT_DATA` local module ([#64](https://github.com/nf-core/pairgenomealign/issues/64)).
23+
2024
## [v2.1.0](https://github.com/nf-core/pairgenomealign/releases/tag/2.1.0) "Goya champuru" - [May 16th 2025]
2125

2226
### `Added`

modules/local/multiqc_assemblyscan_plot_data/main.nf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
process MULTIQC_ASSEMBLYSCAN_PLOT_DATA {
2-
tag "${json.baseName}"
32
label 'process_single'
43

54
conda "${moduleDir}/environment.yml"

0 commit comments

Comments
 (0)