Closed tomsitter closed 8 years ago
There are several ways this feature could be implemented. For example it could be possible to implement a task completion notification handler, something similar to the workflow onComplete, that would allow the user to create its own report easily.
Another option could be to add a kind of log
command to the nextflow command line that would print to the stdout the tasks execution directories. Then the user should process them to read the command script.
This is available in version 0.22.0-RC1
Hi NextFlow team! @pditommaso
I understand that this enhancement has been implemented. However, I was unable to find any documentation on how to implement it (log the actual command of each process). Could you give me an example on how to do that?
Thank you very much in advance!
Cheers
Unfortunately it hasn't documented yet, but you can find a brief description here.
Feel free to comment on that thread for more details.
Hi there! That was it! Thanks!
It would be helpful if nextflow could create a log file of every command run similar to snakemake or ruffus.
For example, snakemake can print out a "dry run" of a workflow
Even an ability to automatically traverse the work/ directory and compile all of the commands after the workflow was executed would be helpful.
Thanks