# HG changeset patch # User greg # Date 1517923817 18000 # Node ID 0cb6ff8ba6df2b236f4286918c9a8c4c86069eb6 # Parent 3b3001355f440a0c954756924c3e7bcfd1d1035c Uploaded diff -r 3b3001355f44 -r 0cb6ff8ba6df ideas_preprocessor.R --- a/ideas_preprocessor.R Tue Feb 06 08:24:35 2018 -0500 +++ b/ideas_preprocessor.R Tue Feb 06 08:30:17 2018 -0500 @@ -103,7 +103,7 @@ file.rename("tmp.tar.gz", to_path); # Handle file names for display in the primary dataset if necessary. to_path = paste(opt$output_files_path, "chromosomes.bed", sep="/"); -if (is.null(opt$chrom_bed_input) { +if (is.null(opt$chrom_bed_input)) { # Move cbi_file to the output directory, # naming it chromosomes.bed. file.rename(cbi_file, to_path);