Method stub for simulating read depth

This commit is contained in:
eugenefischer
2022-09-26 00:43:13 -05:00
parent 184278b72e
commit f84dfb2b4b
+4
View File
@@ -179,6 +179,10 @@ public class Plate {
}
}
private void countSequencesWithReadDepth(Map<Integer, Integer> wellMap, List<Integer[]> well, int... sIndices) {
}
public String getSourceFileName() {
return sourceFile;
}