Replies: 1 comment
-
Yes, check here. You can totally do something like: nextflow run nextflow-io/hello -with-trace test/teste.txt But be aware that by default, Nextflow will not overwrite already existing trace files, so if you want it to overwrite previously created trace files, you must set |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have a general question.
Is it possible to specify the trace.txt path when executing a workflow?
I am executing nextflow run with the "-with-trace" option but I would like to change the writing location.
Is it possible to do this at the run stage? like "-with-trace ../path/trace.txt"?
Thanks for the help
Francesco
Beta Was this translation helpful? Give feedback.
All reactions