From f84dfb2b4b871fe9857246594532abae8d951e95 Mon Sep 17 00:00:00 2001 From: eugenefischer <66030419+eugenefischer@users.noreply.github.com> Date: Mon, 26 Sep 2022 00:43:13 -0500 Subject: [PATCH] Method stub for simulating read depth --- src/main/java/Plate.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/java/Plate.java b/src/main/java/Plate.java index 8b26ec3..168ee67 100644 --- a/src/main/java/Plate.java +++ b/src/main/java/Plate.java @@ -179,6 +179,10 @@ public class Plate { } } + private void countSequencesWithReadDepth(Map wellMap, List well, int... sIndices) { + + } + public String getSourceFileName() { return sourceFile; }