changeset 15:ce2021cd68d2 draft

Uploaded
author greg
date Thu, 25 Jan 2018 11:14:36 -0500
parents 20c21d946a8e
children aaf64c0d7a0e
files ideas_preprocessor.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ideas_preprocessor.R	Wed Jan 24 14:04:55 2018 -0500
+++ b/ideas_preprocessor.R	Thu Jan 25 11:14:36 2018 -0500
@@ -111,7 +111,7 @@
     # Renane opt$chrom_bed_input to be chromosomes.bed
     # and make a copy of it in the output directory.
     to_path = paste(opt$output_files_path, "chromosomes.bed", sep="/");
-    file.copy(opt$chromosome_windows, to_path);
+    file.copy(opt$chrom_bed_input, to_path);
     # Move chromosome_windows.txt to the output directory.
     to_path = paste(opt$output_files_path, opt$chromosome_windows, sep="/");
     file.rename(opt$chromosome_windows, to_path);