30
|
1 <tool id="region_motif_intersect" name="Region Motif Intersect">
|
|
2 <description>for computing the motifs that lie inside a region set</description>
|
31
|
3 <!--<requirements>
|
|
4 <requirement type="package" version="1.0.0">MOTIF_DATA_MANAGER</requirement>
|
|
5 </requirements>-->
|
30
|
6 <command interpreter="Rscript">
|
31
|
7 region_motif_intersect.r --args $bgz_file.fields.path $tbi_file.fields.path $in_bed $out_tab
|
30
|
8 </command>
|
|
9 <inputs>
|
|
10 <param name="in_bed" type="data" format="bed" label="Input BED File" />
|
31
|
11
|
|
12 <param name="bgz_file" type="select" label="Using motif database BGZ file">
|
|
13 <options from_data_table="motif_databases"/>
|
|
14 </param>
|
|
15 <param name="tbi_file" type="select" label="Using motif database TBI file">
|
|
16 <options from_data_table="motif_databases"/>
|
|
17 </param>
|
|
18
|
|
19 <!--<param name="db_type" type="select" label="Select Motif Database" >
|
30
|
20 <option value="t">Test Pouya Subset (hg19)</option>
|
|
21 <option value="p">Pouya Encode Motifs (hg19)</option>
|
|
22 <option value="j">Jaspar and Jolma Motifs (hg19)</option>
|
|
23 <option value="m">Mouse Motifs (mm9)</option>
|
31
|
24 </param>-->
|
30
|
25 </inputs>
|
|
26 <outputs>
|
|
27 <data name="out_tab" format="tabular" />
|
|
28 </outputs>
|
|
29
|
|
30 <help>
|
|
31 This tool computes the motifs and the number of motifs that intersect
|
|
32 any region in a input set of regions.
|
|
33 </help>
|
|
34
|
|
35 </tool> |