comparison annotate_peak/annotatePeak.xml @ 20:2044ad2c1c93 draft default tip

Uploaded
author testtool
date Mon, 20 Mar 2017 07:39:23 -0400
parents 741b192da59c
children
comparison
equal deleted inserted replaced
19:741b192da59c 20:2044ad2c1c93
10 <param optional="false" format="bed" name="DMR" type="data" value="" help="Bumphunter peaks." label="[required] file"> 10 <param optional="false" format="bed" name="DMR" type="data" value="" help="Bumphunter peaks." label="[required] file">
11 <validator type="empty_field" message="This field is required."/> 11 <validator type="empty_field" message="This field is required."/>
12 </param> 12 </param>
13 <param name="annoData" type="select" label="annoData" help="choose your annoData human or mice"> 13 <param name="annoData" type="select" label="annoData" help="choose your annoData human or mice">
14 <option name="human" type="text" value="EnsDb.Hsapiens.v75">Human</option> 14 <option name="human" type="text" value="EnsDb.Hsapiens.v75">Human</option>
15 <option name="mice" type="float" value="">Mice</option> 15 <option name="mice" type="text" value="EnsDb.Mmusculus.v75">Mice</option>
16 </param> 16 </param>
17 <param name="bindingType" type="select" label="bindingType" help="choose bindingType"> 17 <param name="bindingType" type="select" label="bindingType" help="choose bindingType">
18 <option name="sS" type="text" value="startSite">startSite</option> 18 <option name="sS" type="text" value="startSite">startSite</option>
19 <option name="eS" type="text" value="endSite">endSite</option> 19 <option name="eS" type="text" value="endSite">endSite</option>
20 <option name="fR" type="text" value="fullRange">fullRange</option> 20 <option name="fR" type="text" value="fullRange">fullRange</option>