We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This warning appears when the execution report and timeline already exist, e.g. when executing the pipeline multiple times:
WARN: Failed to render execution report -- see the log file for details WARN: Failed to render execution timeline -- see the log file for details
The reports can be overwritten (https://www.nextflow.io/docs/latest/config.html#config-report) - or we introduce a timestamp to make the filename unique.
I like the timestamp solution more - any objections?
The text was updated successfully, but these errors were encountered:
timestamp is also fine. i added overwrite true to my workflows so far :)
Sorry, something went wrong.
added timestamp to reports; solves #256
52f5eff
Merge pull request #257 from replikation/MarieLataretu/issue256
800799b
MarieLataretu
No branches or pull requests
This warning appears when the execution report and timeline already exist, e.g. when executing the pipeline multiple times:
The reports can be overwritten (https://www.nextflow.io/docs/latest/config.html#config-report) - or we introduce a timestamp to make the filename unique.
I like the timestamp solution more - any objections?
The text was updated successfully, but these errors were encountered: