comparison workflow/__main__.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 fba792d5f83b
children
comparison
equal deleted inserted replaced
70:97c4e2cbbad9 71:1cf15b61cd83
200 tomo_parser.add_argument('--reconstruct_data', 200 tomo_parser.add_argument('--reconstruct_data',
201 dest='modes', 201 dest='modes',
202 const='reconstruct_data', 202 const='reconstruct_data',
203 action='append_const', 203 action='append_const',
204 help='''Use this flag to create and add reconstructed data data to the input file.''') 204 help='''Use this flag to create and add reconstructed data data to the input file.''')
205 tomo_parser.add_argument('--combine_datas', 205 tomo_parser.add_argument('--combine_data',
206 dest='modes', 206 dest='modes',
207 const='combine_datas', 207 const='combine_data',
208 action='append_const', 208 action='append_const',
209 help='''Use this flag to combine reconstructed data data and add to the input file.''') 209 help='''Use this flag to combine reconstructed data data and add to the input file.''')
210 210
211 211
212 if __name__ == '__main__': 212 if __name__ == '__main__':