Mercurial > repos > rv43 > chess_tomo
diff workflow/run_tomo.py @ 16:c7a1d5d1471c draft
planemo upload for repository https://github.com/rolfverberg/galaxytools commit f8c4bdb31c20c468045ad5e6eb255a293244bc6c-dirty
| author | rv43 |
|---|---|
| date | Tue, 21 Mar 2023 14:33:56 +0000 |
| parents | b1c2b7d26149 |
| children | 0891477bcb16 |
line wrap: on
line diff
--- 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)
