| `-with-trace` | `trace.txt` | Execution tracing file of the pipeline, containing informations as location of cache directories and memory and cpus statistics for each job. More explanations [here](https://www.nextflow.io/docs/latest/tracing.html?highlight=dag#trace-report). |
| `-with-report ` | `report.html` | Execution metrics of workflow execution. More explanations [here](https://www.nextflow.io/docs/latest/tracing.html?highlight=dag#execution-report). |
| `-with-report ` | `report.html` | Execution metrics of workflow execution. Contains metadata with shell commands launched by each process. More explanations [here](https://www.nextflow.io/docs/latest/tracing.html?highlight=dag#execution-report). |
| `-with-timeline` | `timeline.html` | Time metrics of workflow execution. More explanations [here](https://www.nextflow.io/docs/latest/tracing.html?highlight=dag#timeline-report). |
| `-with-dag` | `dag.dot` | Modelisation of the pipeline by a Direct Acyclic Graph. More explanations [here](https://www.nextflow.io/docs/latest/tracing.html?highlight=dag#dag-visualisation). |