Mercurial > repos > jeremyjliu > region_motif_enrichment
comparison region_motif_intersect.xml @ 30:da0bc6dead0d draft
Restore deleted source files
author | jeremyjliu |
---|---|
date | Mon, 05 Jan 2015 22:28:37 -0500 |
parents | |
children | 0e031bf8c5b1 |
comparison
equal
deleted
inserted
replaced
29:c78ebf00379d | 30:da0bc6dead0d |
---|---|
1 <tool id="region_motif_intersect" name="Region Motif Intersect"> | |
2 <description>for computing the motifs that lie inside a region set</description> | |
3 <requirements> | |
4 <requirement type="set_environment">RMOTIF_PATH</requirement> | |
5 <requirement type="package" version="1.0.0">MOTIFS</requirement> | |
6 </requirements> | |
7 <command interpreter="Rscript"> | |
8 region_motif_intersect.r --args \$RMOTIF_PATH $db_type $in_bed $out_tab | |
9 </command> | |
10 <inputs> | |
11 <param name="in_bed" type="data" format="bed" label="Input BED File" /> | |
12 <param name="db_type" type="select" label="Select Motif Database" > | |
13 <option value="t">Test Pouya Subset (hg19)</option> | |
14 <option value="p">Pouya Encode Motifs (hg19)</option> | |
15 <option value="j">Jaspar and Jolma Motifs (hg19)</option> | |
16 <option value="m">Mouse Motifs (mm9)</option> | |
17 </param> | |
18 </inputs> | |
19 <outputs> | |
20 <data name="out_tab" format="tabular" /> | |
21 </outputs> | |
22 | |
23 <help> | |
24 This tool computes the motifs and the number of motifs that intersect | |
25 any region in a input set of regions. | |
26 </help> | |
27 | |
28 </tool> |