comparison column_maker.xml @ 5:c6fdc1118036 draft

"planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/column_maker commit 0cb87d8f454f205af021d653d7f7d5a7c14c7718"
author devteam
date Wed, 15 Jul 2020 14:38:05 +0000
parents 3335c0d583d8
children 0aeda7a81b46
comparison
equal deleted inserted replaced
4:3335c0d583d8 5:c6fdc1118036
1 <tool id="Add_a_column1" name="Compute" version="1.3.0"> 1 <tool id="Add_a_column1" name="Compute" version="1.3.1">
2 <description>an expression on every row</description> 2 <description>an expression on every row</description>
3 <requirements> 3 <requirements>
4 <requirement type="package" version="2.7.13">python</requirement> 4 <requirement type="package" version="2.7.13">python</requirement>
5 <requirement type="package" version="4.4">sed</requirement> 5 <requirement type="package" version="4.4">sed</requirement>
6 <requirement type="package" version="1.14">numpy</requirement> 6 <requirement type="package" version="1.14">numpy</requirement>
147 147
148 chr1 151077881 151077918 2 200 - False 148 chr1 151077881 151077918 2 200 - False
149 chr1 151081985 151082078 3 500 + False 149 chr1 151081985 151082078 3 500 + False
150 150
151 151
152 The following build-in functions are available:: 152 The following built-in functions are available::
153 153
154 abs | all | any | bin | bool | chr | ceil | cmp | complex 154 abs | all | any | bin | bool | chr | ceil | cmp | complex
155 155
156 divmod | exp | float | log | floor | hex | int | len | long 156 divmod | exp | float | log | log10 | floor | hex | int | len | long
157 157
158 max | min | oct | ord | pow | range | reversed 158 max | min | oct | ord | pow | range | reversed
159 159
160 round | sorted | sqrt | str | sum | type | unichr | unicode | 160 round | sorted | sqrt | str | sum | type | unichr | unicode |
161 161