Merged bug fix from Stable into Unstable
This commit is contained in:
commit
04971aecc9
|
|
@ -41,8 +41,8 @@ class RecalibrateBaseQualities extends QScript {
|
||||||
|
|
||||||
nContigs = getNumberOfContigs(input)
|
nContigs = getNumberOfContigs(input)
|
||||||
|
|
||||||
val recalFile1: File = new File("recal1.csv")
|
val recalFile1: File = swapExt(input, ".bam", "recal1.csv")
|
||||||
val recalFile2: File = new File("recal2.csv")
|
val recalFile2: File = swapExt(input, ".bam", "recal2.csv")
|
||||||
val recalBam: File = swapExt(input, ".bam", "recal.bam")
|
val recalBam: File = swapExt(input, ".bam", "recal.bam")
|
||||||
val path1: String = "before"
|
val path1: String = "before"
|
||||||
val path2: String = "after"
|
val path2: String = "after"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue