comparison tomo_reduce.py @ 17:e89919e468cd draft

planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
author rv43
date Tue, 21 Mar 2023 14:37:25 +0000
parents e4963769076b
children
comparison
equal deleted inserted replaced
16:c7a1d5d1471c 17:e89919e468cd
90 # logging.info(f'Memory usage: {tracemalloc.get_traced_memory()}') 90 # logging.info(f'Memory usage: {tracemalloc.get_traced_memory()}')
91 91
92 # Stop memory monitoring 92 # Stop memory monitoring
93 # tracemalloc.stop() 93 # tracemalloc.stop()
94 94
95 logger.info('Completed tomography data reduction') 95 logging.info('Completed tomography data reduction')
96 96
97 97
98 if __name__ == "__main__": 98 if __name__ == "__main__":
99 __main__() 99 __main__()