https://github.com/vmikk/nfu
Nextflow resource usage summarizer
https://github.com/vmikk/nfu
Last synced: about 1 year ago
JSON representation
Nextflow resource usage summarizer
- Host: GitHub
- URL: https://github.com/vmikk/nfu
- Owner: vmikk
- License: mit
- Created: 2025-04-02T07:23:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-13T08:37:10.000Z (about 1 year ago)
- Last Synced: 2025-04-13T09:38:22.246Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nfu - Nextflow resource usage summarizer
`nfu` is a lightweight command-line tool designed to summarize resource usage of Nextflow pipelines.
It parses profiling tables (e.g., `execution_trace_*.txt`) and quickly estimates the amount of resources consumed (e.g., total CPU time).
Input files are generated by Nextflow with the [`-with-trace` flag](https://www.nextflow.io/docs/latest/reports.html#trace-file).