diff run-segmetrics.py @ 2:c90b52773d2e draft

planemo upload for repository https://github.com/BMCV/galaxy-image-analysis/tools/segmetrics/ commit fc2ed9f0259912912507567c81241f695dc8c33a
author imgteam
date Sat, 08 Oct 2022 19:54:28 +0000
parents 0729657d9e4e
children c496306c1cba
line wrap: on
line diff
--- a/run-segmetrics.py	Sat Oct 08 17:19:48 2022 +0000
+++ b/run-segmetrics.py	Sat Oct 08 19:54:28 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)