changeset 5:a64dc31ab7f2 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit 39a0176dab234a07118a79ac44ca7d79469d3b91"
author iuc
date Thu, 23 Jan 2020 07:27:22 -0500
parents 184dfd9e113d
children 740057a5126d
files macros.xml macros_conffiles.xml
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/macros.xml	Thu Jan 09 10:03:02 2020 -0500
+++ b/macros.xml	Thu Jan 23 07:27:22 2020 -0500
@@ -2,7 +2,7 @@
 <macros>
   <token name="@CIRCOS_VERSION@">0.69.8</token>
 
-  <token name="@WRAPPER_VERSION@">@CIRCOS_VERSION@+galaxy3</token>
+  <token name="@WRAPPER_VERSION@">@CIRCOS_VERSION@+galaxy4</token>
 
   <xml name="requirements">
       <requirements>
--- a/macros_conffiles.xml	Thu Jan 09 10:03:02 2020 -0500
+++ b/macros_conffiles.xml	Thu Jan 23 07:27:22 2020 -0500
@@ -166,8 +166,8 @@
     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)
+    fill_color       = $circosColorAlpha($data.fill_color, $data.fill_color_alpha)
+    stroke_color     = $circosColorAlpha($data.stroke_color, $data.stroke_color_alpha)
     stroke_thickness = ${data.stroke_thickness}
 
     <rules>