Skip to content
Snippets Groups Projects
Commit 00b8265b authored by sajvanderzeeuw's avatar sajvanderzeeuw
Browse files

Changed one option in BWA.scala so mapping had to be changed as well

parent f2db87ce
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ class Mapping(val root: Configurable) extends QScript with BiopetQScript {
bwaCommand.R1 = R1
if (paired) bwaCommand.R2 = R2
bwaCommand.deps = deps
bwaCommand.RG = getReadGroup
bwaCommand.R = getReadGroup
bwaCommand.output = new File(chunkDir + outputName + ".sam")
add(bwaCommand, isIntermediate = true)
bamFiles :+= addSortSam(List(bwaCommand.output), swapExt(chunkDir, bwaCommand.output, ".sam", ".bam"), chunkDir)
......
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