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

fixed outputDir flexiprep

parent 7f48f593
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ class GearsSingle(val root: Configurable) extends QScript with SummaryQScript wi
val flexiprep = new Flexiprep(this)
flexiprep.input_R1 = r1
flexiprep.input_R2 = r2
flexiprep.outputDir = new File(outputDir, "flexiprep")
flexiprep.init()
flexiprep.biopetScript()
addAll(flexiprep.functions)
......
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