Skip to content

Commit c2f7164

Browse files
committed
Bugfix seurat object creation
1 parent 89e6d76 commit c2f7164

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

singlecell/src/org/labkey/singlecell/analysis/AbstractSingleCellHandler.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -669,6 +669,8 @@ else if (inputFiles.size() == 1)
669669
try
670670
{
671671
ctx.getLogger().debug("Comparing file context of output to determine if it matches input: "+ output.getFile().getName());
672+
ctx.getLogger().debug("Original file: " + localCopyToOrig.get(output.getFile()));
673+
ctx.getLogger().debug("Pipeline output file: " + output.getFile());
672674
if (FileUtils.contentEquals(localCopyToOrig.get(output.getFile()), output.getFile()))
673675
{
674676
ctx.getLogger().info("Sequence output is the same as an input, will not re-create output for seurat object: " + output.getFile().getPath());

0 commit comments

Comments
 (0)