Mercurial > repos > bgruening > cp_tile
comparison tile.xml @ 1:878bafb411dd draft
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/tools commit 7d7a519c3a2cc612d38695b335d0f6c75a099de3"
author | bgruening |
---|---|
date | Fri, 26 Feb 2021 14:13:03 +0000 |
parents | 33bf7aa4e684 |
children | 443638c10c61 |
comparison
equal
deleted
inserted
replaced
0:33bf7aa4e684 | 1:878bafb411dd |
---|---|
1 <tool id="cp_tile" name="Tile" version="@CP_VERSION@" python_template_version="3.5"> | 1 <tool id="cp_tile" name="Tile" version="@CP_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> |
2 <description> tiles images together to form large montage images</description> | 2 <description> tiles images together to form large montage images</description> |
3 <macros> | 3 <macros> |
4 <import>macros.xml</import> | 4 <import>macros.xml</import> |
5 <token name="@VERSION_SUFFIX@">0</token> | |
5 <xml name="cycles"> | 6 <xml name="cycles"> |
6 <conditional name="con_calc_no_row"> | 7 <conditional name="con_calc_no_row"> |
7 <param name="calc_no_row" type="select" label="Automatically calculate number of rows?"> | 8 <param name="calc_no_row" type="select" label="Automatically calculate number of rows?"> |
8 <option value="Yes">Yes</option> | 9 <option value="Yes">Yes</option> |
9 <option value="No">No</option> | 10 <option value="No">No</option> |