Mercurial > repos > iuc > bedtools
comparison macros.xml @ 16:e30113df8cf6 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 7b8a4ffc823f4dab194f1c629b7e83277dbe4337
| author | iuc |
|---|---|
| date | Mon, 25 May 2015 22:48:52 -0400 |
| parents | ce2f9b4e4e7c |
| children | a2d4c30ba2f9 |
comparison
equal
deleted
inserted
replaced
| 15:ce2f9b4e4e7c | 16:e30113df8cf6 |
|---|---|
| 87 <valid initial="string.digits"><add value=","/></valid> | 87 <valid initial="string.digits"><add value=","/></valid> |
| 88 </sanitizer> | 88 </sanitizer> |
| 89 </param> | 89 </param> |
| 90 </xml> | 90 </xml> |
| 91 | 91 |
| 92 <xml name="choose_column"> | |
| 93 <param name="col" type="data_column" data_ref="inputA" label="Specify the column(s) that should be summarized" help="(-c)" /> | |
| 94 </xml> | |
| 95 | |
| 96 <token name="@C_AND_O_ARGUMENT@"> | 92 <token name="@C_AND_O_ARGUMENT@"> |
| 97 #set $col = list() | 93 #set $col = list() |
| 98 #set $op = list() | 94 #set $op = list() |
| 99 #for $item in $c_and_o_argument_repeat: | 95 #for $item in $c_and_o_argument_repeat: |
| 100 #silent $col.append( str($item.col) ) | 96 #silent $col.append( str($item.col) ) |
| 106 #end if | 102 #end if |
| 107 </token> | 103 </token> |
| 108 | 104 |
| 109 <xml name="c_and_o_argument"> | 105 <xml name="c_and_o_argument"> |
| 110 <repeat name="c_and_o_argument_repeat" title="Applying operations to columns from merged intervals" min="0"> | 106 <repeat name="c_and_o_argument_repeat" title="Applying operations to columns from merged intervals" min="0"> |
| 111 <expand macro="choose_column" /> | 107 <yield /> |
| 112 <expand macro="choose_operations"> | 108 <expand macro="choose_operations"> |
| 113 <expand macro="math_options" /> | 109 <expand macro="math_options" /> |
| 114 <expand macro="additional_math_options" /> | 110 <expand macro="additional_math_options" /> |
| 115 </expand> | 111 </expand> |
| 116 </repeat> | 112 </repeat> |
