# HG changeset patch # User rv43 # Date 1679409236 0 # Node ID c7a1d5d1471ca45f2597a862ed1dc40f35c6c924 # Parent b1c2b7d26149086898877284823682cb0618a768 planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty diff -r b1c2b7d26149 -r c7a1d5d1471c workflow/run_tomo.py --- a/workflow/run_tomo.py Tue Mar 21 14:31:10 2023 +0000 +++ b/workflow/run_tomo.py Tue Mar 21 14:33:56 2023 +0000 @@ -199,7 +199,7 @@ if extension == '.yml' or extension == '.yaml': with open(filename, 'w') as f: safe_dump(data, f) - elif extension == '.nxs': + elif extension == '.nxs' or extension == '.nex': data.save(filename, mode='w') elif extension == '.nc': data.to_netcdf(os_path=filename)