Hi everyone
I'm trying to run a pipeline using the -with-report option ithout success, the following error is triggered: "Unknown option: -with-report -- Check the available commands and options and syntax with 'help'"
I've tryed using different commands all without success:
- sudo nextflow run
pipeline.nf -with-report 'report.html'
by the way, my nextflow version is 0.27.0 build 4751 and my nextflow.config file have this:
trace {
enabled = true
file = 'pipeline_trace.txt'
fields = 'task_id,name,status,exit,realtime,%cpu,rss'
}
timeline {
enabled = true
file = 'timeline.html'
}
report {
enabled = true
file = 'report.html'
}
Any help will be very appreciated.
Thanks a lot.
Alejandro.