epi2me-labs / wf-artic

ARTIC SARS-CoV-2 workflow and reporting
https://labs.epi2me.io/
Other
47 stars 34 forks source link

Enable overwrite of reports as required from nf v22.10.0 #72

Closed corneliusroemer closed 1 year ago

corneliusroemer commented 1 year ago

Resolves #71

If one wanted to introduce rolling report numbers - that would be possible, but as it stands the behaviour is not good at all as it causes tedious work on behalf of the user and this change should be made deliberately.

For context: https://bioinformatics.stackexchange.com/a/20097/12272

Rotation of report files (trace, execution, timeline etc) was removed recently (since version 22.10.0 in a762ed5). >To overwrite the existing trace file you will need to add the following to your Nextflow config: trace.overwrite = true See: https://github.com/nextflow-io/nextflow/issues/3317

mattdmem commented 1 year ago

Thanks for this we've updated all our workflows to include overwrites