Skip to content
Snippets Groups Projects
Commit a93c9319 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Make reference absolute

parent eb5f9327
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ class Star(val root: Configurable) extends BiopetCommandLineFunction {
@Argument(doc = "Output Directory")
var outputDir: File = _
var genomeDir: File = config("genomeDir", new File(reference.getParent, "/star"))
var genomeDir: File = config("genomeDir", new File(reference.getAbsoluteFile.getParent, "star"))
var runmode: String = _
var sjdbOverhang: Int = _
var outFileNamePrefix: String = _
......
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