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 2c46711 commit 7de9d47Copy full SHA for 7de9d47
singlecell/src/org/labkey/singlecell/run/CellRangerGexCountStep.java
@@ -650,7 +650,7 @@ public File getInclusionListFile(Logger logger) throws PipelineJobException
650
}
651
652
653
- File il = new File(exe.getParentFile(), "lib/python/cellranger/barcodes/" + _inclusionListFile);
+ File il = new File(exe.getAbsoluteFile().getParentFile(), "lib/python/cellranger/barcodes/" + _inclusionListFile);
654
if (!il.exists())
655
{
656
throw new PipelineJobException("Unable to find file: " + il.getPath());
0 commit comments