-
Notifications
You must be signed in to change notification settings - Fork 881
Dev -> master for nf-core/rnaseq 3.25.0 #1816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 166 commits
Commits
Show all changes
180 commits
Select commit
Hold shift + click to select a range
9c90ef5
Add stringtie merge module and subworkflow
e5d21e7
code corrections and updated config
b2d727f
syntax corrections, not for merging
23ac037
fix: use log filename for SortMeRNA sample names in MultiQC
pinin4fjords a8c4194
docs: add changelog entry for SortMeRNA MultiQC fix
pinin4fjords 5e5475a
Bump version to 3.25.0dev after release 3.24.0
pinin4fjords b66b117
Merge pull request #1781 from nf-core/fix/multiqc-sortmerna-sample-name
pinin4fjords 14cf257
refactor: replace local GTF_FILTER with nf-core custom/gtffilter module
pinin4fjords c7649dc
test: update snapshots for GTF_FILTER -> CUSTOM_GTFFILTER
pinin4fjords 9a21637
fix: wire up skip_gtf_transcript_filter param to CUSTOM_GTFFILTER
pinin4fjords 78c5dd4
test: add PREPARE_GENOME test for skip_gtf_transcript_filter param
pinin4fjords 12d90fa
Merge pull request #1782 from nf-core/refactor/delocalise-gtf-filter
pinin4fjords f212911
chore: update custom/gtffilter to include ext.args and optional fasta…
pinin4fjords 2e88171
Merge branch 'dev' into fix/gtffilter-ext-args
pinin4fjords 79c090e
refactor: replace local gtf2bed with nf-core ea-utils/gtf2bed module
pinin4fjords 1143fb5
docs: add changelog entry for gtf2bed delocalisation
pinin4fjords 89f3c10
Merge pull request #1783 from nf-core/fix/gtffilter-ext-args
pinin4fjords 1c86ab5
Merge branch 'dev' into delocalize/gtf2bed
pinin4fjords fa56aff
refactor: use EAUTILS_GTF2BED process name without alias
pinin4fjords 1588b32
fix: reorder EAUTILS_GTF2BED alphabetically in snapshots
pinin4fjords ce276ca
Merge pull request #1784 from nf-core/delocalize/gtf2bed
pinin4fjords c271a33
refactor: replace local BAM QC with nf-core bam_qc_rnaseq subworkflow
pinin4fjords 988baa3
refactor: centralize module configs in conf/modules/
pinin4fjords 26af308
docs: add changelog entry for module config centralization
pinin4fjords 2855c30
fix: update test config paths after module config relocation
pinin4fjords a2697a1
chore: update multiqccustombiotype SHA to upstream fix
pinin4fjords d7ddc14
fix: preserve original config precedence order
pinin4fjords 620cbd9
style: clean up include comments
pinin4fjords 94f9880
Reset changes
2138a54
Merge branch 'dev' into stringtie_enhancement
Odulhin 9246826
[automated] Fix code linting
nf-core-bot a750436
Merge pull request #1786 from nf-core/integrate/bam-qc-rnaseq-v2
pinin4fjords 157f660
revert code regression
d9b0a57
update rustqc snapshot
bf6c2fa
fix unintended include
1f1017e
fix: restore publishDir scope and revert snapshot damage
pinin4fjords da72968
feat: add --use_gpu_ribodetector for GPU-accelerated rRNA removal (#1…
pinin4fjords 7505f9c
Merge branch 'dev' into gpu-ribodetector
pinin4fjords 1548104
style: format modules.json with prettier
pinin4fjords e86aa54
docs: add changelog entry for GPU ribodetector
pinin4fjords b63a363
docs: add GPU ribodetector to usage.md, fix changelog ordering
pinin4fjords 09618ed
Merge pull request #1790 from nf-core/gpu-ribodetector
pinin4fjords 7e0aa4e
Merge remote-tracking branch 'origin/dev' into refactor/centralize-mo…
pinin4fjords 7bad7eb
feat: add BAM_STRINTIE_MERGE properly
4b290bd
fix: serialize ribodetector GPU in CI to avoid Singularity CUDA deadlock
pinin4fjords 0c9b24e
feat: add strand-agnostic bigwig and skip per-strand for unstranded l…
pinin4fjords 62205c5
docs: set PR number in changelog entry
pinin4fjords 57a07af
test: update snapshots for combined bigwig outputs
pinin4fjords 3cfff07
test: broaden rustqc nftignore to cover combined bigwig
pinin4fjords 2effc3a
feat: bump custom/multiqccustombiotype for biotype cardinality sanity…
pinin4fjords e65b708
docs: add changelog entry for PR #1795
pinin4fjords da55560
Merge pull request #1788 from nf-core/refactor/centralize-module-configs
pinin4fjords e973d31
Merge branch 'dev' into multiqccustombiotype-sanity-check
pinin4fjords b1c6bd5
fix(arm): rebuild multiqccustombiotype container for python 3.12.12
pinin4fjords a6206b7
Merge remote-tracking branch 'origin/dev' into worktree-bigwig-combined
pinin4fjords b003ac2
refactor: extract MultiQC setup into MULTIQC_RNASEQ local subworkflow
pinin4fjords 5cd468f
fix: scope MultiQC table_sample_merge to PE samples via lookbehind
pinin4fjords 933a08a
test: add nf-test cases for multiqcSampleMergeYaml helpers
pinin4fjords d3210c7
docs: add CHANGELOG entry for MultiQC sample-name merge fix
pinin4fjords ae2f597
test: bump CUSTOM_MULTIQCCUSTOMBIOTYPE python version in snapshots to…
pinin4fjords 9ee61df
ci: add cleanup blocks to prepare_genome and align_star subworkflow t…
pinin4fjords de90e16
ci: use docker system prune -a -f --volumes to free disk more aggress…
pinin4fjords 06ac3a3
review: drop no-op -du from combined bedtools args, clarify docs, fla…
pinin4fjords 91ce471
docs: clarify per-strand bigwig description as transcripts on genome …
pinin4fjords 9cd6871
Merge pull request #1795 from nf-core/multiqccustombiotype-sanity-check
pinin4fjords 6fb38cd
Merge branch 'dev' into bigwig-combined
pinin4fjords 08c0474
Merge remote-tracking branch 'origin/dev' into stringtie_enhancement
pinin4fjords 9be9be6
style: fix end-of-file in stringtie.config
pinin4fjords 79bdec7
Merge pull request #1792 from nf-core/bigwig-combined
pinin4fjords 756445f
fix: update stringtie module to the latest version
1ae288a
Merge branch 'dev' into stringtie_enhancement
Odulhin 48a9c67
Reverse unintended include
Odulhin a8ba2e0
docs: clarify prokaryotic profile extracts all transcript-like features
pinin4fjords 5557dac
docs: pad prokaryotic input table for prettier alignment
pinin4fjords 2d5475b
Merge branch 'dev' into fix-multiqc-lookbehind
pinin4fjords 64fa661
Merge pull request #1793 from nf-core/fix-multiqc-lookbehind
pinin4fjords 972ed42
Merge branch 'dev' into docs-prokaryotic-transcripts
pinin4fjords 7d68070
docs: link PR #1796 in changelog entry
pinin4fjords b58c2ee
Merge pull request #1796 from nf-core/docs-prokaryotic-transcripts
pinin4fjords e157aae
Merge remote-tracking branch 'origin/dev' into stringtie-pr1755-review
pinin4fjords 9a0835e
fix(stringtie): avoid publish collision, publish merged GTF, document…
pinin4fjords 18f52d6
test(stringtie): exercise --stringtie_ignore_gtf in skip_trimming
pinin4fjords 1eceda0
style: trim stringtie comments to non-obvious whys only
pinin4fjords b302ba3
Bump version to 3.25.0 ahead of release
pinin4fjords 6020eef
docs(changelog): credit reviewers and issue reporters for 3.25.0
pinin4fjords b0c9abb
docs(changelog): credit @Odulhin for stringtie_merge contribution
pinin4fjords 75f0f03
docs(changelog): add PR #1755 stringtie_merge entry
pinin4fjords 2a02542
fix(arm): include STRINGTIE_MERGE in stringtie container selector
pinin4fjords f739f2d
fix(arm): use stringtie 2.2.1 ARM container for STRINGTIE_MERGE
pinin4fjords 64a2e44
Merge pull request #1755 from Odulhin/stringtie_enhancement
pinin4fjords 2bfb680
feat(bam_dedup_umi): expose genome-only stats/flagstat/idxstats emits
pinin4fjords 77c76de
fix(mqc): per-sample MultiQC progressive closure under --skip_quantif…
pinin4fjords a030330
fix(prokaryotic): skip StringTie by default in the prokaryotic profile
pinin4fjords 32d3267
feat(bowtie2_salmon): report up to -k 100 alignments so Salmon EM can…
pinin4fjords 4e5b5a7
fix(bowtie2_salmon): bump default -k from 100 to 200 with citations
pinin4fjords 435d440
fix(mqc): anchor fail_* streams on ch_fastq rather than ch_trim_read_…
pinin4fjords ca3e7b2
fix(mqc): anchor fail_* streams on the bundle seed, covering bam-bran…
pinin4fjords 7b87a0c
refactor(mqc): derive fail_* anchor from the bundle itself
pinin4fjords 61628d3
refactor(mqc): tighten comments and hoist merged-mode channel into it…
pinin4fjords 604434e
docs: note manifest-only versions in per-sample MultiQC mode
pinin4fjords 3883246
refactor(mqc): consume per_sample_mqc_bundle emits from nf-core subwo…
pinin4fjords ab2edad
fix(sortmerna): switch default rRNA db to SILVA 138 smr_v4.3_default_db
pinin4fjords 1925c73
docs(changelog): set sortmerna PR number
pinin4fjords 45863b1
fix: rename shadowing closure param; prettier docs/usage.md
pinin4fjords 7d16790
Merge pull request #1804 from nf-core/fix/prokaryotic-skip-stringtie
pinin4fjords 6d636c8
Merge branch 'dev' into multiqc-per-sample-join
pinin4fjords d9eb532
fix(sortmerna): default to smr_v4.3_fast_db to keep index footprint i…
pinin4fjords b128635
docs(changelog): tighten sortmerna entry to one sentence
pinin4fjords 0206276
Merge branch 'dev' into sortmerna-silva-138
pinin4fjords d6a337b
style(mqc): blank lines between fail_* pipeline stages
pinin4fjords 7e5a4d5
test(prokaryotic): drop stringtie entries from snap after PR #1804
pinin4fjords c897ed2
test: refresh remove_ribo_rna snapshots for smr_v4.3_fast_db
pinin4fjords ce09f6a
Merge branch 'sortmerna-silva-138' of github.com:nf-core/rnaseq into …
pinin4fjords e9dcd87
Apply suggestions from code review
pinin4fjords fd135e7
review: drop config comment block, link PR in CHANGELOG
pinin4fjords 9f5b1b7
Merge pull request #1803 from nf-core/multiqc-per-sample-join
pinin4fjords 2ca382a
Merge branch 'dev' into feat/bowtie2-salmon-multimap
pinin4fjords 8416865
fix(bowtie2_salmon): dedupe extra_bowtie2_align_args against pipeline…
pinin4fjords 231f281
Merge branch 'feat/bowtie2-salmon-multimap' of github.com:nf-core/rna…
pinin4fjords e99a4c3
refactor(bowtie2_salmon): tidy arg-merge block
pinin4fjords 8308953
refactor(bowtie2_salmon): drop --bowtie2_align_k, hardcode -k 200 def…
pinin4fjords d986eb8
fix(lint): inline arg-merge parser twice (strict-syntax can't resolve…
pinin4fjords afd755e
test(prokaryotic): rename bowtie2_salmon cases to signal -k 200 default
pinin4fjords 793c4c0
test: skip duplicate pseudo-alignment in aligner-focused pipeline tests
pinin4fjords dbc39cf
Merge pull request #1806 from nf-core/feat/bowtie2-salmon-multimap
pinin4fjords b5b3921
Merge branch 'dev' into sortmerna-silva-138
pinin4fjords 17483ce
[skip ci]
pinin4fjords 0f49e81
docs(sortmerna): address review nits on usage page
pinin4fjords a17848f
Merge pull request #1811 from nf-core/sortmerna-silva-138
pinin4fjords 0b3613c
feat(mqc): new Strandedness checks MultiQC section
pinin4fjords 0c285aa
feat(prokaryotic): narrow RSeQC skip to prokaryote-safe modules
pinin4fjords 479af56
test: regenerate snapshots and add function tests for strand helpers
pinin4fjords b7c68ce
refactor(mqc): scope single-branch strand channels inside their if/el…
pinin4fjords 159523e
revert(mqc): keep methodsDescriptionText in the nf-core template file
pinin4fjords 0ea5de4
docs(mqc): correct status column description for the strand summary
pinin4fjords 24f4bbc
Merge pull request #1805 from nf-core/fix/prokaryotic-strandedness-mu…
pinin4fjords bb733d8
Merge remote-tracking branch 'origin/dev' into test-narrow-pseudo-ali…
pinin4fjords f25cf60
test: fold min_mapped_reads into skip_qc
pinin4fjords 4c7523c
test: regenerate snaps after dev merge and skip_qc dedup
pinin4fjords 6c03ce7
test(sentieon): prune snap for skip_pseudo_alignment + dev merge
pinin4fjords 7ad03e4
test(sentieon): restore star_salmon salmon md5s over-pruned in prior fix
pinin4fjords 98f06c2
test(sentieon): drop duplicate salmon.merged.tx2gene.tsv md5 entry
pinin4fjords 164fdd3
test(sentieon): move tx2gene md5 to star_salmon position
pinin4fjords bdd2b50
test(parabricks): prune snap for skip_pseudo_alignment + dev merge
pinin4fjords f6b73cd
test(parabricks): re-anchor tx2gene md5 at end of list (after SJ.out.…
pinin4fjords 42199d6
Merge pull request #1812 from nf-core/test-narrow-pseudo-alignment
pinin4fjords c6ed232
chore(modules): sync nf-core components and wire catadditionalfasta i…
pinin4fjords 177861b
refactor(deseq2_qc): migrate local module to topic-based version emis…
pinin4fjords 215940b
refactor: retire ch_versions plumbing now that all modules use topic
pinin4fjords 4c801d2
test: regenerate snapshots and add CHANGELOG entry for PR #1814
pinin4fjords 76107ae
fix(deseq2_qc): re-add named emits on topic-versions tuples for test …
pinin4fjords 3525879
Merge pull request #1814 from nf-core/sync-pinin4fjords-modules
pinin4fjords 3d640c7
test(cleanup): gate pipeline-test cleanup on CI to keep local VM reru…
pinin4fjords 45a4059
test(deseq2_qc): use findAll for versions_* emits
pinin4fjords 0f858b6
docs(changelog): drop VM-specific wording from #1815 entry [skip ci]
pinin4fjords 73cfef9
ci: trigger full matrix on fix/cleanup-gate-ci
pinin4fjords 01160ff
Merge pull request #1815 from nf-core/fix/cleanup-gate-ci
pinin4fjords 58680c7
docs(changelog): add post-cut PRs and expand credits [skip ci]
pinin4fjords fa415df
Merge remote-tracking branch 'origin/dev' into release-update-325
pinin4fjords 8cafe48
docs(changelog): tighten #1755, #1793, #1803 entries for length consi…
pinin4fjords 4f21dda
docs(release): bump release date to 2026-04-24 to allow review time […
pinin4fjords 8994dfe
ci: trigger full test matrix on release/3.25.0
pinin4fjords 72faff8
docs(changelog): tighten 3.25.0 credits to contributors associated wi…
pinin4fjords bbb89a3
Update workflows/rnaseq/assets/multiqc/multiqc_config.yml
pinin4fjords 847d4d9
ci: trigger full test matrix after suggestion merge
pinin4fjords 987729b
Merge pull request #1799 from nf-core/release/3.25.0
pinin4fjords 0d44241
fix(prokaryotic): derive gene BED via gffread --bed
pinin4fjords b37be84
chore: bump nf-core/gffread to c9ad4d69 (nf-core/modules#11298 merged)
pinin4fjords 83502ea
chore: drop redundant versions.yml filters from saveAs closures
pinin4fjords a90156d
chore: name closure parameters instead of implicit it
pinin4fjords 790ee4d
chore: CHANGELOG entry for #1818
pinin4fjords 14ffe61
Update conf/modules/prepare_genome.config
pinin4fjords dce0fcd
Merge pull request #1817 from nf-core/fix/prokaryotic-gene-bed-gffread
pinin4fjords 410ee3f
ci: bump nf-test 0.9.3 -> 0.9.5
pinin4fjords fce33db
Merge remote-tracking branch 'origin/dev' into fix/drop-redundant-saveAs
pinin4fjords d597824
Merge pull request #1818 from nf-core/fix/drop-redundant-saveAs
pinin4fjords f86a34e
fix(prokaryotic): skip RSeQC infer_experiment on bowtie2_salmon
pinin4fjords 9a52249
ci: skip sentieon tests on the conda profile
pinin4fjords e75ac90
docs: fix PR number in CHANGELOG
pinin4fjords 747d5e9
Merge pull request #1819 from nf-core/fix/prokaryotic-bowtie2-skip-in…
pinin4fjords File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -27,4 +27,4 @@ template: | |
| name: rnaseq | ||
| org: nf-core | ||
| outdir: . | ||
| version: 3.24.0 | ||
| version: 3.25.0 | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.