nf-command-archiver / Download Trends
Total downloads:
0
Description:
`nf-command-archiver` is a Nextflow plugin that collects the per-task `.command.xxx` files from a run and bundles them into a number of formats for easier analysis.
There will be a
- Single page html report, showing all commands run, and logs resulting from those commands.
- An archive, probably .tar.gz, containing all the commands and logs.
- Maybe a markdown equivalento with code snippet sections
It gives you a portable record of exactly what ran and what each task logged, which is useful for debugging failed runs or archiving alignment jobs.
Basically a similar but much more readable / digestable version of
https://github.com/nextflow-io/nextflow/tree/master/modules/nextflow/src/main/resources/nextflow/trace/assets
MIT License