modules
modules copied to clipboard
Add draft of FASTQ_REMOVE_ADAPTERS_AND_MERGE subworkflow with tests
draft of FASTQ_REMOVE_ADAPTERS_AND_MERGE subworkflow with tests
Note for reviewers: setup-nextflow deletion is intentional cleanup
The diff shows deletion of a setup-nextflow submodule entry - this is correct and beneficial, not an error.
Background
setup-nextflowis the nf-core/setup-nextflow GitHub Action for installing Nextflow in CI- It was accidentally committed as an orphaned git submodule in PR #8895 (2025-08-18) - likely from a contributor's local dev environment
- There's no corresponding
.gitmodulesfile, making it a broken/orphaned gitlink - Previous removal attempts in PRs #8977 and #9095 were undone when PR #9333 merge reintroduced it
The removal commit by @vagkaratzas (9239334ea - "remove unused folder") correctly cleans this up.
I wonder a bit how it fits into the landscape of other trimming/ preprocessing workflows, but nothing particularly objectionable
Thanks! I'll wait for @jfy133 for a final review pass and will then merge. Stay tuned for the following updates :D