Skip to content

Commit e39b70c

Browse files
committed
Merge branch 'refactor/split-prepare-genome' of github.com:nf-core/rnaseq into refactor/split-prepare-genome
2 parents 0ed4180 + cc434c3 commit e39b70c

16 files changed

Lines changed: 16 additions & 17 deletions

.nf-core.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ lint:
33
container_configs: false
44
files_exist:
55
- conf/modules.config
6-
- assets/multiqc_config.yml
76
- conf/containers_conda_lock_files_amd64.config
87
- conf/containers_conda_lock_files_arm64.config
98
- conf/containers_docker_amd64.config
@@ -20,7 +19,6 @@ lint:
2019
- .gitignore
2120
- nf-test.config
2221
modules_config: false
23-
multiqc_config: false
2422
nextflow_config:
2523
- config_defaults:
2624
- params.ribo_database_manifest

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- [PR #1849](https://github.com/nf-core/rnaseq/pull/1849) - Tidy-up batch addressing [#1845](https://github.com/nf-core/rnaseq/issues/1845): README/schema clarifications, `&``&&` in three guards, deduplicated `withName` blocks, and removal of the unmaintained `bin/fastq_dir_to_samplesheet.py` (use [nf-core/fetchngs](https://nf-co.re/fetchngs) for samplesheet generation)
1515
- [PR #1850](https://github.com/nf-core/rnaseq/pull/1850) - Use the active aligner's display name in the MultiQC `fail_mapped` per-sample status row, and drop the hardcoded "STAR" reference from the pipeline-completion `min_mapped_reads` warning, so Bowtie2 reports no longer mislabel the metric as STAR ([#1846](https://github.com/nf-core/rnaseq/issues/1846))
1616
- [PR #1851](https://github.com/nf-core/rnaseq/pull/1851) - Split `PREPARE_GENOME` into `PREPARE_GENOME_REFERENCES` (FASTA / GTF / BED / transcript FASTA / chrom.sizes / rRNA / Kraken DB) and `PREPARE_GENOME_INDICES` (per-aligner index build/load) for clearer ownership; no user-facing parameter, output, or behaviour change ([#1721](https://github.com/nf-core/rnaseq/issues/1721)).
17+
- [PR #1852](https://github.com/nf-core/rnaseq/pull/1852) - Flatten `workflows/rnaseq/assets/` back to top-level `assets/` so `nf-core pipelines bump-version` finds `assets/multiqc_config.yml` and updates the report-comment URLs automatically on release bumps
1718

1819
## [[3.26.0](https://github.com/nf-core/rnaseq/releases/tag/3.26.0)] - 2026-05-07
1920

workflows/rnaseq/assets/multiqc/biotypes_header.txt renamed to assets/biotypes_header.txt

File renamed without changes.

workflows/rnaseq/assets/multiqc/deseq2_clustering_header.txt renamed to assets/deseq2_clustering_header.txt

File renamed without changes.

workflows/rnaseq/assets/multiqc/deseq2_pca_header.txt renamed to assets/deseq2_pca_header.txt

File renamed without changes.

workflows/rnaseq/assets/multiqc/methods_description_template.yml renamed to assets/methods_description_template.yml

File renamed without changes.

workflows/rnaseq/assets/multiqc/multiqc_config.yml renamed to assets/multiqc_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ report_section_order:
8383
star_rsem_deseq2_clustering:
8484
order: 1000
8585
# Summaries
86-
"nf-core-rnaseq-methods-description-module":
86+
"nf-core-rnaseq-methods-description":
8787
order: -1000
88-
"software_versions-module":
88+
"software_versions":
8989
order: -1001
90-
"nf-core-rnaseq-summary-module":
90+
"nf-core-rnaseq-summary":
9191
order: -1002
9292

9393
export_plots: true
File renamed without changes.

workflows/rnaseq/assets/multiqc/sample_status_header.txt renamed to assets/sample_status_header.txt

File renamed without changes.

workflows/rnaseq/assets/multiqc/strand_check_composition.yaml renamed to assets/strand_check_composition.yaml

File renamed without changes.

0 commit comments

Comments
 (0)