From 26f66fe139d0ef3836e8b5ae4a93bc9f8b612eb0 Mon Sep 17 00:00:00 2001 From: eugenefischer <66030419+eugenefischer@users.noreply.github.com> Date: Sat, 1 Oct 2022 14:35:35 -0500 Subject: [PATCH] Remove outdated comments --- src/main/java/Simulator.java | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main/java/Simulator.java b/src/main/java/Simulator.java index 5e03b57..a24190f 100644 --- a/src/main/java/Simulator.java +++ b/src/main/java/Simulator.java @@ -12,14 +12,6 @@ import java.text.NumberFormat; import java.time.Instant; import java.time.Duration; import java.util.*; -/* - Refactor notes - What would be necessary to do everything with only one scan through the sample plate? - I would need to keep a list of sequences (real and spurious), and metadata about each sequence. - I would need the data: - * # of each well the sequence appears in - * Read count in that well - */ //NOTE: "sequence" in method and variable names refers to a peptide sequence from a simulated T cell