Mercurial > repos > rv43 > tomo
diff 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 |
line wrap: on
line diff
--- a/workflow/__main__.py Fri Mar 10 16:39:22 2023 +0000 +++ b/workflow/__main__.py Mon Mar 20 13:56:57 2023 +0000 @@ -202,9 +202,9 @@ const='reconstruct_data', action='append_const', help='''Use this flag to create and add reconstructed data data to the input file.''') -tomo_parser.add_argument('--combine_datas', +tomo_parser.add_argument('--combine_data', dest='modes', - const='combine_datas', + const='combine_data', action='append_const', help='''Use this flag to combine reconstructed data data and add to the input file.''')