diff unified-tiles.py @ 3:b56f47c58779 draft

planemo upload for repository https://github.com/TAMU-CPT/galaxy-circos-tool commit 4503a4ca99e65aa821e2c953f2f18eaadeed170a
author eric-rasche
date Wed, 01 Mar 2017 23:56:56 -0500
parents e8475d0195fe
children b25b3518c2ce
line wrap: on
line diff
--- a/unified-tiles.py	Wed Mar 01 22:49:11 2017 -0500
+++ b/unified-tiles.py	Wed Mar 01 23:56:56 2017 -0500
@@ -68,4 +68,4 @@
                 if item[6] is not None:
                     lineExtra.append('color=%s' % item[6])
 
-                print item[0], item[1], item[2], ','.join(lineExtra)
+                sys.stdout.write(' '.join((item[0], item[1], item[2], ','.join(lineExtra))) + '\n')