seqeralabs / nf-tower

Nextflow Tower system
https://tower.nf
Mozilla Public License 2.0
144 stars 51 forks source link

Failed processes should maybe be re-labelled if they pass after a retry #267

Open drpatelh opened 3 years ago

drpatelh commented 3 years ago

Having looked at the Tower report for a recent successful run of the nf-core/rnaseq pipeline (top box in green) the overall process counts indicate that I have 11 cached, 259 succeeded and 3 failed. However, given that the pipeline has passed it's a bit misleading to suggest that you still have failed processes. These failed processes were in fact retried and passed so maybe there should be another box there for retried? Using the example below this would read as 11 cached, 259 succeeded, 0 failed and 3 retried.

image

Ping @abhi18av