Skip to content

Commit 845757b

Browse files
committed
Debug cellranger/symlink
1 parent 137d896 commit 845757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/run/CellRangerGexCountStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ public File getInclusionListFile(Logger logger) throws PipelineJobException
643643
{
644644
try
645645
{
646-
exe = Files.readSymbolicLink(exe.toPath()).toRealPath().toFile();
646+
exe = Files.readSymbolicLink(exe.toPath()).resolve(exe.getParentFile().toPath()).toFile();
647647
logger.debug("cellranger symlink target: " + exe.getPath());
648648
}
649649
catch (IOException e)

0 commit comments

Comments
 (0)