comparison get_flanks.xml @ 3:4cd116158aef draft

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/gops/get_flanks commit a1517c9d22029095120643bbe2c8fa53754dd2b7
author devteam
date Wed, 11 Nov 2015 12:48:31 -0500
parents 4b14d0e3a837
children 077f404ae1bb
comparison
equal deleted inserted replaced
2:4b14d0e3a837 3:4cd116158aef
15 <param name="direction" type="select" label="Location of the flanking region/s"> 15 <param name="direction" type="select" label="Location of the flanking region/s">
16 <option value="Upstream">Upstream</option> 16 <option value="Upstream">Upstream</option>
17 <option value="Downstream">Downstream</option> 17 <option value="Downstream">Downstream</option>
18 <option value="Both">Both</option> 18 <option value="Both">Both</option>
19 </param> 19 </param>
20 <param name="offset" size="10" type="integer" value="0" label="Offset" help="Use positive values to offset co-ordinates in the direction of transcription and negative values to offset in the opposite direction."/> 20 <param name="offset" type="integer" value="0" label="Offset" help="Use positive values to offset co-ordinates in the direction of transcription and negative values to offset in the opposite direction."/>
21 <param name="size" size="10" type="integer" value="50" label="Length of the flanking region(s)" help="Use non-negative value for length"/> 21 <param name="size" type="integer" value="50" label="Length of the flanking region(s)" help="Use non-negative value for length"/>
22 22
23 23
24 </inputs> 24 </inputs>
25 <outputs> 25 <outputs>
26 <data format="interval" name="out_file1" metadata_source="input"/> 26 <data format="interval" name="out_file1" metadata_source="input"/>