Skip to content
Snippets Groups Projects
Commit 1047c24a authored by bow's avatar bow
Browse files

Use the correct path separator

parent 1eaad60f
No related branches found
No related tags found
No related merge requests found
......@@ -155,7 +155,7 @@ class Fastqc(root: Configurable) extends nl.lumc.sasc.biopet.extensions.Fastqc(r
"fastqc_data" -> "fastqc_data.txt")
.map {
case (name, relPath) =>
name -> Map("path" -> (outputDir + File.pathSeparator + relPath))
name -> Map("path" -> (outputDir + File.separator + relPath))
}
ConfigUtils.mapToJson(outputMap)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment