diff tomo_reduce.py @ 75:d5e1d4ea2b7e draft default tip

planemo upload for repository https://github.com/rolfverberg/galaxytools commit 6afde341a94586fe3972bdbbfbf5dabd5e8dec69
author rv43
date Thu, 23 Mar 2023 13:39:14 +0000
parents 4f4ee8db5f67
children
line wrap: on
line diff
--- a/tomo_reduce.py	Tue Mar 21 17:40:03 2023 +0000
+++ b/tomo_reduce.py	Thu Mar 23 13:39:14 2023 +0000
@@ -18,7 +18,7 @@
     parser.add_argument('-i', '--input_file',
             required=True,
             type=pathlib.Path,
-            help='''Full or relative path to the input file (in yaml or nxs format).''')
+            help='''Full or relative path to the input file (in yaml or Nexus format).''')
     parser.add_argument('-o', '--output_file',
             required=True,
             type=pathlib.Path,
@@ -92,5 +92,8 @@
     # Stop memory monitoring
 #    tracemalloc.stop()
 
+    logging.info('Completed tomography data reduction')
+
+
 if __name__ == "__main__":
     __main__()