Mercurial > repos > rv43 > tomo
diff tomo_reconstruct.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 | d5e1d4ea2b7e |
line wrap: on
line diff
--- a/tomo_reconstruct.py Fri Mar 10 16:39:22 2023 +0000 +++ b/tomo_reconstruct.py Mon Mar 20 13:56:57 2023 +0000 @@ -22,11 +22,11 @@ parser.add_argument('-c', '--center_file', required=True, type=pathlib.Path, - help='''Full or relative path to the center info file (in Nexus format).''') + help='''Full or relative path to the center info file (in yaml format).''') parser.add_argument('-o', '--output_file', required=False, type=pathlib.Path, - help='''Full or relative path to the output file (in yaml format).''') + help='''Full or relative path to the output file (in Nexus format).''') parser.add_argument('--galaxy_flag', action='store_true', help='''Use this flag to run the scripts as a galaxy tool.''')