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

Added gtf to star index generation

parent 53cc5101
No related branches found
No related tags found
No related merge requests found
......@@ -238,6 +238,7 @@ class GenerateIndexes(val root: Configurable) extends QScript with BiopetQScript
starIndex.outputDir = starDir
starIndex.reference = createLinks(starDir)
starIndex.runmode = "genomeGenerate"
starIndex.sjdbGTFfile = gtfFile
add(starIndex)
configDeps :+= starIndex.jobOutputFile
outputConfig += "star" -> Map(
......
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