Mercurial > repos > recetox > msmetaenhancer
diff msmetaenhancer_wrapper.py @ 14:646ef66527da draft default tip
planemo upload for repository https://github.com/RECETOX/galaxytools/tree/master/tools/msmetaenhancer commit 187cd20cfa1502639fa2678dbcd69d2f3158d436
author | recetox |
---|---|
date | Thu, 29 May 2025 11:21:26 +0000 |
parents | 791bf4d9b06c |
children |
line wrap: on
line diff
--- a/msmetaenhancer_wrapper.py Fri May 31 07:51:40 2024 +0000 +++ b/msmetaenhancer_wrapper.py Thu May 29 11:21:26 2025 +0000 @@ -56,7 +56,7 @@ if args.file_format == 'xlsx': handle_xlsx_file(app, args.output_file) else: - if args.file_format == 'csv': + if args.file_format in ['csv', 'tsv', 'tabular']: app.save_data(args.output_file, file_format="tsv") else: app.save_data(args.output_file, file_format=args.file_format)