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 137d896 commit 845757bCopy full SHA for 845757b
singlecell/src/org/labkey/singlecell/run/CellRangerGexCountStep.java
@@ -643,7 +643,7 @@ public File getInclusionListFile(Logger logger) throws PipelineJobException
643
{
644
try
645
646
- exe = Files.readSymbolicLink(exe.toPath()).toRealPath().toFile();
+ exe = Files.readSymbolicLink(exe.toPath()).resolve(exe.getParentFile().toPath()).toFile();
647
logger.debug("cellranger symlink target: " + exe.getPath());
648
}
649
catch (IOException e)
0 commit comments