You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
story.append(Paragraph(f"<font color=\"#666666\">\t→ {sampletype} sample likely leads to lower TASS scores due to relatively low read count or coverage of organisms. All pathogens are defaulted to primary pathogens.</font>", small_style))
5024
-
ifsampletype!="blood":
5025
-
story.append(Paragraph(f"<font color=\"#666666\">\t→ {sampletype} follows the same anticipated clinical distribution as blood samples.</font>", small_style))
5022
+
5026
5023
# ── Check if any qualifying strains have below-threshold zscore ───
5027
5024
# If so, add a note explaining the diamond symbol and faded rows.
"• Sterile samples (<b>blood, CSF, sterile, and serum</b>) may yield lower TASS scores due to relatively low read count or limited genomic coverage. "
5489
+
"All detected pathogens for these sample types are therefore classified as <b>primary pathogens</b> by default.",
5490
+
metadata_style
5491
+
))
5492
+
story.append(Spacer(1, 0.05*inch))
5493
+
5490
5494
story.append(Paragraph(
5491
5495
"• Sample names and species groups throughout the report are hyperlinked for navigation. "
5492
5496
"Selecting a sample or organism entry will jump directly to its corresponding section in the document.",
5493
5497
metadata_style
5494
5498
))
5495
-
story.append(Spacer(1, 0.03*inch))
5499
+
story.append(Spacer(1, 0.05*inch))
5500
+
5501
+
story.append(Paragraph(
5502
+
"• Organism groups are sorted by TASS score by default, or alphabetically when the alphabetical sorting option is enabled. ",
5503
+
metadata_style
5504
+
))
5505
+
story.append(Spacer(1, 0.05*inch))
5506
+
5507
+
story.append(Paragraph(
5508
+
"• Only samples and organism groups containing visible qualifying strains are included in the index and navigation sections. ",
5509
+
metadata_style
5510
+
))
5511
+
story.append(Spacer(1, 0.05*inch))
5496
5512
5497
5513
story.append(Paragraph(
5498
-
"• Organism groups are sorted by TASS score by default, or alphabetically when the alphabetical sorting option is enabled. "
5499
-
"• Only samples and organism groups containing visible qualifying strains are included in the index and navigation sections. "
5500
5514
"• When subkey grouping is enabled, each genus-level group expands into species/subkey summary rows followed by qualifying child strains that also pass the reporting threshold.",
5501
5515
metadata_style
5502
5516
))
5503
-
story.append(Spacer(1, 0.03*inch))
5517
+
story.append(Spacer(1, 0.05*inch))
5504
5518
5505
5519
story.append(Paragraph(
5506
5520
"• Low-confidence, high-consequence detections that do not appear in the PDF report may still be present in the corresponding Discovery Analysis TXT output file.",
0 commit comments