qc_mind_the_gap is the efficiency "bottle neck" of the QC process as it is the most time-consuming step. It is performed two times, one for obtain the gap info and another one for plotting the gaps for visualization. This is very inefficient.
TO DO: Modify vis_gap_lines function to use the result of qc_mind_the_gap instead of executing it inside the function. This will reduce in about 25% the time spent in the QC process.
qc_mind_the_gap
is the efficiency "bottle neck" of the QC process as it is the most time-consuming step. It is performed two times, one for obtain the gap info and another one for plotting the gaps for visualization. This is very inefficient.TO DO: Modify
vis_gap_lines
function to use the result ofqc_mind_the_gap
instead of executing it inside the function. This will reduce in about 25% the time spent in the QC process.