comparison 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
comparison
equal deleted inserted replaced
70:97c4e2cbbad9 71:1cf15b61cd83
18 parser.add_argument('-i', '--input_file', 18 parser.add_argument('-i', '--input_file',
19 required=True, 19 required=True,
20 type=pathlib.Path, 20 type=pathlib.Path,
21 help='''Full or relative path to the input file (in yaml or nxs format).''') 21 help='''Full or relative path to the input file (in yaml or nxs format).''')
22 parser.add_argument('-o', '--output_file', 22 parser.add_argument('-o', '--output_file',
23 required=False, 23 required=True,
24 type=pathlib.Path, 24 type=pathlib.Path,
25 help='''Full or relative path to the output file (in Nexus format).''') 25 help='''Full or relative path to the output file (in Nexus format).''')
26 parser.add_argument('--galaxy_flag', 26 parser.add_argument('--galaxy_flag',
27 action='store_true', 27 action='store_true',
28 help='''Use this flag to run the scripts as a galaxy tool.''') 28 help='''Use this flag to run the scripts as a galaxy tool.''')