Browse code

small fix

Ge Tan authored on 21/09/2016 16:35:40
Showing 1 changed files

... ...
@@ -180,7 +180,7 @@ makeCNEDensity <- function(x, outputDir=".",
180 180
   bigwigFnFirst <- file.path(outputDir, 
181 181
                              paste0("CNE_density_", genomeFirst, "_",
182 182
                                     genomeSecond, "_", threshold, ".bw"))
183
-  export.bw(densityFirst, con=bwFnFirst)
183
+  export.bw(densityFirst, con=bigwigFnFirst)
184 184
   bigwigFnSecond <- file.path(outputDir, 
185 185
                               paste0("CNE_density_", genomeSecond, "_",
186 186
                                      genomeFirst, "_", threshold, ".bw"))