-
Notifications
You must be signed in to change notification settings - Fork 481
Add tabular output to tb-profiler collate #7345
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
Add tabular output to tb-profiler collate #7345
Conversation
Co-authored-by: M Bernt <m.bernt@ufz.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very nice! Can you please bump the version number of VERSION_SUFFIX in the macro file.
|
|
||
| <outputs> | ||
| <data name="output_txt" format="txt" label="${tool.name} on ${on_string}: Summary Report" from_work_dir="tbprofiler.txt"/> | ||
| <data name="output_txt" format="txt" label="${tool.name} on ${on_string}: Summary Report (txt)" from_work_dir="tbprofiler.txt"/> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we remove this one?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Thanks for checking! This is just an update to the label to distinguish the TXT output from the tabular output.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The txt output is still there. Should it be removed as suggested by @bgruening ?
|
Thanks a lot @buhlentozini !! very apprecited :) |
|
Attention: deployment skipped! https://github.com/galaxyproject/tools-iuc/actions/runs/18664642071 |
1 similar comment
|
Attention: deployment skipped! https://github.com/galaxyproject/tools-iuc/actions/runs/18664642071 |
|
Attention: deployment skipped! https://github.com/galaxyproject/tools-iuc/actions/runs/18664642071 |
1 similar comment
|
Attention: deployment skipped! https://github.com/galaxyproject/tools-iuc/actions/runs/18664642071 |
|
has been deployed |
This PR:
Adds a tabular output to the tb-profiler collate tool.
The tabular format preserves headers for easy viewing and download in Galaxy. Test data and metadata columns have been updated accordingly.
No other tool functionality was changed.
This PR is focused solely on adding the tabular output to tb-profiler collate
Planemo tests pass with the updated tabular output.