+ Segment-based QC can be applied to influenza genomes for "percent_reference_coverage", "median_coverage", and "num_minor_snv". To apply thresholds across all segments, use "segment_" as a prefix for the QC threshold column in the QC check template. To apply thresholds to individual segments, use the following prefixes: "mp_", "pb1_", "pb2_", "na_", "ns_", "np_", "pa_", and "ha_". For example, percent reference coverage for the mp segment should have a column labeled `mp_percent_reference_coverage`. Segment-specific thresholds are preferentially used over general segment thresholds if both are present. If all segment-specific thresholds are provided for a metric, the general segment threshold for that metric should be left blank. Otherwise, the `qc_check` output will contain a `QC_ALERT` message. If some segment-specific thresholds are provided for a metric, the general segment threshold will only be used for segments that do not have a provided threshold.
0 commit comments