# HG changeset patch # User iuc # Date 1578582182 18000 # Node ID 184dfd9e113d053c81f5e633577d7a710ea4eb05 # Parent fd59d783248af0c48e2e8021f499dc7ba284da93 "planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit f5db2969e8602eff32ec799d237875b911578fe5" diff -r fd59d783248a -r 184dfd9e113d circos.xml --- a/circos.xml Mon Dec 02 08:14:29 2019 -0500 +++ b/circos.xml Thu Jan 09 10:03:02 2020 -0500 @@ -331,8 +331,7 @@ help="The radial position of the third control point (in addition to the two positions defined by the link coordinates) used to draw the Bezier curve; if this parameter is 0 then straight lines will be used"/>
- + - + @@ -485,6 +484,8 @@ + +
diff -r fd59d783248a -r 184dfd9e113d macros.xml --- a/macros.xml Mon Dec 02 08:14:29 2019 -0500 +++ b/macros.xml Thu Jan 09 10:03:02 2020 -0500 @@ -2,7 +2,7 @@ 0.69.8 - @CIRCOS_VERSION@+galaxy2 + @CIRCOS_VERSION@+galaxy3 @@ -141,6 +141,11 @@ + + + + @@ -159,8 +164,8 @@
- - + + @@ -195,7 +200,13 @@ - + + + + + + + @@ -232,7 +243,12 @@ - + + + + + + diff -r fd59d783248a -r 184dfd9e113d macros_conffiles.xml --- a/macros_conffiles.xml Mon Dec 02 08:14:29 2019 -0500 +++ b/macros_conffiles.xml Thu Jan 09 10:03:02 2020 -0500 @@ -163,10 +163,12 @@ #for $hi, $data in enumerate($sec_highlight.data): - file = data/highlight-${hi}.txt # ${data.data_source.element_identifier} - r1 = ${data.r1}r - r0 = ${data.r0}r - fill_color = $circosColor($data.fill_color) + file = data/highlight-${hi}.txt # ${data.data_source.element_identifier} + r1 = ${data.r1}r + r0 = ${data.r0}r + fill_color = $circosColorAlpha($data.fill_color) + stroke_color = $circosColorAlpha($data.stroke_color) + stroke_thickness = ${data.stroke_thickness} #for $rule in $data.sec_rule.rules: @@ -175,8 +177,7 @@ #if str($condition.application.application_select) == "1": condition = 1 #elif str($condition.application.application_select) == "on": - #set on_str = ' '.join([ "on(%s)" % $chr.strip() for $chr in $condition.application.on_genomes.split(',') ]) - condition = $on_str + condition = on($condition.application.on_genomes) #elif str($condition.application.application_select) == "pos": #if $condition.application.pos_gt: condition = var(start) > $condition.application.pos_gt @@ -416,7 +417,7 @@ #for $hi, $data in enumerate($sec_links.data): - file = data/links-${hi}.txt + file = data/links-${hi}.txt # ${data.data_source.element_identifier} radius = ${data.radius}r ribbon = ${data.linktype.ribbon} #if $data.linktype.ribbon == 'yes'