Skip to content

Commit 6e34b82

Browse files
committed
Update analyze_run.py
1 parent 437ddf8 commit 6e34b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

analyze_run.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@
332332
# apply ntc_check to the t13_hit_output df to generate a list of all ntc positive assays
333333
assigned_signal_norm_2 = pd.DataFrame(assigned_norms['signal_norm_raw']).copy() # make a copy of assigned_signal_norm dataframe
334334

335+
335336
high_raw_ntc_signal = qual_checks.ntc_check(assigned_signal_norm_2)
336337
QC_lines.append("4. Evaluation of No Target Control (NTC) Contamination \n")
337338
if high_raw_ntc_signal:

0 commit comments

Comments
 (0)