Mercurial > repos > eric-rasche > circos
diff unified-tiles.py @ 5:b25b3518c2ce draft
planemo upload for repository https://github.com/TAMU-CPT/galaxy-circos-tool commit 7561690774be81155d79a3c38a77c098c59aa9a2
author | eric-rasche |
---|---|
date | Sat, 10 Jun 2017 12:55:28 -0400 |
parents | b56f47c58779 |
children | e6440d0201f7 |
line wrap: on
line diff
--- a/unified-tiles.py Sun Mar 05 17:02:17 2017 -0500 +++ b/unified-tiles.py Sat Jun 10 12:55:28 2017 -0400 @@ -68,4 +68,4 @@ if item[6] is not None: lineExtra.append('color=%s' % item[6]) - sys.stdout.write(' '.join((item[0], item[1], item[2], ','.join(lineExtra))) + '\n') + sys.stdout.write(' '.join((str(item[0]), str(item[1]), str(item[2]), ','.join(lineExtra))) + '\n')