Skip to content

Commit 1c8e519

Browse files
committed
Missed with last commit
1 parent a4ad1e9 commit 1c8e519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/AppendNimble.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected Chunk createParamChunk(SequenceOutputHandler.JobContext ctx, List<Seur
7777
for (int i = 0; i < json.length(); i++)
7878
{
7979
JSONArray arr = json.getJSONArray(i);
80-
if (arr.length() != 5)
80+
if (arr.length() != 4)
8181
{
8282
throw new PipelineJobException("Unexpected value: " + json.get(i));
8383
}

0 commit comments

Comments
 (0)