Change indentation
This commit is contained in:
@@ -153,7 +153,9 @@ public class Plate {
|
||||
}
|
||||
|
||||
//returns a map of the counts of the sequence at cell index sIndex, in a specific well
|
||||
public Map<Integer, Integer> assayWellsSequenceS(int n, int... sIndices) { return this.assayWellsSequenceS(n, n+1, sIndices);}
|
||||
public Map<Integer, Integer> assayWellsSequenceS(int n, int... sIndices) {
|
||||
return this.assayWellsSequenceS(n, n+1, sIndices);
|
||||
}
|
||||
|
||||
//returns a map of the counts of the sequence at cell index sIndex, in a range of wells
|
||||
public Map<Integer, Integer> assayWellsSequenceS(int start, int end, int... sIndices) {
|
||||
|
||||
Reference in New Issue
Block a user