Skip to content

Conversation

@pinin4fjords
Copy link
Member

Summary

  • Replaces full directory copy with symlinks when using pre-built bbsplit indices
  • Only copies summary.txt files that need modification, symlinking all other index files
  • Reduces disk usage and improves performance for pre-built index workflows

Test plan

  • Run pipeline with --bbsplit_index pointing to a pre-built index
  • Verify bbsplit runs successfully without timestamp errors
  • Confirm index files are properly symlinked rather than copied

🤖 Generated with Claude Code

pinin4fjords and others added 2 commits November 25, 2025 18:28
Use symlinks for index files instead of copying the entire directory,
only copying summary.txt files that need modification. This reduces
disk usage and improves performance when using pre-built indices.

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

Co-Authored-By: Claude <[email protected]>
🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@github-actions
Copy link

github-actions bot commented Nov 25, 2025

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

Posted for pipeline commit 0877ff1

+| ✅ 284 tests passed       |+
#| ❔   8 tests were ignored |#
#| ❔   1 tests had warnings |#
!| ❗   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 fixed:

✅ Tests passed:

Run details

  • nf-core/tools version 3.5.1
  • Run at 2025-11-25 19:41:13

@pinin4fjords pinin4fjords added this to the 3.22.0 milestone Nov 25, 2025
@pinin4fjords pinin4fjords merged commit f7fedf7 into dev Nov 25, 2025
88 of 96 checks passed
@pinin4fjords pinin4fjords deleted the another_bbsplit_fix branch November 25, 2025 20:03
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.

3 participants