We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1faa1a2 commit 2fdc418Copy full SHA for 2fdc418
Cuernavaca/slides/Cuernavaca.md
@@ -516,6 +516,21 @@ can cause collisions
516
517
518
519
+# How did we do?
520
+
521
+* The true composition of the sample was:
522
+ * Zika virus (NC_012532.1) = 1000 (6.7%)
523
+ * HIV (HXB2) = 3000 (20%)
524
+ * HCV (H77) = 6000 (40%)
525
+ * random = 5000 (33.3%)
526
+* To check:
527
+ ```
528
+ grep -c NC_012 mixed3.sam
529
+ grep -c H77 mixed3.sam
530
+ grep -c HXB2 mixed3.sam
531
532
533
534
# Advertencias
535
536
* These scripts were prepared for this workshop to demonstrate how
0 commit comments