Replies: 1 comment
-
I don't think this is possible. I have seen many people asking this question and never manage to find or see a solution to it. I managed to get the dictionary with the config information if it's a single file, but it's not even resolved... |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I'm looking for a way to dump the fully resolved configuration (not just the files, but the resolved/active/layered config contents).
nextflow config
works well enough, but I want to do this inside a workflow as a final step to store the full active configuration that the workflow was run under.Is there a mechanism to do this? I know for the
params
I can just access theparams
builtin and dump the contents of that object, but that misses e.g. process configuration that is applied via config.Beta Was this translation helpful? Give feedback.
All reactions