Skip to content

Deprecate quartonotebook module in favour of quarto/notebook - #12659

Merged
fasterius merged 9 commits into
nf-core:masterfrom
fasterius:quarto/notebook
Aug 19, 2026
Merged

Deprecate quartonotebook module in favour of quarto/notebook#12659
fasterius merged 9 commits into
nf-core:masterfrom
fasterius:quarto/notebook

Conversation

@fasterius

Copy link
Copy Markdown
Contributor

This PR deprecates the quartonotebook module in favour of quarto/notebook, since another Quarto-related module has been added (quarto/prerender: #12187).

PR checklist

  • This comment contains a description of changes (with reason).
  • 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

Comment thread modules/nf-core/quarto/notebook/main.nf
Comment thread modules/nf-core/quartonotebook/main.nf
@fasterius
fasterius marked this pull request as ready for review August 18, 2026 13:50

@mahesh-panchal mahesh-panchal left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

One small thing to fix

// (which is the default), in order to correctly output `versions.csv`.
// The other test notebooks are executed by default, so this argument
// changes nothing there.
ext.args = "--execute"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Args can be supplied in a parameter block on a test specific basis like so
https://nf-co.re/docs/specifications/components/modules/testing#configuration-of-extargs-in-tests. Please use this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I hadn't seen that before, thanks!

Comment thread modules/nf-core/quarto/notebook/main.nf
Comment thread modules/nf-core/quarto/notebook/tests/nextflow.config
@fasterius
fasterius added this pull request to the merge queue Aug 19, 2026
Merged via the queue into nf-core:master with commit b0c002b Aug 19, 2026
58 checks passed
@fasterius
fasterius deleted the quarto/notebook branch August 19, 2026 12:30
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.

2 participants