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

fixed output dir of star

parent f101ac58
No related branches found
No related tags found
No related merge requests found
......@@ -171,7 +171,7 @@ class GenerateIndexes(val root: Configurable) extends QScript with BiopetQScript
outputConfig += "gsnap" -> Map("dir" -> gmapBuild.dir.getAbsolutePath, "db" -> genomeName)
outputConfig += "gmap" -> Map("dir" -> gmapBuild.dir.getAbsolutePath, "db" -> genomeName)
val starDir = new File(outputDir, "star")
val starDir = new File(genomeDir, "star")
val starIndex = new Star(this)
starIndex.outputDir = starDir
starIndex.reference = createLinks(starDir)
......
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