changeset 30:0cb6ff8ba6df draft

Uploaded
author greg
date Tue, 06 Feb 2018 08:30:17 -0500
parents 3b3001355f44
children c9f28cfea770
files ideas_preprocessor.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);