Mercurial > repos > rv43 > tomo
diff tomo_find_center.py @ 68:ba5866d0251d draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 3fde3e85030608a8a4d8e59308353b0144314dfe"
author | rv43 |
---|---|
date | Fri, 19 Aug 2022 20:16:56 +0000 |
parents | 1bcca1f2adb4 |
children | fba792d5f83b |
line wrap: on
line diff
--- a/tomo_find_center.py Thu Aug 18 15:40:59 2022 +0000 +++ b/tomo_find_center.py Fri Aug 19 20:16:56 2022 +0000 @@ -47,8 +47,8 @@ logging.basicConfig(format=logging_format, level=level, force=True, handlers=[logging.StreamHandler()]) + logging.debug(f'config = {args.config}') logging.debug(f'input_stacks = {args.input_stacks}') - logging.debug(f'config = {args.config}') logging.debug(f'row_bounds = {args.row_bounds} {type(args.row_bounds)}') logging.debug(f'center_rows = {args.center_rows} {type(args.center_rows)}') logging.debug(f'center_type_selector = {args.center_type_selector}')