comparison region_motif_intersect.xml @ 38:aa921c733d10 draft default tip

Uploaded
author jeremyjliu
date Sat, 16 May 2015 22:34:54 -0400
parents 4ce22698acb0
children
comparison
equal deleted inserted replaced
37:76e108a19e64 38:aa921c733d10
22 </inputs> 22 </inputs>
23 <outputs> 23 <outputs>
24 <data name="out_tab" format="tabular" /> 24 <data name="out_tab" format="tabular" />
25 </outputs> 25 </outputs>
26 26
27 <tests>
28 <test>
29 <param name="in_bed" value="XXX.bed" />
30 <param name="bgz_file" value="XXX" />
31 <param name="tbi_file" value="XXX" />
32 <output name="output" file="XXX.tab" />
33 </test>
34 <test>
35 <param name="in_bed" value="XXX.bed" />
36 <param name="bgz_file" value="XXX" />
37 <param name="tbi_file" value="XXX" />
38 <output name="out_tab" file="XXX.tab" />
39 </test>
40 </tests>
41
27 <help> 42 <help>
28 This tool computes the motifs and the number of motifs that intersect 43 This tool computes the motifs and the number of motifs that intersect
29 any region in a input set of regions. 44 any region in a input set of regions.
30 </help> 45 </help>
31 46