Mercurial > repos > greg > icqsol_compose_shapes
diff icqsol_compose_shapes.py @ 6:01ce1844eacb draft
Uploaded
author | greg |
---|---|
date | Sat, 05 Dec 2015 10:27:57 -0500 |
parents | e3350521105e |
children | c2ab4a89b06d |
line wrap: on
line diff
--- a/icqsol_compose_shapes.py Sat Dec 05 10:27:48 2015 -0500 +++ b/icqsol_compose_shapes.py Sat Dec 05 10:27:57 2015 -0500 @@ -22,7 +22,7 @@ for (expression_var, dataset_path, galaxy_ext, vtk_dataset_type) in args.shape_datasets: # Define the file format and type. format, file_type = icqsol_utils.get_format_and_type(galaxy_ext) - if format == 'vtk': + if format == icqsol_utils.VTK: shape_mgr.setReader(file_format=format, vtk_dataset_type=vtk_dataset_type) else: shape_mgr.setReader(file_format=format)