Mercurial > repos > devteam > column_maker
comparison column_maker.xml @ 2:292c605c2dc7 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tools/column_maker commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author | devteam |
---|---|
date | Fri, 18 Dec 2015 18:52:53 -0500 |
parents | d3f10c90fc96 |
children | 35937a6b04fb |
comparison
equal
deleted
inserted
replaced
1:d3f10c90fc96 | 2:292c605c2dc7 |
---|---|
77 or computing "type(c2)==type('') for Input will return:: | 77 or computing "type(c2)==type('') for Input will return:: |
78 | 78 |
79 chr1 151077881 151077918 2 200 - False | 79 chr1 151077881 151077918 2 200 - False |
80 chr1 151081985 151082078 3 500 + False | 80 chr1 151081985 151082078 3 500 + False |
81 | 81 |
82 </help> | 82 |
83 The following build-in functions are available:: | |
84 | |
85 abs | all | any | bin | bool | chr | ceil | cmp | complex | |
86 | |
87 divmod | exp | float | log | floor | hex | int | len | long | |
88 | |
89 max | min | oct | ord | pow | range | reversed | |
90 | |
91 round | sorted | sqrt | str | sum | type | unichr | unicode | | |
92 | |
93 </help> | |
83 </tool> | 94 </tool> |