Mercurial > repos > rv43 > tomo
diff tomo_reconstruct.py @ 17:7f723407beb3 draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit d1744188635274aa3d0bb0e10fcb683602a23b59"
author | rv43 |
---|---|
date | Fri, 15 Apr 2022 20:26:25 +0000 |
parents | 1bcca1f2adb4 |
children | 3caba2116858 |
line wrap: on
line diff
--- a/tomo_reconstruct.py Wed Apr 13 16:05:50 2022 +0000 +++ b/tomo_reconstruct.py Fri Apr 15 20:26:25 2022 +0000 @@ -61,7 +61,10 @@ # Reconstruct tomography stacks galaxy_param = {'center_offsets' : args.center_offsets, 'output_name' : args.output_data} + print(f'Here galaxy_param = {galaxy_param}') + logging.info(f'galaxy_param = {galaxy_param}') tomo.reconstructTomoStacks(galaxy_param) + print('Here') # Displaying memory usage logging.info(f'Memory usage: {tracemalloc.get_traced_memory()}')