changeset 9:fd41f452c9fe draft

Uploaded
author greg
date Wed, 01 Aug 2018 09:18:55 -0400
parents cf6a06a2346c
children c2eb16ef23c0
files extract_ipm_date_interval.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extract_ipm_date_interval.R	Wed Aug 01 09:17:15 2018 -0400
+++ b/extract_ipm_date_interval.R	Wed Aug 01 09:18:55 2018 -0400
@@ -51,7 +51,7 @@
 # Display the total number of days in the Galaxy history item blurb.
 cat("Number of days in date interval: ", num_days, "\n");
 
-input_files = list.files(path=input_dir, full.names=TRUE);
+input_files = list.files(path=opt$input_dir, full.names=TRUE);
 for(input_file in input_files) {
     temperature_data_frame = get_new_temperature_data_frame(input_file);
     start_date_row = which(temperature_data_frame$DATE==start_date);