Skip to content

Add new module: disambiguate#10917

Closed
ctuni wants to merge 18 commits intonf-core:masterfrom
ctuni:disambiguate
Closed

Add new module: disambiguate#10917
ctuni wants to merge 18 commits intonf-core:masterfrom
ctuni:disambiguate

Conversation

@ctuni
Copy link

@ctuni ctuni commented Mar 16, 2026

This pull request introduces a new disambiguate module for, which enables the disambiguation of sequencing reads aligned to two different organisms (e.g., human and mouse).

PR checklist

Closes #10915

  • 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

Copy link
Contributor

@srisarya srisarya left a comment

Choose a reason for hiding this comment

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

mostly looks good to me, but maybe get a more senior person too

gmarenne and others added 16 commits March 17, 2026 12:23
* topic migration crispresso2

* topic migration crispresso2

* topic migration crispresso2

* topic migration crispresso2

* topic migration crispresso2

---------

Co-authored-by: Louis Le Nézet <58640615+LouisLeNezet@users.noreply.github.com>
* add missing channels for workflow outputs

* collect bcl2fastq undetermined
* remove redundancy in mem opts for hisat2/build
- remove conflicting 'process_high_memory' label
- fix error on missing memory instead of defaulting to MAX_VALUE (remove redundant line 37, fold loud fail into script)

* re-test module, passing

* update hisat2 version, match container from seqera containers, remove unneeded samtools dependency

* change versions in hisat2 align too

* return singularity

* add name as co author

* add singularity docker 2 ways (build: just hisat2-2.2.2, align: hisat2-2.2.2 + samtools-1.23)

* update snap

* update snap
* working on abyss module

* abyss ready

* fix linting

* Update description for abyss_abysspe

* Removing TODOs

Co-authored-by: Cameron Lloyd <lloyd@med.unideb.hu>

* Removing TODOs

Co-authored-by: Cameron Lloyd <lloyd@med.unideb.hu>

* output is now gzipped

* Update modules/nf-core/abyss/abysspe/main.nf

Co-authored-by: Fernando Duarte <123090819+FernandoDuarteF@users.noreply.github.com>

* Update modules/nf-core/abyss/abysspe/tests/main.nf.test

Co-authored-by: Cameron Lloyd <lloyd@med.unideb.hu>

* updating abyss tests

* Update modules/nf-core/abyss/abysspe/meta.yml

Co-authored-by: Cameron Lloyd <lloyd@med.unideb.hu>

* Clarify ontology references in meta.yml

Added comments to ontology references for clarity.

---------

Co-authored-by: Cameron Lloyd <lloyd@med.unideb.hu>
Co-authored-by: Fernando Duarte <123090819+FernandoDuarteF@users.noreply.github.com>
* Migrate gfaffix version topics

* Fix linting

* fix typo

* Fix reviews
* Update main.nf

* Update meta.yml

* Update main.nf.test

* Update snaps

* Add bio.tools ID

* Update modules/nf-core/duphold/main.nf

Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>

* Update meta.yml

* Fix version

* Update meta.yml

* Update meta.yml

---------

Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
* Updated macs3 to 3.0.4 and added topics channel

* updated meta

* Updated meta - contributor & topcis eval

* fix formatting

* fixed formatting with pre-commit hook

* Update modules/nf-core/macs3/callpeak/main.nf

Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>

* fixed meta

---------

Co-authored-by: Matthias Hörtenhuber <mashehu@users.noreply.github.com>
* feat: Added ViralConsensus module

* fix: update test snapshots for Docker compatibility

* fix: task.ext to optional inputs

* fix: update configuration of ext.args in tests

* fix: simplify test asserts, though breaks linting

* fix: add meta map to fasta input

* fix: tests match and sed/head handling

* chore: remove shell redirect
* added module for vcfexpress

* added suffix and fixed linting

* removed TODO and fixed formatting

* fixed testing

* Update modules/nf-core/vcfexpress/main.nf

Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>

* Update modules/nf-core/vcfexpress/tests/main.nf.test

Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>

* updated meta.yml

* added creation of lua file in test

* removed 'vcfexpress' from version number in topic

* fixed formatting

* Update modules/nf-core/vcfexpress/tests/main.nf.test

---------

Co-authored-by: Simon Pearce <24893913+SPPearce@users.noreply.github.com>
feat(tximeta/tximport): add tag directive for process labeling

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
* add saltshaker classify module and tests

* pin pip version

* add saltshaker classify module and tests

* pin pip version

* update test with nf-core saltshaker/call

* fix linting

* add saltshaker classify module and tests

* pin pip version

* update test with nf-core saltshaker/call

* fix linting

* edits from review

* update snaps and meta.yml

* only make vcf in stub if vcf is in args

* add no-vcf tests

---------

Co-authored-by: Irene Duba <irene.duba@scilifelab.se>
)

Convert custom/tx2gene, tximeta/tximport, and
summarizedexperiment/summarizedexperiment to emit versions via
topic channels, enabling automatic version collection in
downstream subworkflows.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@srisarya srisarya enabled auto-merge March 17, 2026 11:32
@srisarya
Copy link
Contributor

PR closed since auto merge will happen :)

@srisarya srisarya closed this Mar 17, 2026
auto-merge was automatically disabled March 17, 2026 11:33

Pull request was closed

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.

new module: disambiguate