Mercurial > repos > iuc > circos
diff karyotype-from-lengths.py @ 8:e6cbe3190642 draft
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit cc96dd4a8aef7d0b6d3057024af0344ab8a9410f"
author | iuc |
---|---|
date | Fri, 12 Jun 2020 10:39:58 -0400 |
parents | 4b519282a05b |
children |
line wrap: on
line diff
--- a/karyotype-from-lengths.py Mon May 25 10:52:02 2020 -0400 +++ b/karyotype-from-lengths.py Fri Jun 12 10:39:58 2020 -0400 @@ -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