Mercurial > repos > iuc > circos
changeset 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 | df7356989ac1 |
files | karyotype-from-fasta.py karyotype-from-lengths.py macros.xml |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/karyotype-from-fasta.py Mon May 25 10:52:02 2020 -0400 +++ b/karyotype-from-fasta.py Fri Jun 12 10:39:58 2020 -0400 @@ -1,5 +1,6 @@ #!/usr/bin/env python import sys + from Bio import SeqIO
--- 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
--- a/macros.xml Mon May 25 10:52:02 2020 -0400 +++ b/macros.xml Fri Jun 12 10:39:58 2020 -0400 @@ -2,7 +2,7 @@ <macros> <token name="@CIRCOS_VERSION@">0.69.8</token> - <token name="@WRAPPER_VERSION@">@CIRCOS_VERSION@+galaxy6</token> + <token name="@WRAPPER_VERSION@">@CIRCOS_VERSION@+galaxy7</token> <xml name="requirements"> <requirements> @@ -43,6 +43,7 @@ <xml name="citations"> <citations> + <citation type="doi">10.1093/gigascience/giaa065</citation> <citation type="doi">10.1101/gr.092759.109</citation> </citations> </xml>