comparison 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
comparison
equal deleted inserted replaced
11:0f16e3512425 12:4733841a785e
6 <command detect_errors="exit_code"> 6 <command detect_errors="exit_code">
7 <![CDATA[ 7 <![CDATA[
8 ln -s '${input}' input.xml && 8 ln -s '${input}' input.xml &&
9 cgview 9 cgview
10 -i 'input.xml' 10 -i 'input.xml'
11 -o '${output}' 11 -c '${center_zoom_on_base}'
12 -A '${label_font_size}'
13 -z '${zoom_amount}'
14 -s 'outdir'
12 ]]> 15 ]]>
13 </command> 16 </command>
14 <inputs> 17 <inputs>
15 <param name="input" type="data" format="xml" label="Input" help=""/> 18 <param name="input" type="data" format="xml" label="Input" help=""/>
19 <param name="center_zoom_on_base" type="integer" min="" value="" max="" label="Base to center zoomed map on" help="" />
20 <param name="label_font_size" type="integer" min="2" value="12" max="96" label="Label font size" help=""/>
21 <param name="zoom_amount" type="integer" min="1" value="1" max="100" label="Zoom amount" help=""/>
16 </inputs> 22 </inputs>
17 <outputs> 23 <outputs>
18 <data name="output" format="png"/> 24 <data name="output" format="png">
25 <discover_datasets/>
26 </data>
19 </outputs> 27 </outputs>
20 <tests> 28 <tests>
21 </tests> 29 </tests>
22 <help> 30 <help>
23 </help> 31 </help>