Skip to content

Improve module command: logging, info URL and search output#6961

Merged
pditommaso merged 2 commits into
masterfrom
module-improvements
Mar 25, 2026
Merged

Improve module command: logging, info URL and search output#6961
pditommaso merged 2 commits into
masterfrom
module-improvements

Conversation

@pditommaso

Copy link
Copy Markdown
Member

Summary

  • Enable file logging (.module.log) with rolling policy for nextflow module run command
  • Fix module info URL to use fullName instead of URL-encoded name with /admin path
  • Update search output message from "Found N module(s)" to "Top N matching module(s)"

Test plan

  • Run nextflow module run <module> and verify .module.log is created with expected log output
  • Verify .module.log rolling policy works (.module.log.1, etc.)
  • Verify other module subcommands (install, list, search) do NOT create a log file
  • Verify NXF_LOG_FILE env var overrides the default .module.log name
  • Run nextflow module info and check the printed URL is correct
  • Run nextflow module search and verify the updated output message

🤖 Generated with Claude Code

…nd search output

- Enable file logging (.module.log) with rolling policy for `nextflow module run`
- Fix module info URL to use fullName instead of URL-encoded name with /admin path
- Update search output to say "Top N matching module(s)" instead of "Found N module(s)"

Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
@netlify

netlify Bot commented Mar 23, 2026

Copy link
Copy Markdown

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 4def88b
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/69c3f554351f13000880d42a

@pditommaso pditommaso merged commit 30c5dca into master Mar 25, 2026
24 checks passed
@pditommaso pditommaso deleted the module-improvements branch March 25, 2026 15:34
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