Merged
Conversation
SPPearce
reviewed
Apr 22, 2026
Comment on lines
+17
to
+19
| params { | ||
| geneticmapconvert_args = "" | ||
| } |
Contributor
There was a problem hiding this comment.
What is this doing (all through?)
Contributor
Author
There was a problem hiding this comment.
Nextflow was complaning due to access of an undefined params in the config file.
So I simply added an empty one in all test cases that wasn't using one.
SPPearce
approved these changes
Apr 22, 2026
Contributor
SPPearce
left a comment
There was a problem hiding this comment.
Ok, non-standard params name aside.
SPPearce
approved these changes
Apr 22, 2026
pinin4fjords
added a commit
to nf-core/rnaseq
that referenced
this pull request
Apr 22, 2026
Upstream nf-core/modules#11256 moved custom/catadditionalfasta to topic-based versions, made the output prefix controlled by `task.ext.prefix ?: meta.id`, and fixed outputs to `out/${prefix}.{fasta,gtf}`. Pipeline-side wiring: - Drop the manual `.mix(CUSTOM_CATADDITIONALFASTA.out.versions)` so versions aren't double-counted alongside the topic. - Fix the stale `CAT_ADDITIONAL_FASTA` selector in conf/modules/prepare_genome.config to `CUSTOM_CATADDITIONALFASTA`, and split `PREPROCESS_TRANSCRIPTS_FASTA_GENCODE` into its own block. - Set `ext.prefix = "${params.genome ?: fasta.baseName}_${add_fasta.baseName}"` on `CUSTOM_CATADDITIONALFASTA` to preserve the previous `{genome}_{add_name}` output filename (new module default is `meta.id`, which would rename outputs to `genome_transcriptome.{fasta,gtf}`). [skip ci] Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
3 tasks
pinin4fjords
added a commit
to nf-core/rnaseq
that referenced
this pull request
Apr 22, 2026
…ntegration Bump to the latest upstream of: - fq/lint (nf-core/modules#11227): constrain reads arity to 1..2 - ribodetector (nf-core/modules#11258): unpin GPU container from pytorch-gpu=1.11.0; emit cuda version on the topic - tximeta/tximport (nf-core/modules#11141): fix gene-level crash on mismatched transcript FASTA/GTF - fastq_fastqc_umitools_trimgalore (nf-core/modules#11228): handle null trim_log in the read-count map - custom/catadditionalfasta (nf-core/modules#11256): topic-based versions, explicit out/\${prefix}.{fasta,gtf} paths, task.ext.prefix ?: meta.id prefix handling The custom/catadditionalfasta interface change needs pipeline-side follow-up in conf/modules/prepare_genome.config: - Fix the stale CAT_ADDITIONAL_FASTA selector (now CUSTOM_CATADDITIONALFASTA) and split PREPROCESS_TRANSCRIPTS_FASTA_GENCODE into its own block. - Set ext.prefix = "\${params.genome ?: fasta.baseName}_\${add_fasta.baseName}" so output filenames follow the previous {genome}_{add_name} pattern; the new module default (meta.id) would otherwise rename outputs to genome_transcriptome.{fasta,gtf}. Behaviour note: fixing the withName selector also exposes a pre-existing intent that was masked. CUSTOM_CATADDITIONALFASTA outputs now only publish when --save_reference is set; the stale selector previously let them fall through to the default publishDir and land in <outdir>/custom/out/ regardless of --save_reference. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
PR checklist
Closes #10692
Closes #10693
Closes #10694
Closes #10695
Closes #10696
Closes #10697
Closes #10698
Closes #10699
Closes #10700
Closes #10701
topic: versions- See version_topicslabelnf-core modules test <MODULE> --profile dockernf-core modules test <MODULE> --profile singularitynf-core modules test <MODULE> --profile condanf-core subworkflows test <SUBWORKFLOW> --profile dockernf-core subworkflows test <SUBWORKFLOW> --profile singularitynf-core subworkflows test <SUBWORKFLOW> --profile conda