Mercurial > repos > rv43 > chess_tomo
comparison tomo_reduce.py @ 4:9aa288729b9a draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Mon, 20 Mar 2023 18:44:23 +0000 |
| parents | 3fd7398a3a7f |
| children | 543dba81eb15 |
comparison
equal
deleted
inserted
replaced
| 3:fc38431f257f | 4:9aa288729b9a |
|---|---|
| 71 logging.info(f'galaxy_flag = {args.galaxy_flag}') | 71 logging.info(f'galaxy_flag = {args.galaxy_flag}') |
| 72 logging.info(f'img_x_bounds = {args.img_x_bounds}') | 72 logging.info(f'img_x_bounds = {args.img_x_bounds}') |
| 73 logging.debug(f'log = {args.log}') | 73 logging.debug(f'log = {args.log}') |
| 74 logging.debug(f'is log stdout? {args.log is sys.stdout}') | 74 logging.debug(f'is log stdout? {args.log is sys.stdout}') |
| 75 logging.debug(f'log_level = {args.log_level}') | 75 logging.debug(f'log_level = {args.log_level}') |
| 76 return | |
| 76 | 77 |
| 77 # Instantiate Tomo object | 78 # Instantiate Tomo object |
| 78 tomo = Tomo(galaxy_flag=args.galaxy_flag) | 79 tomo = Tomo(galaxy_flag=args.galaxy_flag) |
| 79 | 80 |
| 80 # Read input file | 81 # Read input file |
