Skip to content

Commit 8a18745

Browse files
committed
Copy hashing HTML locally on QC failure
1 parent a0e71e6 commit 8a18745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ else if (!params.h5File.exists())
152152
String msg = "Hashing data contained HTOs with counts higher than those in the whitelist, this could indicate an error in the expected barcodes: " + line[2];
153153
if (params.failIfUnexpectedHtosFound)
154154
{
155+
CellHashingService.get().copyHtmlLocally(ctx);
155156
throw new PipelineJobException(msg);
156157
}
157158
else

0 commit comments

Comments
 (0)