Mercurial > repos > iuc > bedtools
comparison macros.xml @ 15:ce2f9b4e4e7c draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bedtools commit 0d7fcf576fd797327af90538b216473ef13daa41
| author | iuc |
|---|---|
| date | Sat, 23 May 2015 22:48:56 -0400 |
| parents | 38516915ccaf |
| children | e30113df8cf6 |
comparison
equal
deleted
inserted
replaced
| 14:38516915ccaf | 15:ce2f9b4e4e7c |
|---|---|
| 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 | |
| 92 <token name="@C_AND_O_ARGUMENT@"> | 96 <token name="@C_AND_O_ARGUMENT@"> |
| 93 #set $col = list() | 97 #set $col = list() |
| 94 #set $op = list() | 98 #set $op = list() |
| 95 #for $item in $c_and_o_argument_repeat: | 99 #for $item in $c_and_o_argument_repeat: |
| 96 #silent $col.append( str($item.col) ) | 100 #silent $col.append( str($item.col) ) |
| 102 #end if | 106 #end if |
| 103 </token> | 107 </token> |
| 104 | 108 |
| 105 <xml name="c_and_o_argument"> | 109 <xml name="c_and_o_argument"> |
| 106 <repeat name="c_and_o_argument_repeat" title="Applying operations to columns from merged intervals" min="0"> | 110 <repeat name="c_and_o_argument_repeat" title="Applying operations to columns from merged intervals" min="0"> |
| 107 <yield /> | 111 <expand macro="choose_column" /> |
| 108 <expand macro="choose_operations"> | 112 <expand macro="choose_operations"> |
| 109 <expand macro="math_options" /> | 113 <expand macro="math_options" /> |
| 110 <expand macro="additional_math_options" /> | 114 <expand macro="additional_math_options" /> |
| 111 </expand> | 115 </expand> |
| 112 </repeat> | 116 </repeat> |
