Skip to content

Add subworkflow: fastq_align_minimap2#12235

Open
manascripts wants to merge 2 commits into
nf-core:masterfrom
manascripts:fastq-align-minimap2
Open

Add subworkflow: fastq_align_minimap2#12235
manascripts wants to merge 2 commits into
nf-core:masterfrom
manascripts:fastq-align-minimap2

Conversation

@manascripts

Copy link
Copy Markdown
Member

PR checklist

This PR adds a subworkflow that takes long read fastqs, concatenates them if needed and then aligns them to a reference genome using minimap2. BAM_STATS_SAMTOOLS subworkflow is used downstream for stats.

  • 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 module conventions in the contribution docs
  • If necessary, include test data in your PR.
  • Remove all TODO statements.
  • Broadcast software version numbers to topic: versions - See version_topics
  • Follow the naming conventions.
  • Follow the parameters requirements.
  • Follow the input/output options guidelines.
  • Add a resource label
  • Use BioConda and BioContainers if possible to fulfil software requirements.
  • Ensure that the test works with either Docker / Singularity. Conda CI tests can be quite flaky:
    • For modules:
      • nf-core modules test <MODULE> --profile docker
      • nf-core modules test <MODULE> --profile singularity
      • nf-core modules test <MODULE> --profile conda
    • For subworkflows:
      • nf-core subworkflows test <SUBWORKFLOW> --profile docker
      • nf-core subworkflows test <SUBWORKFLOW> --profile singularity
      • nf-core subworkflows test <SUBWORKFLOW> --profile conda

@manascripts manascripts changed the title Add subworkflow; fastq_align_minimap2 Add subworkflow: fastq_align_minimap2 Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant