diff macros.xml @ 12:290a11559985 draft

"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/circos commit e3d1aad2204a3385aa66f3b0625747151e9f94e8"
author iuc
date Mon, 22 Nov 2021 12:23:12 +0000
parents 31a35811dda6
children c4bde687c846
line wrap: on
line diff
--- a/macros.xml	Tue Nov 16 09:20:08 2021 +0000
+++ b/macros.xml	Mon Nov 22 12:23:12 2021 +0000
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <macros>
   <token name="@TOOL_VERSION@">0.69.8</token>
-  <token name="@VERSION_SUFFIX@">9</token>
+  <token name="@VERSION_SUFFIX@">10</token>
 
   <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token>
 
@@ -566,4 +566,13 @@
     </conditional>
   </xml>
 
+  <xml name="limits">
+    <section name="limits" title="Limits">
+      <param name="max_ticks"            type="integer" min="200" value="5000"  label="Maximum number of ticks to draw" help="These are advanced options, if you increase these due to a plotting failure it may result in a significantly longer plotting time. Beware!"/>
+      <param name="max_ideograms"        type="integer" min="200" value="200"   label="Maximum number of ideograms to draw"/>
+      <param name="max_links"            type="integer" min="200" value="25000" label="Maximum number of links to draw"/>
+      <param name="max_points_per_track" type="integer" min="200" value="25000" label="Maximum number of points per track"/>
+    </section>
+  </xml>
+
 </macros>