Skip to content

Add MiniBWA aligner - #221

Merged
edmundmiller merged 3 commits into
devfrom
add-minibwa-aligner
Jul 12, 2026
Merged

Add MiniBWA aligner#221
edmundmiller merged 3 commits into
devfrom
add-minibwa-aligner

Conversation

@edmundmiller

Copy link
Copy Markdown
Collaborator

Summary

  • add MiniBWA as an aligner option
  • build MiniBWA+htslib+samtools containers with Wave
  • pipe MiniBWA output through samtools and reuse shared BAM sort/stats path
  • add MiniBWA docs, schema, citations, config, and nf-test coverage

Containers

  • Docker/Wave: community.wave.seqera.io/library/minibwa_htslib_samtools:6d867025b2559348
  • Singularity/Wave SIF: oras://community.wave.seqera.io/library/minibwa_htslib_samtools:8111e1ae64c560b2

Validation

  • nf-test test workflows/tests/aligner/minibwa.nf.test --profile debug,test,docker,wave --verbose
  • wave --inspect -i oras://community.wave.seqera.io/library/minibwa_htslib_samtools:8111e1ae64c560b2 -o json
  • nextflow config -profile test,singularity,wave
  • git diff --check

Note: local Singularity/Apptainer is not installed on this Mac, so the SIF was validated via Wave inspect rather than local execution.

@nf-core-bot

nf-core-bot commented Jul 7, 2026

Copy link
Copy Markdown
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.1.
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.

@edmundmiller
edmundmiller force-pushed the add-minibwa-aligner branch 7 times, most recently from 9fba32d to f928fce Compare July 7, 2026 21:13
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown

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

Posted for pipeline commit 0cb4c73

+| ✅ 166 tests passed       |+
#| ❔  12 tests were ignored |#
!| ❗  23 tests had warnings |!
Details

❗ Test warnings:

  • readme - README did not have a Nextflow minimum version badge.
  • readme - README did not have an nf-core template version badge.
  • pipeline_todos - TODO string in README.md: Describe the minimum required steps to execute the pipeline, e.g. how to prepare samplesheets.
  • pipeline_todos - TODO string in nextflow.config: Specify your pipeline's command line flags
  • pipeline_todos - TODO string in nextflow.config: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs
  • 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 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 CONTRIBUTING.md: Add any pipeline specific contribution guidelines here, such as coding styles, procedures, checklists etc.
  • pipeline_todos - TODO string in usage.md: Add documentation about anything specific to running your pipeline. For general topics, please point to (and add to) the main nf-core website.
  • 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 nextflow.config: Specify any additional parameters here
  • pipeline_todos - TODO string in test_full.config: Specify the paths to your full test data ( on nf-core/test-datasets or directly in repositories, e.g. SRA)
  • pipeline_todos - TODO string in test_full.config: Give any required params for the test so that command line flags are not needed
  • pipeline_todos - TODO string in base.config: Check the defaults for all processes
  • pipeline_todos - TODO string in base.config: Customise requirements for specific processes.
  • pipeline_todos - TODO string in awsfulltest.yml: You can customise AWS full pipeline tests as required
  • pipeline_if_empty_null - ifEmpty(null) found in /home/runner/work/nascent/nascent/subworkflows/local/prepare_genome.nf: _ versions = ch_versions.ifEmpty(null)
    _
  • local_component_structure - bed2saf.nf in modules/local should be moved to a TOOL/SUBTOOL/main.nf structure
  • local_component_structure - gtf2bed.nf in modules/local should be moved to a TOOL/SUBTOOL/main.nf structure
  • local_component_structure - prepare_genome.nf in subworkflows/local should be moved to a SUBWORKFLOW_NAME/main.nf structure
  • local_component_structure - quality_control.nf in subworkflows/local should be moved to a SUBWORKFLOW_NAME/main.nf structure

❔ Tests ignored:

  • files_exist - File is ignored: .github/workflows/nf-test.yml
  • files_exist - File is ignored: .github/actions/get-shards/action.yml
  • files_exist - File is ignored: .github/actions/nf-test/action.yml
  • files_exist - File is ignored: tests/default.nf.test
  • nextflow_config - nextflow_config
  • files_unchanged - File ignored due to lint config: LICENSE or LICENSE.md or LICENCE or LICENCE.md
  • files_unchanged - File ignored due to lint config: .github/PULL_REQUEST_TEMPLATE.md
  • files_unchanged - File ignored due to lint config: .github/workflows/linting.yml
  • files_unchanged - File ignored due to lint config: assets/email_template.html
  • files_unchanged - File ignored due to lint config: assets/nf-core-nascent_logo_light.png
  • files_unchanged - File ignored due to lint config: docs/images/nf-core-nascent_logo_light.png
  • schema_params - schema_params

✅ Tests passed:

Run details

  • nf-core/tools version 4.0.2
  • Run at 2026-07-12 04:37:12

@edmundmiller
edmundmiller force-pushed the add-minibwa-aligner branch from dee80d9 to 48b0708 Compare July 12, 2026 04:32
@edmundmiller
edmundmiller force-pushed the add-minibwa-aligner branch from 48b0708 to 0cb4c73 Compare July 12, 2026 04:36
@edmundmiller
edmundmiller marked this pull request as ready for review July 12, 2026 04:39
@edmundmiller
edmundmiller merged commit f993c38 into dev Jul 12, 2026
13 of 36 checks passed
@edmundmiller
edmundmiller deleted the add-minibwa-aligner branch July 12, 2026 05:23
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.

2 participants