Skip to content
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 support for 'collecting' csv/tsv outputs #7

Closed
dfornika opened this issue Oct 18, 2023 · 0 comments · Fixed by #9
Closed

Add support for 'collecting' csv/tsv outputs #7

dfornika opened this issue Oct 18, 2023 · 0 comments · Fixed by #9

Comments

@dfornika
Copy link
Member

We produce several outputs on a per-sample basis that are simply a .csv file with a header and one line for the sample. Very often we want to collect those into a single .csv file that includes all samples in a particular analysis.

Add a --collect_outputs flag that will add collected outputs for any sample-specific csv or tsv files. Also support a --collected_outputs_prefix flag to set the filename prefix for the collected output files, with default value collected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant