Mercurial > repos > rv43 > tomo
changeset 18:b0a816c8f66c draft
"planemo upload for repository https://github.com/rolfverberg/galaxytools commit 1743a2a14a40c3a9ea949c36dc53e5d448646e19-dirty"
author | rv43 |
---|---|
date | Mon, 18 Apr 2022 15:13:20 +0000 |
parents | 7f723407beb3 |
children | 4eba03628711 |
files | tomo.py |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tomo.py Fri Apr 15 20:26:25 2022 +0000 +++ b/tomo.py Mon Apr 18 15:13:20 2022 +0000 @@ -1511,6 +1511,8 @@ logging.info(f'Saving preprocessed tomography stack to {output_name} ...') save_stacks = {f'set_{stack["index"]}':tomo_stack for stack,tomo_stack in zip(stacks,self.tomo_stacks)} + logging.info(f'output_name = {output_name}') + logging.info(f'save_stacks = {save_stacks}') np.savez(output_name, **save_stacks) logging.info(f'... done in {time()-t0:.2f} seconds!')