Mercurial > repos > rv43 > chess_tomo
diff tomo_reduce.py @ 13:e4963769076b draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Tue, 21 Mar 2023 14:07:35 +0000 |
| parents | fa511fc2cfd5 |
| children | e89919e468cd |
line wrap: on
line diff
--- a/tomo_reduce.py Tue Mar 21 13:39:37 2023 +0000 +++ b/tomo_reduce.py Tue Mar 21 14:07:35 2023 +0000 @@ -18,7 +18,7 @@ parser.add_argument('-i', '--input_file', required=True, type=pathlib.Path, - help='''Full or relative path to the input file (in yaml or nxs format).''') + help='''Full or relative path to the input file (in yaml or Nexus format).''') parser.add_argument('-o', '--output_file', required=True, type=pathlib.Path, @@ -92,5 +92,8 @@ # Stop memory monitoring # tracemalloc.stop() + logger.info('Completed tomography data reduction') + + if __name__ == "__main__": __main__()
