gen3_to_job.py¶
Produce a Job object which can either be used to build a local report or to ship to SQuaSH.
usage: gen3_to_job.py [-h] [--metrics_package METRICS_PACKAGE] [--spec SPEC]
--dataset_name DATASET_NAME
repository collection
positional arguments¶
-
repository¶ Path to a valid gen3 repository
-
collection¶ Collection to search for metric measurement values
optional arguments¶
-
-h,--help¶ show this help message and exit
-
--metrics_package<metrics_package>¶ Metrics namespace to filter by. If omitted, all metrics are processed.
-
--spec<spec>¶ Spec level to apply: minimum, design, or stretch
-
--dataset_name<dataset_name>¶ Name of the dataset for which the report is being generated.This is the desired ci_dataset tag in SQuaSH.