Mercurial > repos > jjohnson > cistrome_beta
comparison beta_macros.xml @ 5:c119110a5b47 draft default tip
planemo upload for repository https://github.com/jj-umn/galaxytools/tree/master/cistrome_beta commit d824634e1b43fd7f2628631d2d4443ca1cd1ecce-dirty
| author | jjohnson |
|---|---|
| date | Thu, 22 Mar 2018 11:17:52 -0400 |
| parents | 52ed4957ace9 |
| children |
comparison
equal
deleted
inserted
replaced
| 4:52ed4957ace9 | 5:c119110a5b47 |
|---|---|
| 111 <validator type="in_range" max="1.0" min="0" message="The Relative distance is out of range, the parameter has to be between 0 to 1.0" /> | 111 <validator type="in_range" max="1.0" min="0" message="The Relative distance is out of range, the parameter has to be between 0 to 1.0" /> |
| 112 </param> | 112 </param> |
| 113 <param name="diff_amount" type="float" label="get the most significant expression differentially changed genes by amount" value="0.5"> | 113 <param name="diff_amount" type="float" label="get the most significant expression differentially changed genes by amount" value="0.5"> |
| 114 <validator type="in_range" max="20000" min="0" message="The Relative distance is out of range, the parameter has to be between 0 to 20000" /> | 114 <validator type="in_range" max="20000" min="0" message="The Relative distance is out of range, the parameter has to be between 0 to 20000" /> |
| 115 </param> | 115 </param> |
| 116 <param name="method" type="select" label="method to do the TF/CR function prediction" optional="true"> | 116 <param name="method" type="select" label="method to do the TF/CR function prediction"> |
| 117 <option value="score">regulatory potential</option> | 117 <option value="score">regulatory potential</option> |
| 118 <option value="distance">distance to the nearest peak</option> | 118 <option value="distance">distance to the nearest peak</option> |
| 119 </param> | 119 </param> |
| 120 </macro> | 120 </macro> |
| 121 | 121 |
