Mercurial > repos > iuc > circos
comparison 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 |
comparison
equal
deleted
inserted
replaced
11:31a35811dda6 | 12:290a11559985 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <macros> | 2 <macros> |
3 <token name="@TOOL_VERSION@">0.69.8</token> | 3 <token name="@TOOL_VERSION@">0.69.8</token> |
4 <token name="@VERSION_SUFFIX@">9</token> | 4 <token name="@VERSION_SUFFIX@">10</token> |
5 | 5 |
6 <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token> | 6 <token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy@VERSION_SUFFIX@</token> |
7 | 7 |
8 <xml name="requirements"> | 8 <xml name="requirements"> |
9 <requirements> | 9 <requirements> |
564 <param name="compval2" value="chr1" type="text" label="Chromosome"/> | 564 <param name="compval2" value="chr1" type="text" label="Chromosome"/> |
565 </when> | 565 </when> |
566 </conditional> | 566 </conditional> |
567 </xml> | 567 </xml> |
568 | 568 |
569 <xml name="limits"> | |
570 <section name="limits" title="Limits"> | |
571 <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!"/> | |
572 <param name="max_ideograms" type="integer" min="200" value="200" label="Maximum number of ideograms to draw"/> | |
573 <param name="max_links" type="integer" min="200" value="25000" label="Maximum number of links to draw"/> | |
574 <param name="max_points_per_track" type="integer" min="200" value="25000" label="Maximum number of points per track"/> | |
575 </section> | |
576 </xml> | |
577 | |
569 </macros> | 578 </macros> |