Mercurial > repos > imgteam > segmetrics
diff run-segmetrics.py @ 2:543af0d4781a draft
planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/segmetrics/ commit fc2ed9f0259912912507567c81241f695dc8c33a
author | imgteam |
---|---|
date | Sat, 08 Oct 2022 19:53:54 +0000 |
parents | 6cbb36364b82 |
children | 48dcf95aebc7 |
line wrap: on
line diff
--- a/run-segmetrics.py Sat Oct 08 17:19:16 2022 +0000 +++ b/run-segmetrics.py Sat Oct 08 19:53:54 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=',', quotechar='"', quoting=csv.QUOTE_MINIMAL) for row in rows: csv_writer.writerow(row)