We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89e6d76 commit c2f7164Copy full SHA for c2f7164
singlecell/src/org/labkey/singlecell/analysis/AbstractSingleCellHandler.java
@@ -669,6 +669,8 @@ else if (inputFiles.size() == 1)
669
try
670
{
671
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());
674
if (FileUtils.contentEquals(localCopyToOrig.get(output.getFile()), output.getFile()))
675
676
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