changeset 10:ca04f3638dc4 draft

Uploaded
author holtgrewe
date Mon, 12 Aug 2013 10:31:58 -0400
parents 68db4965da2b
children 6dc768c94b79
files ngs_roi/app.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ngs_roi/app.py	Mon Aug 12 10:24:28 2013 -0400
+++ b/ngs_roi/app.py	Mon Aug 12 10:31:58 2013 -0400
@@ -46,7 +46,7 @@
 
     def run(self):
         cmd_args = ['-if', self.args.in_file,
-                    '--in-file-ext', 'roi',
+                    '--input-file-file-ext', 'roi',
                     '-o', os.path.join(self.args.out_dir, 'thumbnail_'),
                     '--max-rois', self.args.max_rois,
                     '--max-value', self.args.max_value,