0
|
1 <tool id="region_motif_intersect" name="Region Motif Intersect">
|
|
2 <description>for computing the motifs that lie inside a region set</description>
|
2
|
3 <requirements>
|
|
4 <requirement type="set_environment">MOTIF_DB_PATH</requirement>
|
|
5 </requirements>
|
|
6 <command interpreter="Rscript">
|
|
7 region_motif_intersect.r --args $MOTIF_DB_PATH $db_type $in_bed $out_tab
|
0
|
8 </command>
|
|
9 <inputs>
|
|
10 <param name="in_bed" type="data" format="bed" label="Input BED File" />
|
|
11 <param name="db_type" type="select" label="Select Motif Database" >
|
|
12 <option value="t">Test Pouya Subset (hg19)</option>
|
|
13 <option value="p">Pouya Encode Motifs (hg19)</option>
|
|
14 <option value="j">Jaspar and Jolma Motifs (hg19)</option>
|
|
15 <option value="m">Mouse Motifs (mm9)</option>
|
|
16 </param>
|
|
17 </inputs>
|
|
18 <outputs>
|
|
19 <data name="out_tab" format="tabular" />
|
|
20 </outputs>
|
|
21
|
|
22 <help>
|
|
23 This tool computes the motifs and the number of motifs that intersect
|
|
24 any region in a input set of regions.
|
|
25 </help>
|
|
26
|
|
27 </tool> |