Skip to content

Conversation

@EladH1
Copy link

@EladH1 EladH1 commented Nov 5, 2025

PR checklist

  • [+] This comment contains a description of changes (with reason).
    Description: Fixed BBSplit staging issues by adding stageInMode 'copy' and removing complex timestamp fixing logic that was causing problems with staged index files.
    Reason: The previous script had staging issues that prevented proper index file handling.
    The code of bbsplit modified in place the .summary.txt --> sometimes even deleting the last modified line.
    This change also improves the resume of bbsplit as the .summary.txt file stay the same.

  • [+ ] If you've fixed a bug or added code that should be tested, add tests!
    I fixed a bug in the BBSplit module. This is now run better

  • [- ] 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/rnaseq branch on the nf-core/test-datasets repository.

  • [+ - ] Make sure your code lints (nf-core pipelines lint).
    linting has issue here but not with my code

  • [+ ] 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).

@nf-core-bot
Copy link
Member

Warning

Newer version of the nf-core template is available.

Your pipeline is using an old version of the nf-core template: 3.3.2.
Please update your pipeline to the latest version.

For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation.

@github-actions
Copy link

github-actions bot commented Nov 5, 2025

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

Posted for pipeline commit 916427d

+| ✅ 286 tests passed       |+
#| ❔   7 tests were ignored |#
!| ❗   9 tests had warnings |!

❗ Test warnings:

  • files_exist - File not found: assets/multiqc_config.yml
  • pipeline_todos - TODO string in base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_todos - TODO string in methods_description_template.yml: #Update the HTML below to your preferred methods description, e.g. add publication citation for this pipeline
  • pipeline_todos - TODO string in main.nf: Optionally add in-text citation tools to this list.
  • pipeline_todos - TODO string in main.nf: Optionally add bibliographic entries to this list.
  • pipeline_todos - TODO string in main.nf: Only uncomment below if logic in toolCitationText/toolBibliographyText has been filled!
  • pipeline_todos - TODO string in nextflow.config: Specify any additional parameters here
  • pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/rnaseq/rnaseq/subworkflows/local/prepare_genome/main.nf: _ versions = ch_versions.ifEmpty(null) // channel: [ versions.yml ]
    _

❔ Tests ignored:

✅ Tests passed:

Run details

  • nf-core/tools version 3.4.1
  • Run at 2025-11-13 15:16:45

@EladH1 EladH1 enabled auto-merge November 5, 2025 12:31
@EladH1 EladH1 requested a review from drpatelh November 6, 2025 10:37
@EladH1
Copy link
Author

EladH1 commented Nov 6, 2025

I have made first the changes to modules...
I will make new PR once I'll update the module

pinin4fjords and others added 3 commits November 13, 2025 12:45
This updates the bbmap/bbsplit module to address staging issues
reported in the original PR.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@pinin4fjords
Copy link
Member

Hi @EladH1, thanks for identifying the BBSplit staging issues.

I've updated this PR to use the proper solution: updating the bbmap/bbsplit module itself rather than modifying it in the pipeline. The updated module includes the fix from nf-core/modules#9356, which addresses the staging problems while preserving the index reuse functionality.

Your commits are preserved in the history and you're credited in the CHANGELOG.

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.

5 participants