-
Notifications
You must be signed in to change notification settings - Fork 38
Added nf-datatrail version 0.0.1 #119
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
Added nf-datatrail version 0.0.1 #119
Conversation
Signed-off-by: Lehmann_Fabian <[email protected]>
Signed-off-by: Lehmann_Fabian <[email protected]>
Signed-off-by: Lehmann_Fabian <[email protected]>
|
Thank you, I fixed it! |
|
Thanks Fabian. This plugin looks really cool. A few general comments:
|
|
Hi Ben, Thanks for your review. The purpose of this plugin is to understand the dataflow without needing to go through all Nextflow files. The visualization is just an addition, as the data is available. However, the primary purpose was to write the input and output CSV.
|
|
Okay, I see what you mean about the CSV reports. In that case, you might want to take a look at this... nextflow-io/nextflow#5715 We are developing a datastore to track all of the execution metadata, including task inputs/outputs and file sizes. The PR includes a few CLI commands if you want to play with it. If I understand correctly, your reports could be generated from this datastore |
|
It's nice to see that Nextflow will natively support it. But for now, I stick to my plugin as it 100% covers my needs. And for the case that someone else would benefit, I ask you to accept my plugin :) |
Signed-off-by: Lehmann_Fabian <[email protected]>
|
Fair enough. In that case, I must insist on a more specific name. How about |
|
Or |
|
Thanks, I will rename it. How about |
|
Sure. |
Signed-off-by: Lehmann_Fabian <[email protected]>
Signed-off-by: Lehmann_Fabian <[email protected]>
|
Okay, it took much longer than I thought, but it is finished now. |
Signed-off-by: Lehmann_Fabian <[email protected]>
This plugin visualizes and traces the physical DAG in Nextflow pipelines. It provides insights into data flow, process dependencies, and file sizes. I’d love to share this with the community!