diff tomo_reduce.py @ 70:97c4e2cbbad9 draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit b891edb4a5881959112ff276f7696bbc36dcea33
author rv43
date Fri, 10 Mar 2023 16:39:22 +0000
parents fba792d5f83b
children 1cf15b61cd83
line wrap: on
line diff
--- a/tomo_reduce.py	Fri Mar 10 16:02:04 2023 +0000
+++ b/tomo_reduce.py	Fri Mar 10 16:39:22 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 format).''')
+            help='''Full or relative path to the input file (in yaml or nxs format).''')
     parser.add_argument('-o', '--output_file',
             required=False,
             type=pathlib.Path,