diff region_motif_intersect.xml @ 21:2c909bfdd090 draft

Uploaded
author jeremyjliu
date Wed, 12 Nov 2014 15:25:44 -0500
parents
children 26674e770b59
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/region_motif_intersect.xml	Wed Nov 12 15:25:44 2014 -0500
@@ -0,0 +1,27 @@
+<tool id="region_motif_intersect" name="Region Motif Intersect">
+  <description>for computing the motifs that lie inside a region set</description>
+  <requirements>
+    <requirement type="set_environment">RMOTIF_PATH</requirement>
+  </requirements>
+  <command interpreter="Rscript">
+    region_motif_intersect.r --args \$RMOTIF_PATH $db_type $in_bed $out_tab
+  </command>
+  <inputs>
+    <param name="in_bed" type="data" format="bed" label="Input BED File" />
+    <param name="db_type" type="select" label="Select Motif Database" >
+      <option value="t">Test Pouya Subset (hg19)</option>
+      <option value="p">Pouya Encode Motifs (hg19)</option>
+      <option value="j">Jaspar and Jolma Motifs (hg19)</option>
+      <option value="m">Mouse Motifs (mm9)</option>
+    </param>
+  </inputs>
+  <outputs>
+    <data name="out_tab" format="tabular" />
+  </outputs>
+
+  <help>
+    This tool computes the motifs and the number of motifs that intersect
+    any region in a input set of regions.
+  </help>
+ 
+</tool>
\ No newline at end of file