Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop printing the nextflow usage to the console #172

Open
SPPearce opened this issue Nov 25, 2024 · 0 comments
Open

Stop printing the nextflow usage to the console #172

SPPearce opened this issue Nov 25, 2024 · 0 comments

Comments

@SPPearce
Copy link

The action current prints the nextflow usage to the console.
Can we turn this off, as it just creates noise in the logs when you are looking for actual output, for instance: https://github.com/nf-core/modules/actions/runs/11997869457/job/33472103251?pr=7075#step:4:91:

Input version '' resolved to Nextflow v24.10.1
Downloaded `nextflow` to /opt/actions-runner/_work/_tool/nextflow/24.10.1/x64 and added to PATH
(node:8085) [DEP0147] DeprecationWarning: In future versions of Node.js, fs.rmdir(path, { recursive: true }) will be removed. Use fs.rm(path, { recursive: true }) instead
(Use `node --trace-deprecation ...` to show where the warning was created)
/opt/actions-runner/_work/_tool/nextflow/24.10.1/x64/nextflow help
Downloading nextflow dependencies. It may require a few seconds, please wait .. 
Usage: nextflow [options] COMMAND [arg...]

Options:
  -C
     Use the specified configuration file(s) overriding any defaults
  -D
     Set JVM properties
  -bg
     Execute nextflow in background
  -c, -config
     Add the specified file to configuration set
  -config-ignore-includes
     Disable the parsing of config includes
  -h
     Print this help
  -log
     Set nextflow log file path
  -q, -quiet
     Do not print information messages
  -remote-debug
     Enable JVM interactive remote debugging (experimental)
  -syslog
     Send logs to syslog server (eg. localhost:514)
  -trace
     Enable trace level logging for the specified package name - multiple packages can be provided separating them with a comma e.g. '-trace nextflow,io.seqera'
  -v, -version
     Print the program version

Commands:
  clean         Clean up project cache and work directories
  clone         Clone a project into a folder
  config        Print a project configuration
  console       Launch Nextflow interactive console
  drop          Delete the local copy of a project
  help          Print the usage help for a command
  info          Print project and system runtime information
  inspect       Inspect process settings in a pipeline project
  kuberun       Execute a workflow in a Kubernetes cluster (experimental)
  list          List all downloaded projects
  log           Print executions log and runtime info
  plugin        Execute plugin-specific commands
  pull          Download or update a project
  run           Execute a pipeline project
  secrets       Manage pipeline secrets
  self-update   Update nextflow runtime to the latest available version
  view          View project script file(s)
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 a pull request may close this issue.

1 participant