Browse code

small fix

Ge Tan authored on 21/09/2016 16:25:51
Showing 1 changed files

... ...
@@ -178,11 +178,11 @@ makeCNEDensity <- function(x, outputDir=".",
178 178
   # Make bigwig files
179 179
   message("Making bigwig files...")
180 180
   bigwigFnFirst <- file.path(outputDir, 
181
-                             paste0("CNE_density", genomeFirst, "_",
181
+                             paste0("CNE_density_", genomeFirst, "_",
182 182
                                     genomeSecond, "_", threshold, ".bw"))
183 183
   export.bw(densityFirst, con=bwFnFirst)
184 184
   bigwigFnSecond <- file.path(outputDir, 
185
-                              paste0("CNE_density", genomeSecond, "_",
185
+                              paste0("CNE_density_", genomeSecond, "_",
186 186
                                      genomeFirst, "_", threshold, ".bw"))
187 187
   export.bw(densitySecond, con=bigwigFnSecond)
188 188