Mercurial > repos > dfornika > cgview
diff cgview.xml @ 12:4733841a785e draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/cgview commit 9c3f45e4ad61781ac0c3bf61e62d7d94ccb1d4ed-dirty"
| author | dfornika |
|---|---|
| date | Thu, 12 Dec 2019 19:31:55 +0000 |
| parents | 1393e1b26f0b |
| children |
line wrap: on
line diff
--- a/cgview.xml Fri Nov 01 21:41:02 2019 -0400 +++ b/cgview.xml Thu Dec 12 19:31:55 2019 +0000 @@ -8,14 +8,22 @@ ln -s '${input}' input.xml && cgview -i 'input.xml' - -o '${output}' + -c '${center_zoom_on_base}' + -A '${label_font_size}' + -z '${zoom_amount}' + -s 'outdir' ]]> </command> <inputs> <param name="input" type="data" format="xml" label="Input" help=""/> + <param name="center_zoom_on_base" type="integer" min="" value="" max="" label="Base to center zoomed map on" help="" /> + <param name="label_font_size" type="integer" min="2" value="12" max="96" label="Label font size" help=""/> + <param name="zoom_amount" type="integer" min="1" value="1" max="100" label="Zoom amount" help=""/> </inputs> <outputs> - <data name="output" format="png"/> + <data name="output" format="png"> + <discover_datasets/> + </data> </outputs> <tests> </tests>
