Mercurial > repos > rv43 > tomo
diff tomo_reduce.py @ 71:1cf15b61cd83 draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit 366e516aef0735af2998c6ff3af037181c8d5213
author | rv43 |
---|---|
date | Mon, 20 Mar 2023 13:56:57 +0000 |
parents | 97c4e2cbbad9 |
children | adb84c450789 |
line wrap: on
line diff
--- a/tomo_reduce.py Fri Mar 10 16:39:22 2023 +0000 +++ b/tomo_reduce.py Mon Mar 20 13:56:57 2023 +0000 @@ -20,7 +20,7 @@ type=pathlib.Path, help='''Full or relative path to the input file (in yaml or nxs format).''') parser.add_argument('-o', '--output_file', - required=False, + required=True, type=pathlib.Path, help='''Full or relative path to the output file (in Nexus format).''') parser.add_argument('--galaxy_flag',