-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
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
Generating a report after the execution of workflow. #975
Comments
@gaow I am still working on this ticket but the framework is done and ready for comment. More specifically,
Right now the template is very crude and I am adding CSS, but more importantly we need to decide what to display in the report. I am thinking of
I am not sure if it is needed to list the executed steps, input and output files etc. This feature re-uses the reporting mechanism used for pack/unpack but is no longer compatible with them. pack/unpack are therefore removed, at least for now. |
Roughly done. |
Many workflow systems (e.g. nextflow and snakemake) generates a report after the completion of a workflow, including all the information such as steps executed, CPU/MEM usages, time, perhaps information on intermediate files. It is nice to have because it keeps all information in one place and users can refer back to the report if needed. SoS already has most of the information at hand and it would be nice to offer an option to create a report.
Hard to get name for an option though because we are limited to single letter options for
sos run
.-r
is already used by remote execution.The text was updated successfully, but these errors were encountered: