Mercurial > repos > rv43 > chess_tomo
changeset 12:fa511fc2cfd5 draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c
| author | rv43 |
|---|---|
| date | Tue, 21 Mar 2023 13:39:37 +0000 |
| parents | 9c48ef48c604 |
| children | e4963769076b |
| files | tomo_reduce.py workflow/.run_tomo.py.swp |
| diffstat | 2 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo_reduce.py Tue Mar 21 13:31:00 2023 +0000 +++ b/tomo_reduce.py Tue Mar 21 13:39:37 2023 +0000 @@ -79,8 +79,6 @@ # Read input file data = tomo.read(args.input_file) - print(f'data:\n{data.tree}') - return # Generate reduced tomography images data = tomo.gen_reduced_data(data, img_x_bounds=args.img_x_bounds)
