bacass icon indicating copy to clipboard operation
bacass copied to clipboard

Added module to concatenate/merge fastq files

Open Daniel-VM opened this issue 1 year ago • 2 comments
trafficstars

PR checklist

  • [X] 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/bacass branch on the nf-core/test-datasets repository.
  • [X] Make sure your code lints (nf-core lint).
  • [ ] Ensure the test suite passes (nextflow run . -profile 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).

PR description

This PR enables nf-core/bacass to automatically process short reads from the same sample that were sequenced multiple times, eliminating the need for manual FastQ file concatenation. The pipeline will now handle the concatenation of FastQ files belonging to the same sample.

Closes #156

Daniel-VM avatar Aug 29 '24 14:08 Daniel-VM

nf-core pipelines lint overall result: Passed :white_check_mark: :warning:

Posted for pipeline commit 10a7df8

+| ✅ 209 tests passed       |+
#| ❔   2 tests were ignored |#
!| ❗   1 tests had warnings |!

:heavy_exclamation_mark: Test warnings:

  • pipeline_todos - TODO string in nextflow.config: Optionally, you can add a pipeline-specific nf-core config at https://github.com/nf-core/configs

:grey_question: Tests ignored:

:white_check_mark: Tests passed:

Run details

  • nf-core/tools version 3.0.2
  • Run at 2024-10-24 13:47:09

github-actions[bot] avatar Aug 29 '24 14:08 github-actions[bot]

  • [X] Update: A test sample sheet with duplicated sample names and different FASTQ content is pending addition (not ready for review).
  • [x] Merge nf-core v3.0.2 template update.

Daniel-VM avatar Sep 17 '24 09:09 Daniel-VM