nextflow inspect v25.04 still requiring input parameters #6148
Replies: 2 comments
-
Update: Providing dummy values for the params worked, I guess that's sufficient to bypass the nf-schema plugin.
|
Beta Was this translation helpful? Give feedback.
-
Make sure all of your validation logic is contained within a workflow definition, such as the entry workflow. This is why the nf-core pipelines work without params: https://github.com/nf-core/rnaseq/blob/b96a75361a4f1d49aa969a2b1c68e3e607de06e8/main.nf#L139-L173
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Expected behavior and actual behavior
I wanted to use the updated
nextflow inspect
CLI tool to grab all containers from a pipeline. According to the migration doc, the new command should "includes all processes that are included by the entry workflow (directly or indirectly)."The expected behavior was observed with nf-core pipelines, but I was unable to re-create with our internal pipelines.
Steps to reproduce the problem
I tested the command on a minimal pipeline, where each process container is defined within the module file.
Example module:
Program output
Nextflow version:
Testing the command on a minimal pipeline, with no process inclusions
Testing the command on a minimal piipeline, with process inclusions
Testing with docker enabled:
Environment
Additional context
(Add any other context about the problem here)
Beta Was this translation helpful? Give feedback.
All reactions