diff karyotype-from-lengths.py @ 8:b7c1698df177 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit cc96dd4a8aef7d0b6d3057024af0344ab8a9410f"
author iuc
date Fri, 12 Jun 2020 14:39:23 +0000
parents ecaa0210e62b
children
line wrap: on
line diff
--- a/karyotype-from-lengths.py	Mon May 25 14:50:52 2020 +0000
+++ b/karyotype-from-lengths.py	Fri Jun 12 14:39:23 2020 +0000
@@ -15,9 +15,7 @@
 
         sys.stdout.write(
             "chr	-	{seq_id}	{seq_id}	0	{length}	chr{idx}color\n".format(
-                seq_id=seq_id,
-                idx=idx,
-                length=length,
+                seq_id=seq_id, idx=idx, length=length
             )
         )
         idx += 1