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

- Fixed Bwa on Gatk, did called the wrong config

parent b1276a90
No related branches found
No related tags found
No related merge requests found
......@@ -186,7 +186,7 @@ class Gatk(private var globalConfig: Config) extends QScript {
flexiprep.script
addAll(flexiprep.functions) // Add function of flexiprep to curent function pool
val bwaCommand = new Bwa(config.getAsConfig("bwa"))
val bwaCommand = new Bwa(config)
bwaCommand.R1 = flexiprep.outputFiles("output_R1")
if (paired) bwaCommand.R2 = flexiprep.outputFiles("output_R2")
bwaCommand.referenceFile = referenceFile
......
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