Skip to content

Conversation

@andresferben
Copy link

@andresferben andresferben commented Dec 19, 2025

PR checklist

  • This comment contains a description of changes (with reason).
  • If you've fixed a bug or added code that should be tested, add tests!
  • If you've added a new tool - have you followed the pipeline conventions in the contribution docs
  • If necessary, also make a PR on the nf-core/smrnaseq branch on the nf-core/test-datasets repository.
  • Make sure your code lints (nf-core pipelines lint).
  • Ensure the test suite passes (nextflow run . -profile test,docker --outdir <OUTDIR>).
  • Check for unexpected warnings in debug mode (nextflow run . -profile debug,test,docker --outdir <OUTDIR>).
  • Usage Documentation in docs/usage.md is updated.
  • Output Documentation in docs/output.md is updated.
  • CHANGELOG.md is updated.
  • README.md is updated (including new tool citations and authors/contributors).

Changed

  • [#479] - Fix igenomes_base in nextflow_schema.
  • [#481] - Fix MIRTOP_STATS IndexError - Fix mirtop process execution when mirgenedb is used.
  • [#482] - Update documentation regarding MirgeneDB input files.
  • [#486] - Replace CSVTK_JOIN to improve processing in large amount of files.
  • [#493] - Fix [#488] - Fix runtime error that can occur when params.genome is set.
  • [#494] - Update help text for --fasta parameter.
  • [#498] - Fix bowtie_index channel when in dir format.
  • [#502] - Update BLAT.
  • [#507] - Fix mirgeneDB error in mirtop when the GFF used don't contain this keyword. Fix slack comments.
  • [#509] - Add codeowners.
  • [#513] - Update miRTop.
  • [#515] - Template update for nf-core/tools v3.3.1
  • [#518] - Template update for nf-core/tools v3.5.1
  • [#520] - Updated JSON schemas.
  • [#521] - Update nf-core modules and subworkflows.
  • [#522] - Refactor and simplify pipeline test suite.

nschcolnicov and others added 30 commits October 15, 2024 16:06
Co-authored-by: Nicolás Schcolnicov <[email protected]>
Replace `CSVTK_JOIN` to improve processing in large amount of files
@andresferben andresferben added this to the 2.4.1 milestone Dec 19, 2025
@github-actions
Copy link

github-actions bot commented Dec 19, 2025

nf-core pipelines lint overall result: Passed ✅ ⚠️

Posted for pipeline commit d3f2131

+| ✅ 249 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗   3 tests had warnings |!
Details

❗ Test warnings:

  • pipeline_todos - TODO string in nextflow.config: Update the field with the details of the contributors to your pipeline. New with Nextflow version 24.10.0
  • pipeline_todos - TODO string in README.md: Include a figure that guides the user through the major workflow steps. Many nf-core
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2025-12-23 21:03:10

@andresferben andresferben linked an issue Dec 19, 2025 that may be closed by this pull request
@andresferben andresferben marked this pull request as ready for review December 23, 2025 21:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make release MIRDEEP2_MIRDEEP2 task no same mirtrace_species variable not defined MIRTOP_STATS IndexError

10 participants