build-gather-resource-usage-qg¶
Build a QuantumGraph that gathers and consolidates resource usage tables from existing metadata datasets.
usage: build-gather-resource-usage-qg [-h] [--dataset-types DATASET_TYPES]
                                      [--where WHERE] [--output COLL]
                                      [--output-run RUN]
                                      repo filename collections
                                      [collections ...]
positional arguments¶
- repo¶
 Path to data repository or butler configuration.
- filename¶
 Output filename for QuantumGraph.
- collections¶
 Collection(s)s to search for input metadata.
options¶
- -h, --help¶
 show this help message and exit
- --dataset-types <dataset_types>¶
 Glob-style patterns for input metadata dataset types.
- --where <where>¶
 Data ID expression used when querying for input metadata datasets.
- --output <coll>¶
 Name of the output CHAINED collection. If this options is specified and –output-run is not, then a new RUN collection will be created by appending a timestamp to the value of this option.
- --output-run <run>¶
 Output RUN collection to write resulting images. If not provided then –output must be provided and a new RUN collection will be created by appending a timestamp to the value passed with –output.