Skip to content

Commit 255489c

Browse files
collections -> collections4
1 parent c4ac23e commit 255489c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tcrdb/src/org/labkey/tcrdb/pipeline/CellRangerVDJUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ private void saveRun(PipelineJob job, ExpProtocol protocol, AnalysisModel model,
732732
}
733733
}
734734

735-
public static void deleteExistingData(AssayProvider ap, ExpProtocol protocol, Container c, User u, Logger log, int readsetId) throws PipelineJobException
735+
public static void deleteExistingData(AssayProvider ap, ExpProtocol protocol, Container c, User u, Logger log, long readsetId) throws PipelineJobException
736736
{
737737
log.info("Preparing to delete any existing runs from this container for the same readset: " + readsetId);
738738

0 commit comments

Comments
 (0)