comparison bandage_image.xml @ 1:ebe4463404b4 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/bandage commit 5badd53c6fdaf43796ffacff94852356696d30d0
author iuc
date Wed, 15 May 2019 04:11:22 -0400
parents 067592b6b312
children 58124285e462
comparison
equal deleted inserted replaced
0:067592b6b312 1:ebe4463404b4
17 #if $width: 17 #if $width:
18 --width '$width' 18 --width '$width'
19 #end if 19 #end if
20 ]]></command> 20 ]]></command>
21 <inputs> 21 <inputs>
22 <param name="input_file" type="data" format="tabular" label="Graphical Fragment Assembly" /> 22 <param name="input_file" type="data" format="txt" label="Graphical Fragment Assembly" help="Supports multiple assembly graph formats: LastGraph (Velvet), FASTG (SPAdes), Trinity.fasta, ASQG and GFA."/>
23 <param argument="--height" type="integer" min="1" value="1000" optional="True" label="Image height" help="If only height or width is set, the other will be determined automatically. If both are set, the image will be exactly that size. Default: 1000."/> 23 <param argument="--height" type="integer" min="1" value="1000" optional="True" label="Image height" help="If only height or width is set, the other will be determined automatically. If both are set, the image will be exactly that size. Default: 1000."/>
24 <param argument="--width" type="integer" min="1" optional="True" label="Image width" help="If only height or width is set, the other will be determined automatically. If both are set, the image will be exactly that size. Default: not set."/> 24 <param argument="--width" type="integer" min="1" optional="True" label="Image width" help="If only height or width is set, the other will be determined automatically. If both are set, the image will be exactly that size. Default: not set."/>
25 <param name="output_format" type="select" label="Produce jpg, png or svg file?"> 25 <param name="output_format" type="select" label="Produce jpg, png or svg file?">
26 <option selected="True" value="jpg">.jpg</option> 26 <option selected="True" value="jpg">.jpg</option>
27 <option value="png">.png</option> 27 <option value="png">.png</option>