Skip to content

Commit 437ddf8

Browse files
committed
analyze_run.py bug fixed, update 3.2.2
1 parent 90b73d0 commit 437ddf8

File tree

4 files changed

+1
-143
lines changed

4 files changed

+1
-143
lines changed

analyze_run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
QC_lines.append("4. Evaluation of No Target Control (NTC) Contamination \n")
337337
if high_raw_ntc_signal:
338338
for sample, assay, t13 in high_raw_ntc_signal:
339-
QC_lines.apend(f"The raw fluorescence signal for {sample} for {assay} is {t13}.\n")
339+
QC_lines.append(f"The raw fluorescence signal for {sample} for {assay} is {t13}.\n")
340340
QC_lines.append("Since the raw fluorescence signal for the listed sample(s) is above 0.5 a.u., it is being flagged to have a higher than normal signal for an NTC sample.")
341341
QC_lines.append("The range for typical raw fluorescence signal for an NTC sample is between 0.1 and 0.5 a.u. It is advised that the output files be examined further to evaluate potential NTC contamination.\n\n")
342342
else:

output_1691470087/Assay_Performance_QC_Tests_1691470087.txt

Lines changed: 0 additions & 42 deletions
This file was deleted.

output_1691470087/Quality_Control_Checks_1691470087.txt

Lines changed: 0 additions & 50 deletions
This file was deleted.

output_1691470087/Quality_Control_Flags_1691470087.txt

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)