Mercurial > repos > imgteam > segmetrics
diff run-segmetrics.py @ 3:48dcf95aebc7 draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/segmetrics/ commit baee438adb94f6e8b6c3e45e8413c36f9d1dadee
author | imgteam |
---|---|
date | Sat, 08 Oct 2022 21:54:05 +0000 |
parents | 543af0d4781a |
children | ef65ecafa3ef |
line wrap: on
line diff
--- a/run-segmetrics.py Sat Oct 08 19:53:54 2022 +0000 +++ b/run-segmetrics.py Sat Oct 08 21:54:05 2022 +0000 @@ -128,6 +128,6 @@ # write results with open(args.results, 'w', newline='') as fout: - csv_writer = csv.writer(fout, delimiter=',', quotechar='"', quoting=csv.QUOTE_MINIMAL) + csv_writer = csv.writer(fout, delimiter='\t', quotechar='"', quoting=csv.QUOTE_MINIMAL) for row in rows: csv_writer.writerow(row)