Replies: 1 comment 1 reply
-
Hi @Tong-Chen , the As for the metadata file, that feature is still under development. If you see a PR that isn't "merged", that means it hasn't made it into the main codebase yet. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
For nextflow before
22.04.5
, the dag file likepipeline.dot
would be generated once the nextflow is started.For nextflow in version
23.04
, the dag file likepipeline.dot
would be generated after the nextflow is finished.Is there any way to config to generate this dag file once started? Since I need this file to create the structure of the workflow.
Or is there another way to get the structure of the pipeline?
By the way, I could not find this file
.command.meta.json
which was mentioned in #3802 either. Is this file canceled? (I am using Nextflow version23.05.0-edge
)Thanks!
Chen Tong
Beta Was this translation helpful? Give feedback.
All reactions