github.com/broadinstitute/ops-terra-utils/CombineMetricsFiles

WDL Input Overview

This WDL copies will combine multiple metrics files into one file while adding an identifier column. The identifier column can be specified or the metrics file name will be used as the identifier. Whichever identifier is used it must be unique. The output file will be saved to a specified GCP path.

An example of the inputs → output is shown below:

Inputs would be

metric_name1,metric_value1
metric_name2,metric_value2
metric_namex,metric_valuex
metric_namey,met
<hr>
<small>This is a companion discussion topic for the original entry at <a href='https://dockstore.org/workflows/github.com/broadinstitute/ops-terra-utils/CombineMetricsFiles'>github.com/broadinstitute/ops-terra-utils/CombineMetricsFiles</a></small>