We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738f612 commit e39d74bCopy full SHA for e39d74b
1 file changed
SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/TaskFileManagerImpl.java
@@ -387,7 +387,7 @@ private File convertRelPathToFile(String line)
387
return null;
388
}
389
390
- File f = FileUtil.appendName(_workLocation, line);
+ File f = FileUtil.appendPath(_workLocation, Path.parse(line));
391
if (!f.exists())
392
{
393
File test = FileUtil.appendPath(getSupport().getAnalysisDirectory().toNioPathForRead().toFile(), Path.parse(line));
0 commit comments