apply_qc_checks
function excludes possibility to control qc flags individually
#56
Closed
4 tasks done
Currently, the
apply_qc_function
applies another function to different qc flags and compiles it into a single flag. For example, if it runs theqc_check_profile_fullness
function, then all the attributes ofprofile_fullness_{variable}
are looked at together, and a composite value ofTrue
(if all True) orFalse
(if any False) is provided to the attributeprofile_fullness
.qc_filter
function #57skip
argument for QC methods #59filter_flags
#64The text was updated successfully, but these errors were encountered: