Skip to content

Conversation

@dwells-eit
Copy link
Contributor

PR checklist

Adds modules for autocycler subtools to allow complete autocycler workflow for consensus bacterial assembly.

  • subsample
  • compress
  • cluster
  • trim
  • resolve
  • combine

As discussed here only the non-assembly steps are implemented, allowing users to use other modules to generate assemblies however they like.

Closes #9252

  • 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
  • Remove all TODO statements.
  • Emit the versions.yml file.
  • 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

Copy link
Contributor

@sguizard sguizard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

dwells-eit and others added 8 commits October 29, 2025 11:05
- Correct meta.yml output
- tag all modules included in tests
- remove final TODOs
Work around for nf-test bug with .fastq.gz files that aren't gzipped

Co-authored-by: Simon Pearce <[email protected]>
Use small cov2 readset for testing, set genome size very low to allow subsampling
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.

new module: autocycler tools (subsample, compress, cluster, trim, resolve, combine)

3 participants